- [CHG] La quantitat de pisos, portes i pareds es calcula al carregar cada GIF

- [CHG] Al eixir de edició la Z del personatge se reseteja a 24 o per ahí.
This commit is contained in:
2024-06-17 13:34:43 +02:00
parent 04d5c41328
commit 4f8404e105
3 changed files with 75 additions and 29 deletions

View File

@@ -32,6 +32,10 @@ namespace room
int getExit(const int d);
int getColor();
int getFloorCount();
int getDoorCount();
int getWallsCount();
namespace editor
{
int &refWidth();