add core:obstacle block & move cameras from base to core & add new generator

This commit is contained in:
MihailRis
2024-09-25 15:45:45 +03:00
parent d534207deb
commit 788ad1f6a6
19 changed files with 147 additions and 114 deletions
+1
View File
@@ -3,6 +3,7 @@
#include <string>
inline const std::string CORE_EMPTY = "core:empty";
inline const std::string CORE_OBSTACLE = "core:obstacle";
inline const std::string CORE_AIR = "core:air";
inline const std::string TEXTURE_NOTFOUND = "notfound";