remove stairs

This commit is contained in:
Askou
2021-06-09 10:45:14 +02:00
parent 8f92e7a337
commit 6f24139e29
2 changed files with 0 additions and 19 deletions
-7
View File
@@ -37,7 +37,6 @@ namespace BBM
UPPERFLOOR,
FLOOR,
BUMPER,
STAIRS,
SPAWNER,
UNBREAKABLE
};
@@ -109,12 +108,6 @@ namespace BBM
//! @brief Create upper floor of the map
static void createUpperFloor(Vector3f coords, std::shared_ptr<WAL::Scene> scene);
//! @param coords coords of the element
//! @param scene Scene where the map is instanced
//! @brief Create stair of the map
static void createStairs(Vector3f coords, std::shared_ptr<WAL::Scene> scene);
//! @param map Map to load with block declared inside
//! @param width Width of the map
//! @param height Height of the map