increased floors count, added gaps

This commit is contained in:
Sandro Sobczyński
2020-11-04 22:47:03 +01:00
parent bfd75003a4
commit 1868b714bc
5 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
// Constructors/Destructors
// ----
const u8 FLOORS_COUNT = 64; // Temp change it also in floor_manager.hpp
const u8 FLOORS_COUNT = 144; // Temp change it also in floor_manager.hpp
Floors::Floors(Engine *t_engine)
: engine(t_engine), floorManager(FLOORS_COUNT), camera(&t_engine->screen)