rename assets folder for map

This commit is contained in:
arthur.jamet
2021-06-03 16:49:14 +02:00
parent 8213213a4a
commit a48c0b7460
25 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ namespace RAY3D = RAY::Drawables::Drawables3D;
namespace BBM
{
const std::string MapGenerator::assetsPath = "./assets/";
const std::string MapGenerator::wallAssetsPath = MapGenerator::assetsPath + "wall/";
const std::string MapGenerator::wallAssetsPath = MapGenerator::assetsPath + "map/";
const std::string MapGenerator::imageExtension = ".png";
const std::string MapGenerator::objExtension = ".obj";
const std::string MapGenerator::breakableWallPath = MapGenerator::wallAssetsPath + "breakable_wall";