rename assets folder for map
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 880 B After Width: | Height: | Size: 880 B |
|
Before Width: | Height: | Size: 3.7 MiB After Width: | Height: | Size: 3.7 MiB |
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 108 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@@ -10,7 +10,7 @@ namespace RAY3D = RAY::Drawables::Drawables3D;
|
|||||||
namespace BBM
|
namespace BBM
|
||||||
{
|
{
|
||||||
const std::string MapGenerator::assetsPath = "./assets/";
|
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::imageExtension = ".png";
|
||||||
const std::string MapGenerator::objExtension = ".obj";
|
const std::string MapGenerator::objExtension = ".obj";
|
||||||
const std::string MapGenerator::breakableWallPath = MapGenerator::wallAssetsPath + "breakable_wall";
|
const std::string MapGenerator::breakableWallPath = MapGenerator::wallAssetsPath + "breakable_wall";
|
||||||
|
|||||||