Teleportation in editor

This commit is contained in:
2022-11-19 22:53:24 +01:00
parent 6ac2726a94
commit 9402f2afa2
12 changed files with 255 additions and 19 deletions
-1
View File
@@ -385,7 +385,6 @@ SceneStruct mainGameScene(const std::string &level_path) {
}
void setTeleportLevelMain(const std::string &level) {
std::cout << "Setting: " << level << std::endl;
_teleport_level = level;
}