add basic depths with stairs and bumper to access it

This commit is contained in:
TrueBabyChaise
2021-06-02 15:03:13 +02:00
parent d2ba552f61
commit 0d7d26b0f9
10 changed files with 211 additions and 50 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ namespace BBM
//! @param height Height of the map
//! @param scene Scene where the map is instanced
//! @brief Generate the floor of the map
static void generateFloor(int width, int height, std::shared_ptr<WAL::Scene> scene);
static void generateFloor(MapBlock map, int width, int height, std::shared_ptr<WAL::Scene> scene);
//! @param coords coords of the element
//! @param scene Scene where the map is instanced