- [NEW] Es pot navegar entre habitacions pulsant el nombres de les vores

- [FIX] usar mouseClk() en el treeview
- [FIX] Al crear nova habitació s¡obri la porta contraria en l'habitació des de la que se venia.
This commit is contained in:
2024-07-30 09:18:13 +02:00
parent 0a24e2b3fe
commit 8725532586
14 changed files with 131 additions and 48 deletions

View File

@@ -34,7 +34,7 @@ int main(int argc, char *argv[])
game::params = argv;
game::init();
input::init(draw::getZoom());
input::init();
static unsigned int current_ticks = SDL_GetTicks();