From c3ce41307a06e4ef9947fd063520a4166e1a6ffc Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Tue, 6 May 2025 18:59:26 -0500 Subject: [PATCH] Added Popup system --- imgui.ini | 32 +- remake/build.log | 6 +- src/assets/scenes/a_cool_isometric_world.cene | 2054 ++++++++--------- src/src/Engine.cpp | 61 +- src/src/core/utils/EngineConfig.cpp | 2 +- src/src/core/utils/EngineConfig.h | 3 +- src/src/core/utils/LoadingWindow.h | 1 + src/src/core/utils/Popup.cpp | 137 ++ src/src/core/utils/Popup.h | 25 + 9 files changed, 1265 insertions(+), 1056 deletions(-) create mode 100644 src/src/core/utils/Popup.cpp create mode 100644 src/src/core/utils/Popup.h diff --git a/imgui.ini b/imgui.ini index a1b9fe7..e52a092 100644 --- a/imgui.ini +++ b/imgui.ini @@ -10,24 +10,24 @@ Collapsed=1 [Window][WindowOverViewport_11111111] Pos=0,19 -Size=1920,1158 +Size=1280,701 Collapsed=0 [Window][Inspector] -Pos=1553,19 -Size=367,659 +Pos=913,19 +Size=367,202 Collapsed=0 DockId=0x00000018,0 [Window][Scene Tree] Pos=0,19 -Size=342,579 +Size=342,350 Collapsed=0 DockId=0x0000000F,0 [Window][Viewport] Pos=344,19 -Size=1207,659 +Size=567,202 Collapsed=0 DockId=0x00000017,0 @@ -36,14 +36,14 @@ Size=1280,19 Collapsed=0 [Window][Performance Info] -Pos=1606,680 -Size=314,497 +Pos=1094,223 +Size=186,497 Collapsed=0 DockId=0x00000016,0 [Window][Console] -Pos=344,680 -Size=1206,273 +Pos=344,223 +Size=715,273 Collapsed=0 DockId=0x00000013,0 @@ -54,8 +54,8 @@ Collapsed=0 DockId=0x00000017,1 [Window][Profiler] -Pos=344,955 -Size=1206,222 +Pos=344,498 +Size=715,222 Collapsed=0 DockId=0x00000014,0 @@ -112,8 +112,8 @@ Collapsed=0 DockId=0x0000000E,0 [Window][Audio Output] -Pos=1552,680 -Size=52,497 +Pos=1061,223 +Size=31,497 Collapsed=0 DockId=0x00000012,0 @@ -124,13 +124,13 @@ Collapsed=0 DockId=0x0000000D,0 [Window][Resources] -Pos=0,600 -Size=342,577 +Pos=0,371 +Size=342,349 Collapsed=0 DockId=0x00000010,0 [Docking][Data] -DockSpace ID=0x11111111 Window=0x1BBC0F80 Pos=0,19 Size=1920,1158 Split=X +DockSpace ID=0x11111111 Window=0x1BBC0F80 Pos=0,19 Size=1280,701 Split=X DockNode ID=0x00000005 Parent=0x11111111 SizeRef=989,1158 Split=X DockNode ID=0x00000001 Parent=0x00000005 SizeRef=342,701 Split=Y Selected=0x12EF0F59 DockNode ID=0x00000003 Parent=0x00000001 SizeRef=342,637 Split=Y Selected=0x12EF0F59 diff --git a/remake/build.log b/remake/build.log index 76e9f84..28f14c5 100644 --- a/remake/build.log +++ b/remake/build.log @@ -1,4 +1,2 @@ -[COMPILE] g++ -std=c++20 -Wall -g -Isrc/include -Isrc/include/lua -Isrc/vendor -Isrc/vendor/imgui -Isrc/vendor/box2d -Isrc/vendor/xxhash -Isrc/vendor/miniaudio -Isrc/vendor/imguizmo -IC:/msys64/mingw64/include -IC:\msys64\mingw64\lib\libyaml-cpp.a -Isrc\vendor\imgui -MMD -MP -c src\src\core\audio\AudioEngine.cpp -o src\build\core\audio\AudioEngine.o -[COMPILE] g++ -std=c++20 -Wall -g -Isrc/include -Isrc/include/lua -Isrc/vendor -Isrc/vendor/imgui -Isrc/vendor/box2d -Isrc/vendor/xxhash -Isrc/vendor/miniaudio -Isrc/vendor/imguizmo -IC:/msys64/mingw64/include -IC:\msys64\mingw64\lib\libyaml-cpp.a -Isrc\vendor\imgui -MMD -MP -c src\src\core\utils\EngineConfig.cpp -o src\build\core\utils\EngineConfig.o -[COMPILE] g++ -std=c++20 -Wall -g -Isrc/include -Isrc/include/lua -Isrc/vendor -Isrc/vendor/imgui -Isrc/vendor/box2d -Isrc/vendor/xxhash -Isrc/vendor/miniaudio -Isrc/vendor/imguizmo -IC:/msys64/mingw64/include -IC:\msys64\mingw64\lib\libyaml-cpp.a -Isrc\vendor\imgui -MMD -MP -c src\src\Engine.cpp -o src\build\Engine.o -[LINK] g++ src\build\Engine.o src\build\main.o src\build\Renderer.o src\build\Components\AnimationComponent.o src\build\Components\AudioPlayerComponent.o src\build\Components\CameraComponent.o src\build\Components\LightComponent.o src\build\Components\ParticleComponent.o src\build\Components\PhysicsComponent.o src\build\Components\ScriptComponent.o src\build\Components\SpriteComponent.o src\build\Components\TextComonent.o src\build\Components\TilemapComponent.o src\build\core\audio\AudioEngine.o src\build\core\utils\AssetManager.o src\build\core\utils\EngineConfig.o src\build\core\utils\ExceptionHandler.o src\build\core\utils\FileDialog.o src\build\core\utils\input.o src\build\core\utils\LoadingWindow.o src\build\core\utils\Logging.o src\build\core\utils\Profiler.o src\build\core\utils\Texture.o src\build\core\utils\utils.o src\build\editor\windows\AssetBrowser.o src\build\editor\windows\AudioInfo.o src\build\editor\windows\Inspector.o src\build\Entitys\Object.o src\build\utils\GameObjectsList.o src\build\utils\Shader.o src\build\utils\UID.o src\build\lapi.o src\build\lauxlib.o src\build\lbaselib.o src\build\lcode.o src\build\lcorolib.o src\build\lctype.o src\build\ldblib.o src\build\ldebug.o src\build\ldo.o src\build\ldump.o src\build\lfunc.o src\build\lgc.o src\build\linit.o src\build\liolib.o src\build\llex.o src\build\lmathlib.o src\build\lmem.o src\build\loadlib.o src\build\lobject.o src\build\lopcodes.o src\build\loslib.o src\build\lparser.o src\build\lstate.o src\build\lstring.o src\build\lstrlib.o src\build\ltable.o src\build\ltablib.o src\build\ltm.o src\build\lua.o src\build\luac.o src\build\lundump.o src\build\lutf8lib.o src\build\lvm.o src\build\lzio.o src\build\imgui.o src\build\imgui_demo.o src\build\imgui_draw.o src\build\imgui_impl_glfw.o src\build\imgui_impl_opengl3.o src\build\imgui_tables.o src\build\imgui_widgets.o src\build\aabb.o src\build\arena_allocator.o src\build\array.o src\build\bitset.o src\build\body.o src\build\broad_phase.o src\build\constraint_graph.o src\build\contact.o src\build\contact_solver.o src\build\core.o src\build\distance.o src\build\distance_joint.o src\build\dynamic_tree.o src\build\geometry.o src\build\hull.o src\build\id_pool.o src\build\island.o src\build\joint.o src\build\manifold.o src\build\math_functions.o src\build\motor_joint.o src\build\mouse_joint.o src\build\mover.o src\build\prismatic_joint.o src\build\revolute_joint.o src\build\sensor.o src\build\shape.o src\build\solver.o src\build\solver_set.o src\build\table.o src\build\timer.o src\build\types.o src\build\weld_joint.o src\build\wheel_joint.o src\build\world.o src\build\xxhash.o src\build\miniaudio.o src\build\ImGuizmo.o -o src\build\app.exe -LC:\msys64\mingw64\lib -lglfw3 -lglew32 -lopengl32 -lgdi32 -lyaml-cpp -lcomdlg32 -lssl -lcrypto -ldbghelp +[COMPILE] g++ -std=c++20 -Wall -g -Isrc/include -Isrc/include/lua -Isrc/vendor -Isrc/vendor/imgui -Isrc/vendor/box2d -Isrc/vendor/xxhash -Isrc/vendor/miniaudio -Isrc/vendor/imguizmo -IC:/msys64/mingw64/include -IC:\msys64\mingw64\lib\libyaml-cpp.a -Isrc\vendor\imgui -MMD -MP -c src\src\core\utils\Popup.cpp -o src\build\core\utils\Popup.o +[LINK] g++ src\build\Engine.o src\build\main.o src\build\Renderer.o src\build\Components\AnimationComponent.o src\build\Components\AudioPlayerComponent.o src\build\Components\CameraComponent.o src\build\Components\LightComponent.o src\build\Components\ParticleComponent.o src\build\Components\PhysicsComponent.o src\build\Components\ScriptComponent.o src\build\Components\SpriteComponent.o src\build\Components\TextComonent.o src\build\Components\TilemapComponent.o src\build\core\audio\AudioEngine.o src\build\core\utils\AssetManager.o src\build\core\utils\EngineConfig.o src\build\core\utils\ExceptionHandler.o src\build\core\utils\FileDialog.o src\build\core\utils\input.o src\build\core\utils\LoadingWindow.o src\build\core\utils\Logging.o src\build\core\utils\Popup.o src\build\core\utils\Profiler.o src\build\core\utils\Texture.o src\build\core\utils\utils.o src\build\editor\windows\AssetBrowser.o src\build\editor\windows\AudioInfo.o src\build\editor\windows\Inspector.o src\build\Entitys\Object.o src\build\utils\GameObjectsList.o src\build\utils\Shader.o src\build\utils\UID.o src\build\lapi.o src\build\lauxlib.o src\build\lbaselib.o src\build\lcode.o src\build\lcorolib.o src\build\lctype.o src\build\ldblib.o src\build\ldebug.o src\build\ldo.o src\build\ldump.o src\build\lfunc.o src\build\lgc.o src\build\linit.o src\build\liolib.o src\build\llex.o src\build\lmathlib.o src\build\lmem.o src\build\loadlib.o src\build\lobject.o src\build\lopcodes.o src\build\loslib.o src\build\lparser.o src\build\lstate.o src\build\lstring.o src\build\lstrlib.o src\build\ltable.o src\build\ltablib.o src\build\ltm.o src\build\lua.o src\build\luac.o src\build\lundump.o src\build\lutf8lib.o src\build\lvm.o src\build\lzio.o src\build\imgui.o src\build\imgui_demo.o src\build\imgui_draw.o src\build\imgui_impl_glfw.o src\build\imgui_impl_opengl3.o src\build\imgui_tables.o src\build\imgui_widgets.o src\build\aabb.o src\build\arena_allocator.o src\build\array.o src\build\bitset.o src\build\body.o src\build\broad_phase.o src\build\constraint_graph.o src\build\contact.o src\build\contact_solver.o src\build\core.o src\build\distance.o src\build\distance_joint.o src\build\dynamic_tree.o src\build\geometry.o src\build\hull.o src\build\id_pool.o src\build\island.o src\build\joint.o src\build\manifold.o src\build\math_functions.o src\build\motor_joint.o src\build\mouse_joint.o src\build\mover.o src\build\prismatic_joint.o src\build\revolute_joint.o src\build\sensor.o src\build\shape.o src\build\solver.o src\build\solver_set.o src\build\table.o src\build\timer.o src\build\types.o src\build\weld_joint.o src\build\wheel_joint.o src\build\world.o src\build\xxhash.o src\build\miniaudio.o src\build\ImGuizmo.o -o src\build\app.exe -LC:\msys64\mingw64\lib -lglfw3 -lglew32 -lopengl32 -lgdi32 -lyaml-cpp -lcomdlg32 -lssl -lcrypto -ldbghelp diff --git a/src/assets/scenes/a_cool_isometric_world.cene b/src/assets/scenes/a_cool_isometric_world.cene index f528694..c3b9d03 100644 --- a/src/assets/scenes/a_cool_isometric_world.cene +++ b/src/assets/scenes/a_cool_isometric_world.cene @@ -1,6 +1,6 @@ -engine_version: 0.1.0 +engine_version: 0.8.1 scene_name: a_cool_isometric_world -scene_hash: 91d2f52266d42b32813ddcbde7e11f9a7c8a10a66e740c2198a07999afae2d58 +scene_hash: 200032c8d6daa18900792fcb08f7ed9789a0a2f785874bc4aec72adb9015fc2c format_version: 1 objects: - name: Light @@ -1490,7 +1490,7 @@ objects: children: [] - name: tile_046.png uid: 8f0cb3f4daeb427e8217ce6e87a3654e - id: 343 + id: 115 position: [-107.079956, 81.2964172] rotation: 0 layer: 1 @@ -1503,7 +1503,7 @@ objects: children: [] - name: Tiles (Copy) uid: 69a2b32fd2a9498aaf99c91b2e3567bb - id: 117 + id: 116 position: [-167.800003, 103] rotation: 0 layer: 0 @@ -1512,7 +1512,7 @@ objects: children: - name: tile_053.png (Copy) uid: 3d86815eb0d14bebbbc082f82188768d - id: 118 + id: 117 position: [-58.2519989, 26.0020008] rotation: 0 layer: 1 @@ -1525,7 +1525,7 @@ objects: children: [] - name: tile_049.png (Copy) uid: 1a1a4beece1c4d0fada70b8985044a5f - id: 119 + id: 118 position: [-165.057999, -90.435997] rotation: 0 layer: 1 @@ -1538,7 +1538,7 @@ objects: children: [] - name: tile_044.png (Copy) uid: 30bffa896fff4d99abc60dc16181c127 - id: 120 + id: 119 position: [8.5340004, 23.6730003] rotation: 0 layer: 1 @@ -1551,7 +1551,7 @@ objects: children: [] - name: tile_045.png (Copy) uid: 9fb29735030c49a4bc5957d78940f4ad - id: 121 + id: 120 position: [-59.9570007, -33.0279999] rotation: 0 layer: 1 @@ -1564,7 +1564,7 @@ objects: children: [] - name: tile_027.png (Copy) uid: ed98aa7f9d774ffcaf921b48c4c3dae1 - id: 122 + id: 121 position: [41.5, 61.5] rotation: 0 layer: 0 @@ -1577,7 +1577,7 @@ objects: children: [] - name: tile_028.png (Copy) uid: 63cf105d6c664d528d01fede8c72e1f9 - id: 123 + id: 122 position: [14.5, 83.5] rotation: 0 layer: 0 @@ -1590,7 +1590,7 @@ objects: children: [] - name: tile_024.png (Copy) uid: a5460ac0dee944fe8a2543abb27875ed - id: 124 + id: 123 position: [-22.5, 66.5] rotation: 0 layer: 0 @@ -1603,7 +1603,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: d8941cb66b854dfc82f95cbdf59acd95 - id: 125 + id: 124 position: [7.5, 47.5] rotation: 0 layer: 0 @@ -1616,7 +1616,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: 854a39bb9c444aac822c4135af57cc6c - id: 126 + id: 125 position: [36.5, 29.5] rotation: 0 layer: 0 @@ -1629,7 +1629,7 @@ objects: children: [] - name: tile_044.png (Copy) uid: 29a6d3f679b143c888a6df9ab29fdb50 - id: 127 + id: 126 position: [-96.5, -49.5] rotation: 0 layer: 1 @@ -1642,7 +1642,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 6ba79b27df57444fbd739e60587edac4 - id: 128 + id: 127 position: [-54.5, 52.5] rotation: 0 layer: 0 @@ -1655,7 +1655,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: d960cb6de902469ebb58400dfcc90b90 - id: 129 + id: 128 position: [-89.5, 36.5] rotation: 0 layer: 0 @@ -1668,7 +1668,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: d32a905eca214f7b8b77f1202f24f245 - id: 130 + id: 129 position: [-123.5, 19.5] rotation: 0 layer: 0 @@ -1681,7 +1681,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: e3e6ce5a18a04a848a877a9013c07961 - id: 131 + id: 130 position: [-156.5, -0.5] rotation: 0 layer: 0 @@ -1694,7 +1694,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: da5b0ed8cf7a4772a329841fe6f3510f - id: 132 + id: 131 position: [-190.5, -17.5] rotation: 0 layer: 0 @@ -1707,7 +1707,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: a10066540204409ba199522a320174ca - id: 133 + id: 132 position: [-222.5, -32.5] rotation: 0 layer: 0 @@ -1720,7 +1720,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: c56684d53691446984049b2951702ace - id: 134 + id: 133 position: [-26.5, 33.5] rotation: 0 layer: 0 @@ -1733,7 +1733,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 1e7c405d74d7402ba8f47e9a3b92cc34 - id: 135 + id: 134 position: [-59.5, 16.5] rotation: 0 layer: 0 @@ -1746,7 +1746,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 7e68690fcf7743758c44c6ce4fe767e7 - id: 136 + id: 135 position: [-92.5, 0.5] rotation: 0 layer: 0 @@ -1759,7 +1759,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 7b2d55762e944bdbad3997ad35946808 - id: 137 + id: 136 position: [-125.5, -17.5] rotation: 0 layer: 0 @@ -1772,7 +1772,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 097e492c04c04140ab1bf962c329dd0d - id: 138 + id: 137 position: [-158.5, -33.5] rotation: 0 layer: 0 @@ -1785,7 +1785,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 83ba60ff73214fb1a0295d134d131284 - id: 139 + id: 138 position: [-192.5, -50.5] rotation: 0 layer: 0 @@ -1798,7 +1798,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 664c1baca33f4fd5bb31576912988958 - id: 140 + id: 139 position: [4.5, 20.5] rotation: 0 layer: 0 @@ -1811,7 +1811,7 @@ objects: children: [] - name: tile_038.png (Copy) uid: 034ee843a1ae4ac1b1d55ca3bb38ae47 - id: 141 + id: 140 position: [36.5, 1.5] rotation: 0 layer: 0 @@ -1824,7 +1824,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: 43f97c93220d40b0beb12f2e9dd581b6 - id: 142 + id: 141 position: [-26.5, 2.5] rotation: 0 layer: 0 @@ -1837,7 +1837,7 @@ objects: children: [] - name: tile_038.png (Copy) uid: 615613403a4b40f5871aa48e77d49cac - id: 143 + id: 142 position: [-60.5, -12.5] rotation: 0 layer: 0 @@ -1850,7 +1850,7 @@ objects: children: [] - name: tile_038.png (Copy) uid: d3ab15ae50524cbf9285de44e2068818 - id: 144 + id: 143 position: [-96.5, -30.5] rotation: 0 layer: 0 @@ -1863,7 +1863,7 @@ objects: children: [] - name: tile_037.png (Copy) uid: 9b3d61b8dbe54abd9336e47937cc68ff - id: 145 + id: 144 position: [-128.5, -48.5] rotation: 0 layer: 0 @@ -1876,7 +1876,7 @@ objects: children: [] - name: tile_039.png (Copy) uid: 23a2daa5ce5f475a81f4cd36261df871 - id: 146 + id: 145 position: [-163.5, -68.5] rotation: 0 layer: 0 @@ -1889,7 +1889,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: d635c52b6884411584de524c2b3c1800 - id: 147 + id: 146 position: [8.5, -20.5] rotation: 0 layer: 0 @@ -1902,7 +1902,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 46cf3b8a3e394e42a8d928b0e9320034 - id: 148 + id: 147 position: [-28.5, -38.5] rotation: 0 layer: 0 @@ -1915,7 +1915,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: a06abbe9a38c43c894edbeaeb89c66c6 - id: 149 + id: 148 position: [-61.5, -55.5] rotation: 0 layer: 0 @@ -1928,7 +1928,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 88564b351b8e4913b97345d43271d58e - id: 150 + id: 149 position: [-95.5, -71.5] rotation: 0 layer: 0 @@ -1941,7 +1941,7 @@ objects: children: [] - name: tile_037.png (Copy) uid: a92f53905b07459abf2263753d8526cd - id: 151 + id: 150 position: [-128.5, -88.5] rotation: 0 layer: 0 @@ -1954,7 +1954,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: a1aa82d92f1449399545bbd8c88515f7 - id: 152 + id: 151 position: [95.9465179, 30.9888229] rotation: 0 layer: 0 @@ -1967,7 +1967,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: 709bd12ecfde4d82ad271634fb8732be - id: 153 + id: 152 position: [68.4461136, 44.2444115] rotation: 0 layer: 0 @@ -1980,7 +1980,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: 621ffe1f11e94f2e9715e36f5f2484db - id: 154 + id: 153 position: [66.4676666, 11.995739] rotation: 0 layer: 0 @@ -1993,7 +1993,7 @@ objects: children: [] - name: tile_044.png (Copy) uid: 3bafc015956247dd8d482b9c3a48fe99 - id: 155 + id: 154 position: [100.766998, 6.04500008] rotation: 0 layer: 1 @@ -2006,7 +2006,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: a063a9f1e40c40a7b088bf7bf752a185 - id: 156 + id: 155 position: [-253.18512, -14.0298166] rotation: 0 layer: 0 @@ -2019,7 +2019,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 8c468a6363c44f5486f84db87d084f09 - id: 157 + id: 156 position: [-221.640671, 2.443398] rotation: 0 layer: 0 @@ -2032,7 +2032,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 9e724dd7c3a445a19133dd4973d5fbef - id: 158 + id: 157 position: [-196.054626, 15.4116726] rotation: 0 layer: 0 @@ -2045,7 +2045,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: b92351ae6af044cfa9cf9d1e77863acc - id: 159 + id: 158 position: [-170.468536, 27.6789627] rotation: 0 layer: 0 @@ -2058,7 +2058,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 33dfd7399c8e415dac10f78ee3fc59bf - id: 160 + id: 159 position: [-145.282059, 40.9676094] rotation: 0 layer: 0 @@ -2071,7 +2071,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 5e57606c9d364085be8b95fcf633093e - id: 161 + id: 160 position: [-119.188309, 53.8947716] rotation: 0 layer: 0 @@ -2084,7 +2084,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: cb6176294b4947c0a0677b2d92ebea63 - id: 162 + id: 161 position: [-93.8127518, 66.3431549] rotation: 0 layer: 0 @@ -2097,7 +2097,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: b07e16adff624404bf6f0d74a0398c02 - id: 163 + id: 162 position: [-68.9159698, 79.2703552] rotation: 0 layer: 0 @@ -2110,7 +2110,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 7e66936d35a340eb9500a1c2d6990fce - id: 164 + id: 163 position: [-43.3010292, 92.197525] rotation: 0 layer: 0 @@ -2123,7 +2123,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 88ffd5e6dcb84b38bff837486afdf42a - id: 165 + id: 164 position: [-16.7285137, 105.842873] rotation: 0 layer: 0 @@ -2136,7 +2136,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: c74d856081b44b9da2a59c40945aa9a6 - id: 166 + id: 165 position: [-284.383118, 4.68400383] rotation: 0 layer: 0 @@ -2149,7 +2149,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: 6768a365a6a047e68d2d875e05fd8883 - id: 167 + id: 166 position: [-250.431122, 21.8027191] rotation: 0 layer: 0 @@ -2162,7 +2162,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: c02deda7552449aca0e0e4c2f3c2396c - id: 168 + id: 167 position: [-217.905701, 38.636116] rotation: 0 layer: 0 @@ -2175,7 +2175,7 @@ objects: children: [] - name: tile_014.png (Copy) uid: 4ab5d4163d83473d9e169facfe339918 - id: 169 + id: 168 position: [-184.809586, 55.7548294] rotation: 0 layer: 0 @@ -2188,7 +2188,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: d7d8689c3679466dbbc02ca2d9689a36 - id: 170 + id: 169 position: [-151.142792, 71.1616669] rotation: 0 layer: 0 @@ -2201,7 +2201,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: 3d278775e2a343a285f4da74b52cf82b - id: 171 + id: 170 position: [-116.620041, 88.2801971] rotation: 0 layer: 0 @@ -2214,7 +2214,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: e87e1f7af36f47b1b1584cd2a79f08be - id: 172 + id: 171 position: [-82.9532471, 104.25766] rotation: 0 layer: 0 @@ -2227,7 +2227,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: 4a12e4e0925947598018bbe76f40cd0a - id: 173 + id: 172 position: [-52.7101898, 122.517609] rotation: 0 layer: 0 @@ -2240,7 +2240,7 @@ objects: children: [] - name: tile_065.png (Copy) uid: f8014234258a493b839f5b8b903f49ce - id: 174 + id: 173 position: [-193.240005, -5.04500008] rotation: 0 layer: 1 @@ -2253,7 +2253,7 @@ objects: children: [] - name: tile_062.png (Copy) uid: 2010b236338e41f6b2dd9d10e8b79d7f - id: 175 + id: 174 position: [-120.778999, 32.2639999] rotation: 0 layer: 1 @@ -2266,7 +2266,7 @@ objects: children: [] - name: tile_082.png (Copy) uid: 9f9d91b1c73b4a6eb23dba3f669ea8ed - id: 176 + id: 175 position: [-158.194, 12.6339998] rotation: 0 layer: 1 @@ -2279,7 +2279,7 @@ objects: children: [] - name: tile_058.png (Copy) uid: c0f19619adf949d58e8c97ec0b126eae - id: 177 + id: 176 position: [-227.75, -54.2232857] rotation: 0 layer: 1 @@ -2292,7 +2292,7 @@ objects: children: [] - name: tile_045.png (Copy) uid: d842598d09364183a292dac111273f58 - id: 178 + id: 177 position: [-140.867996, -38.8449745] rotation: 0 layer: 1 @@ -2305,7 +2305,7 @@ objects: children: [] - name: tile_047.png (Copy) uid: d7627acfd9e04b138f1395b384b7bca3 - id: 179 + id: 178 position: [-91.4160004, -15.3730001] rotation: 0 layer: 1 @@ -2318,7 +2318,7 @@ objects: children: [] - name: tile_042.png (Copy) uid: 93026a1eff984424bf6b6132fa81083a - id: 180 + id: 179 position: [-188.693695, 27.3759041] rotation: 0 layer: 1 @@ -2331,7 +2331,7 @@ objects: children: [] - name: tile_052.png (Copy) uid: 656e2fd8dbdb4fbf8dd880f31b41ccd7 - id: 181 + id: 180 position: [-21.875, 44.987999] rotation: 0 layer: 1 @@ -2344,7 +2344,7 @@ objects: children: [] - name: tile_028.png (Copy) uid: c0cd1d7ba0344323835fae18334626b8 - id: 182 + id: 181 position: [-17.2237396, 138.836761] rotation: 0 layer: 0 @@ -2357,7 +2357,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: f2c479758aca461d9fd59dba808206b9 - id: 183 + id: 182 position: [11.3386536, 120.830032] rotation: 0 layer: 0 @@ -2370,7 +2370,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 33d1b5ba5c3141f78d74215a21b7bbfb - id: 184 + id: 183 position: [43.005661, 99.0977783] rotation: 0 layer: 0 @@ -2383,7 +2383,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: f288f92749aa4ffe9ac96bd8b2d6b5ab - id: 185 + id: 184 position: [74.6726685, 81.0910492] rotation: 0 layer: 0 @@ -2396,7 +2396,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: 8975440f193d4c98b088545a06d4ef86 - id: 186 + id: 185 position: [103.855988, 64.9470825] rotation: 0 layer: 0 @@ -2409,7 +2409,7 @@ objects: children: [] - name: tile_036.png (Copy) uid: 6242d5ddb0614d1299de7d91e502f2b4 - id: 187 + id: 186 position: [132.418381, 49.4240456] rotation: 0 layer: 0 @@ -2422,7 +2422,7 @@ objects: children: [] - name: tile_040.png (Copy) uid: d785cc6acfd940208f6be2f89b02ecda - id: 188 + id: 187 position: [18.733284, 155.827454] rotation: 0 layer: 0 @@ -2435,7 +2435,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: 2c43604bb0d44834b8f61fa910d2f29d - id: 189 + id: 188 position: [45.8280487, 136.635315] rotation: 0 layer: 0 @@ -2448,7 +2448,7 @@ objects: children: [] - name: tile_027.png (Copy) uid: 489a84982c11435dae9a2deab31713f7 - id: 190 + id: 189 position: [76.3096619, 118.007668] rotation: 0 layer: 0 @@ -2461,7 +2461,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 6677d356f8d84db69aea025dd0d548f6 - id: 191 + id: 190 position: [107.920227, 104.460281] rotation: 0 layer: 0 @@ -2474,7 +2474,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 96c6aced4ce04caeafef190a2f9e38c0 - id: 192 + id: 191 position: [133.886047, 89.7839508] rotation: 0 layer: 0 @@ -2487,7 +2487,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: 06e85476211c426a80829c5a7a6efb39 - id: 193 + id: 192 position: [168.318985, 68.3339233] rotation: 0 layer: 0 @@ -2500,7 +2500,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: d21690e2ead74404b25003a88dcd7681 - id: 194 + id: 193 position: [52.6889915, 174.425797] rotation: 0 layer: 0 @@ -2513,7 +2513,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: b02ecca948934fe18dfa5ae6842cfb7c - id: 195 + id: 194 position: [83.4784698, 158.098038] rotation: 0 layer: 0 @@ -2526,7 +2526,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: 9cdf2813bbf049ae800e6846a763f34b - id: 196 + id: 195 position: [113.801453, 140.370758] rotation: 0 layer: 0 @@ -2539,7 +2539,7 @@ objects: children: [] - name: tile_024.png (Copy) uid: 19a69e8e94b543fbad2c3d35ee923c58 - id: 197 + id: 196 position: [144.12442, 119.377937] rotation: 0 layer: 0 @@ -2552,7 +2552,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: 626639b5f1964e1284f9e387501965e4 - id: 198 + id: 197 position: [173.047882, 106.782242] rotation: 0 layer: 0 @@ -2565,7 +2565,7 @@ objects: children: [] - name: tile_024.png (Copy) uid: ac90acea4a50435290afa5a6220300b6 - id: 199 + id: 198 position: [200.571808, 90.454483] rotation: 0 layer: 0 @@ -2578,7 +2578,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 2676009d31e54faa86cd9d86967577d9 - id: 200 + id: 199 position: [86.2775192, 190.287048] rotation: 0 layer: 0 @@ -2591,7 +2591,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 986242a1c3b54c01886522721646b91c - id: 201 + id: 200 position: [115.66748, 169.29422] rotation: 0 layer: 0 @@ -2604,7 +2604,7 @@ objects: children: [] - name: tile_028.png (Copy) uid: 2d0f27176b05423bb5c9865073f2ac76 - id: 202 + id: 201 position: [147.389984, 152.033447] rotation: 0 layer: 0 @@ -2617,7 +2617,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 987c1f3805d4424bb52126ed344daab3 - id: 203 + id: 202 position: [177.246445, 130.574112] rotation: 0 layer: 0 @@ -2630,7 +2630,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: a59413b605f342db8856f2dd488278e2 - id: 204 + id: 203 position: [205.7034, 115.645874] rotation: 0 layer: 0 @@ -2643,7 +2643,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: a47b87f3b90f4f2a8d7289b929146a27 - id: 205 + id: 204 position: [230.894806, 97.9185944] rotation: 0 layer: 0 @@ -2656,7 +2656,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 476dcd72a138476d9c9f1328585959bf - id: 206 + id: 205 position: [118.932991, 206.614792] rotation: 0 layer: 0 @@ -2669,7 +2669,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: ad297151e3aa4f20a2a77d84e4426564 - id: 207 + id: 206 position: [148.322952, 187.487991] rotation: 0 layer: 0 @@ -2682,7 +2682,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: 0f5bc38269d440e9acec5eb9d9ec3252 - id: 208 + id: 207 position: [177.246399, 165.095642] rotation: 0 layer: 0 @@ -2695,7 +2695,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: ea0e98cacc8842bc847318faeac5d402 - id: 209 + id: 208 position: [205.236847, 149.700897] rotation: 0 layer: 0 @@ -2708,7 +2708,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: ecaf1e3f37494319969dd8d1dcc22aec - id: 210 + id: 209 position: [234.626801, 131.973618] rotation: 0 layer: 0 @@ -2721,7 +2721,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: 07e4ad8609c44e0192141ed75e896690 - id: 211 + id: 210 position: [263.08374, 113.779831] rotation: 0 layer: 0 @@ -2734,7 +2734,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: 409adb0f7d0043f7b92fc48a1c5bf551 - id: 212 + id: 211 position: [151.588501, 223.409058] rotation: 0 layer: 0 @@ -2747,7 +2747,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 280008b99cb44a6f936780ec6929e57f - id: 213 + id: 212 position: [181.911484, 203.349243] rotation: 0 layer: 0 @@ -2760,7 +2760,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: f4acffdc44cb4e3b95d852cc28d58f4b - id: 214 + id: 213 position: [212.234451, 184.68895] rotation: 0 layer: 0 @@ -2773,7 +2773,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 99bfdb1fdd2e4876971b78d793a05422 - id: 215 + id: 214 position: [244.889969, 164.629135] rotation: 0 layer: 0 @@ -2786,7 +2786,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: 311e42116795435dae72387f730fac29 - id: 216 + id: 215 position: [274.746429, 143.270004] rotation: 0 layer: 0 @@ -2799,7 +2799,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 5141c08516f6403081a5a4837a44dcb0 - id: 217 + id: 216 position: [292.473724, 134.306152] rotation: 0 layer: 0 @@ -2812,7 +2812,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 895bf7b412f744de993e890b18ca2ce8 - id: 218 + id: 217 position: [327.148438, 151.777542] rotation: 0 layer: 0 @@ -2825,7 +2825,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: e89c9cf71a41452ab4ad215e3c84fa2c - id: 219 + id: 218 position: [294.760345, 172.09021] rotation: 0 layer: 0 @@ -2838,7 +2838,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: f9632152526c4f9f876b892e09c628d5 - id: 220 + id: 219 position: [263.476593, 193.235703] rotation: 0 layer: 0 @@ -2851,7 +2851,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 1b9b468d489c49deb7395d68a846bfc4 - id: 221 + id: 220 position: [229.875534, 216.98819] rotation: 0 layer: 0 @@ -2864,7 +2864,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: bd45245a79424e598409bf3c44eed196 - id: 222 + id: 221 position: [186.425873, 237.554352] rotation: 0 layer: 0 @@ -2877,7 +2877,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 58c63bed17c84fd281481ca0d22d207a - id: 223 + id: 222 position: [204.095398, 227.126434] rotation: 0 layer: 0 @@ -2890,7 +2890,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: f1a4c40c93674b5aa094e21fbeb32891 - id: 224 + id: 223 position: [217.999313, 251.458191] rotation: 0 layer: 0 @@ -2903,7 +2903,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 51c4e7bf0d4e49f2b9d5f93291606dd8 - id: 225 + id: 224 position: [245.807098, 232.340347] rotation: 0 layer: 0 @@ -2916,7 +2916,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: d6143755a8154fbc8962a97dd0bb4650 - id: 226 + id: 225 position: [274.773529, 216.408798] rotation: 0 layer: 0 @@ -2929,7 +2929,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: 8b3eeede6ed645b3bf9697c94d710612 - id: 227 + id: 226 position: [303.450317, 197.870285] rotation: 0 layer: 0 @@ -2942,7 +2942,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: e476ca9072d142e1a467aa69778111bf - id: 228 + id: 227 position: [334.444397, 178.752426] rotation: 0 layer: 0 @@ -2955,7 +2955,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 868c8942db074f8e942a28a3cc49ef9f - id: 229 + id: 228 position: [350.665588, 170.64183] rotation: 0 layer: 0 @@ -2968,7 +2968,7 @@ objects: children: [] - name: Tiles (Copy) uid: c0d4901c2f8f44629857b14fbbf539e5 - id: 230 + id: 229 position: [176, -103] rotation: 0 layer: 0 @@ -2977,7 +2977,7 @@ objects: children: - name: tile_053.png (Copy) uid: 3cdc90c10c2e49d1a17266bf93a9d4cb - id: 231 + id: 230 position: [-58.2519989, 26.0020008] rotation: 0 layer: 1 @@ -2990,7 +2990,7 @@ objects: children: [] - name: tile_049.png (Copy) uid: bde7e475c55c4de69821ba12b8dd5de8 - id: 232 + id: 231 position: [-165.057999, -90.435997] rotation: 0 layer: 1 @@ -3003,7 +3003,7 @@ objects: children: [] - name: tile_044.png (Copy) uid: 034c3d94a2da4a41aa8e7f78b0edfa34 - id: 233 + id: 232 position: [8.5340004, 23.6730003] rotation: 0 layer: 1 @@ -3016,7 +3016,7 @@ objects: children: [] - name: tile_045.png (Copy) uid: 7c84a3a2e14b45a1b9c4f4ed923d1b08 - id: 234 + id: 233 position: [-59.9570007, -33.0279999] rotation: 0 layer: 1 @@ -3029,7 +3029,7 @@ objects: children: [] - name: tile_027.png (Copy) uid: 02bc21f49baf44998904435526f50e79 - id: 235 + id: 234 position: [41.5, 61.5] rotation: 0 layer: 0 @@ -3042,7 +3042,7 @@ objects: children: [] - name: tile_028.png (Copy) uid: 256c6037f0a54e1bbef99fcf5a8b0da2 - id: 236 + id: 235 position: [14.5, 83.5] rotation: 0 layer: 0 @@ -3055,7 +3055,7 @@ objects: children: [] - name: tile_024.png (Copy) uid: 76452c91836644218da19bc359bbc748 - id: 237 + id: 236 position: [-22.5, 66.5] rotation: 0 layer: 0 @@ -3068,7 +3068,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: b3ef14293f394fc49dc90292820f3b60 - id: 238 + id: 237 position: [7.5, 47.5] rotation: 0 layer: 0 @@ -3081,7 +3081,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: bcc49a0d23c64dd39c870b8b78ac5cc4 - id: 239 + id: 238 position: [36.5, 29.5] rotation: 0 layer: 0 @@ -3094,7 +3094,7 @@ objects: children: [] - name: tile_044.png (Copy) uid: cbd940e93db445f9adcd7c1ac6bb137f - id: 240 + id: 239 position: [-96.5, -49.5] rotation: 0 layer: 1 @@ -3107,7 +3107,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 1d82f5dbc1ba44af96113d3955df8209 - id: 241 + id: 240 position: [-54.5, 52.5] rotation: 0 layer: 0 @@ -3120,7 +3120,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: f85fd94f288b4ab7bcd8480cd0ce0ee1 - id: 242 + id: 241 position: [-89.5, 36.5] rotation: 0 layer: 0 @@ -3133,7 +3133,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 64af878ef2ea4dc3b2aa290b5b60df9d - id: 243 + id: 242 position: [-123.5, 19.5] rotation: 0 layer: 0 @@ -3146,7 +3146,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 73ae86a970f447e2ab54248fea260525 - id: 244 + id: 243 position: [-156.5, -0.5] rotation: 0 layer: 0 @@ -3159,7 +3159,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 5a13a515cdc04aa19ed97f55f51be964 - id: 245 + id: 244 position: [-190.5, -17.5] rotation: 0 layer: 0 @@ -3172,7 +3172,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: cf5ec3094d0e4c4e85d86cc05d2376bc - id: 246 + id: 245 position: [-222.5, -32.5] rotation: 0 layer: 0 @@ -3185,7 +3185,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: e536cfe05b994a509ac0fc3ba13d8419 - id: 247 + id: 246 position: [-26.5, 33.5] rotation: 0 layer: 0 @@ -3198,7 +3198,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: c5fbb3d8fbd14633b7cd6bd6f7bf65b4 - id: 248 + id: 247 position: [-59.5, 16.5] rotation: 0 layer: 0 @@ -3211,7 +3211,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 9d956afc59d242188657559238e1e58f - id: 249 + id: 248 position: [-92.5, 0.5] rotation: 0 layer: 0 @@ -3224,7 +3224,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 5e5270ebf8bf425490f5a14ae7a06673 - id: 250 + id: 249 position: [-125.5, -17.5] rotation: 0 layer: 0 @@ -3237,7 +3237,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: b21d70db047c4ded855bf26396c1feb9 - id: 251 + id: 250 position: [-158.5, -33.5] rotation: 0 layer: 0 @@ -3250,7 +3250,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: b4c788dfb77b46e79889ffbcff330931 - id: 252 + id: 251 position: [-192.5, -50.5] rotation: 0 layer: 0 @@ -3263,7 +3263,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 5c69ac1345844afe96a18ff7ad029a8e - id: 253 + id: 252 position: [4.5, 20.5] rotation: 0 layer: 0 @@ -3276,7 +3276,7 @@ objects: children: [] - name: tile_038.png (Copy) uid: 07844519667a4714b15156fdac07f852 - id: 254 + id: 253 position: [36.5, 1.5] rotation: 0 layer: 0 @@ -3289,7 +3289,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: 79a63578bc75495ea670d6c84771324f - id: 255 + id: 254 position: [-26.5, 2.5] rotation: 0 layer: 0 @@ -3302,7 +3302,7 @@ objects: children: [] - name: tile_038.png (Copy) uid: 1b2b592b52e84d8e9ae3b56d0b963b38 - id: 256 + id: 255 position: [-60.5, -12.5] rotation: 0 layer: 0 @@ -3315,7 +3315,7 @@ objects: children: [] - name: tile_038.png (Copy) uid: 62cc1f2af2774628a693c4496f854c66 - id: 257 + id: 256 position: [-96.5, -30.5] rotation: 0 layer: 0 @@ -3328,7 +3328,7 @@ objects: children: [] - name: tile_037.png (Copy) uid: 79174b7c9c224ef89676e3a1fbb5cccc - id: 258 + id: 257 position: [-128.5, -48.5] rotation: 0 layer: 0 @@ -3341,7 +3341,7 @@ objects: children: [] - name: tile_039.png (Copy) uid: 1d1c1f3ba28647568557c3ece0718b76 - id: 259 + id: 258 position: [-163.5, -68.5] rotation: 0 layer: 0 @@ -3354,7 +3354,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: a70af0c27a7b4690b86608cc381fba22 - id: 260 + id: 259 position: [8.5, -20.5] rotation: 0 layer: 0 @@ -3367,7 +3367,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 7281bac51c314810b8d9fa3276719046 - id: 261 + id: 260 position: [-28.5, -38.5] rotation: 0 layer: 0 @@ -3380,7 +3380,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 8a2317314893479aad14a07b8356d6f8 - id: 262 + id: 261 position: [-61.5, -55.5] rotation: 0 layer: 0 @@ -3393,7 +3393,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 4dd623d398764d6898e9a426c40be0b3 - id: 263 + id: 262 position: [-95.5, -71.5] rotation: 0 layer: 0 @@ -3406,7 +3406,7 @@ objects: children: [] - name: tile_037.png (Copy) uid: f42e1030b7034f559fa195640a55193e - id: 264 + id: 263 position: [-128.5, -88.5] rotation: 0 layer: 0 @@ -3419,7 +3419,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: 11b46483cade4786a7b93f038695566e - id: 265 + id: 264 position: [95.9465179, 30.9888229] rotation: 0 layer: 0 @@ -3432,7 +3432,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: 68758a69e5404e45801491e357e7fe2f - id: 266 + id: 265 position: [68.4461136, 44.2444115] rotation: 0 layer: 0 @@ -3445,7 +3445,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: c74cda7faa5144cebc24f79464a2c7d8 - id: 267 + id: 266 position: [66.4676666, 11.995739] rotation: 0 layer: 0 @@ -3458,7 +3458,7 @@ objects: children: [] - name: tile_044.png (Copy) uid: d3e18d46616649b1bffbc0231711aa1d - id: 268 + id: 267 position: [100.766998, 6.04500008] rotation: 0 layer: 1 @@ -3471,7 +3471,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 2081bae555fb471abce69648cc9da5e8 - id: 269 + id: 268 position: [-253.18512, -14.0298166] rotation: 0 layer: 0 @@ -3484,7 +3484,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 0084da25319243d1a210862763528dbf - id: 270 + id: 269 position: [-221.640671, 2.443398] rotation: 0 layer: 0 @@ -3497,7 +3497,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 343a9fbe89df4cd2a699907d3eb80f7c - id: 271 + id: 270 position: [-196.054626, 15.4116726] rotation: 0 layer: 0 @@ -3510,7 +3510,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 9e78913cb0404ba5a6c7223fa411fb35 - id: 272 + id: 271 position: [-170.468536, 27.6789627] rotation: 0 layer: 0 @@ -3523,7 +3523,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: b3d3eed4fa844eb48ce026c6509be6dc - id: 273 + id: 272 position: [-145.282059, 40.9676094] rotation: 0 layer: 0 @@ -3536,7 +3536,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: c7c40c890b74454b9be1636dba5eb41e - id: 274 + id: 273 position: [-119.188309, 53.8947716] rotation: 0 layer: 0 @@ -3549,7 +3549,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 8c41a29fb4754adf9f8ca939fc7e8f39 - id: 275 + id: 274 position: [-93.8127518, 66.3431549] rotation: 0 layer: 0 @@ -3562,7 +3562,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: a8bb886152194badaa627efab4364b23 - id: 276 + id: 275 position: [-68.9159698, 79.2703552] rotation: 0 layer: 0 @@ -3575,7 +3575,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 5c63900612d6405ca5f21f5dfbf20371 - id: 277 + id: 276 position: [-43.3010292, 92.197525] rotation: 0 layer: 0 @@ -3588,7 +3588,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 1b292a778de34788b510b87ffd1333e5 - id: 278 + id: 277 position: [-16.7285137, 105.842873] rotation: 0 layer: 0 @@ -3601,7 +3601,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: e195f83eee7a49d4a186f92e411d001c - id: 279 + id: 278 position: [-284.383118, 4.68400383] rotation: 0 layer: 0 @@ -3614,7 +3614,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: 57099d53b8da48ad83cea3ce604b4ef8 - id: 280 + id: 279 position: [-250.431122, 21.8027191] rotation: 0 layer: 0 @@ -3627,7 +3627,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: b23f4f8072864cfbbb28c05a16325d94 - id: 281 + id: 280 position: [-217.905701, 38.636116] rotation: 0 layer: 0 @@ -3640,7 +3640,7 @@ objects: children: [] - name: tile_014.png (Copy) uid: 6e59970125c94a97a984eadb13ff3241 - id: 282 + id: 281 position: [-184.809586, 55.7548294] rotation: 0 layer: 0 @@ -3653,7 +3653,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: 4cb8b25cf4d24ab0abff4f7cb3ef0648 - id: 283 + id: 282 position: [-151.142792, 71.1616669] rotation: 0 layer: 0 @@ -3666,7 +3666,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: c03f27c5473e4cb78ba506d63d0f1854 - id: 284 + id: 283 position: [-116.620041, 88.2801971] rotation: 0 layer: 0 @@ -3679,7 +3679,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: 1e518bd37efa4640ad476306b6fda428 - id: 285 + id: 284 position: [-82.9532471, 104.25766] rotation: 0 layer: 0 @@ -3692,7 +3692,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: b49a0f5e3c1340dc935f094ee1d6873f - id: 286 + id: 285 position: [-52.7101898, 122.517609] rotation: 0 layer: 0 @@ -3705,7 +3705,7 @@ objects: children: [] - name: tile_065.png (Copy) uid: f302cbb91fac4c8398404c45e8c6250f - id: 287 + id: 286 position: [-193.240005, -5.04500008] rotation: 0 layer: 1 @@ -3718,7 +3718,7 @@ objects: children: [] - name: tile_062.png (Copy) uid: c9e04e10d9144da4b1b5c475e9919434 - id: 288 + id: 287 position: [-120.778999, 32.2639999] rotation: 0 layer: 1 @@ -3731,7 +3731,7 @@ objects: children: [] - name: tile_082.png (Copy) uid: f9eaae2422d148cea1bbff2d837734d8 - id: 289 + id: 288 position: [-158.194, 12.6339998] rotation: 0 layer: 1 @@ -3744,7 +3744,7 @@ objects: children: [] - name: tile_058.png (Copy) uid: b1df05d68a3e428b978952bf5186098c - id: 290 + id: 289 position: [-227.75, -54.2232857] rotation: 0 layer: 1 @@ -3757,7 +3757,7 @@ objects: children: [] - name: tile_045.png (Copy) uid: 0386424e564e413a8f6101e06b05daa4 - id: 291 + id: 290 position: [-140.867996, -38.8449745] rotation: 0 layer: 1 @@ -3770,7 +3770,7 @@ objects: children: [] - name: tile_047.png (Copy) uid: 81d698ad3e604ce98d50eaacd5792eeb - id: 292 + id: 291 position: [-91.4160004, -15.3730001] rotation: 0 layer: 1 @@ -3783,7 +3783,7 @@ objects: children: [] - name: tile_042.png (Copy) uid: fbf2d3d4db124d7fb7e64c58fe25276b - id: 293 + id: 292 position: [-188.693695, 27.3759041] rotation: 0 layer: 1 @@ -3796,7 +3796,7 @@ objects: children: [] - name: tile_052.png (Copy) uid: 894f3d5c9c9c453daa1ed7f11a0caa93 - id: 294 + id: 293 position: [-21.875, 44.987999] rotation: 0 layer: 1 @@ -3809,7 +3809,7 @@ objects: children: [] - name: tile_028.png (Copy) uid: 64b27d1ae80c40c88f82c8dd0543e7f5 - id: 295 + id: 294 position: [-17.2237396, 138.836761] rotation: 0 layer: 0 @@ -3822,7 +3822,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 224c791b11e644c5ada87bc6cdd62fdd - id: 296 + id: 295 position: [11.3386536, 120.830032] rotation: 0 layer: 0 @@ -3835,7 +3835,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 63b3673c23f142aa883f4a92c1810955 - id: 297 + id: 296 position: [43.005661, 99.0977783] rotation: 0 layer: 0 @@ -3848,7 +3848,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: aa6cb29699ba47d698690ae99c14a188 - id: 298 + id: 297 position: [74.6726685, 81.0910492] rotation: 0 layer: 0 @@ -3861,7 +3861,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: d655de0d5ac94572ba768ba97f8ddb81 - id: 299 + id: 298 position: [103.855988, 64.9470825] rotation: 0 layer: 0 @@ -3874,7 +3874,7 @@ objects: children: [] - name: tile_036.png (Copy) uid: e6516d6ff4fa468a82d6bab778138bb0 - id: 300 + id: 299 position: [132.418381, 49.4240456] rotation: 0 layer: 0 @@ -3887,7 +3887,7 @@ objects: children: [] - name: tile_040.png (Copy) uid: 968365c688854140b0310ee0baccceeb - id: 301 + id: 300 position: [18.733284, 155.827454] rotation: 0 layer: 0 @@ -3900,7 +3900,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: 73dc5cb3251b48ed95ccf6153d621c28 - id: 302 + id: 301 position: [45.8280487, 136.635315] rotation: 0 layer: 0 @@ -3913,7 +3913,7 @@ objects: children: [] - name: tile_027.png (Copy) uid: 3f5acdce408a484d8dca1d8f8027e504 - id: 303 + id: 302 position: [76.3096619, 118.007668] rotation: 0 layer: 0 @@ -3926,7 +3926,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: abf39e3df5f2410ab612fae89c2181da - id: 304 + id: 303 position: [107.920227, 104.460281] rotation: 0 layer: 0 @@ -3939,7 +3939,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: e6d1995acccc4e99864c63c264935aec - id: 305 + id: 304 position: [133.886047, 89.7839508] rotation: 0 layer: 0 @@ -3952,7 +3952,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: 4605766cea6a4038bb2788f06bb3e5f6 - id: 306 + id: 305 position: [168.318985, 68.3339233] rotation: 0 layer: 0 @@ -3965,7 +3965,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: 287e412810ad4523874d0446be8b126b - id: 307 + id: 306 position: [52.6889915, 174.425797] rotation: 0 layer: 0 @@ -3978,7 +3978,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: 651b50dd44044d4d8bffd7c845443fdd - id: 308 + id: 307 position: [83.4784698, 158.098038] rotation: 0 layer: 0 @@ -3991,7 +3991,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: c274e997735846f08a700bb1acc74b25 - id: 309 + id: 308 position: [113.801453, 140.370758] rotation: 0 layer: 0 @@ -4004,7 +4004,7 @@ objects: children: [] - name: tile_024.png (Copy) uid: 4f11309b0272463d9945e8845553ee37 - id: 310 + id: 309 position: [144.12442, 119.377937] rotation: 0 layer: 0 @@ -4017,7 +4017,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: 5f344b441b824b94b097bfd076d24ce0 - id: 311 + id: 310 position: [173.047882, 106.782242] rotation: 0 layer: 0 @@ -4030,7 +4030,7 @@ objects: children: [] - name: tile_024.png (Copy) uid: ce9ab9a5844440c59fb5183e592191cd - id: 312 + id: 311 position: [200.571808, 90.454483] rotation: 0 layer: 0 @@ -4043,7 +4043,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: d2c56e83821a4782b9cdf5fbdd372f6c - id: 313 + id: 312 position: [86.2775192, 190.287048] rotation: 0 layer: 0 @@ -4056,7 +4056,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: e2daf8d8dfe3419487581486c1759660 - id: 314 + id: 313 position: [115.66748, 169.29422] rotation: 0 layer: 0 @@ -4069,7 +4069,7 @@ objects: children: [] - name: tile_028.png (Copy) uid: a240c9a1462b40e7b55501a09f0f62c0 - id: 315 + id: 314 position: [147.389984, 152.033447] rotation: 0 layer: 0 @@ -4082,7 +4082,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: a1120ed042954d8ab13305cc88d91ed1 - id: 316 + id: 315 position: [177.246445, 130.574112] rotation: 0 layer: 0 @@ -4095,7 +4095,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: c44e1b86cef940df81d995fafc280cd2 - id: 317 + id: 316 position: [205.7034, 115.645874] rotation: 0 layer: 0 @@ -4108,7 +4108,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 7c16903de925434184a4e7019eb57623 - id: 318 + id: 317 position: [230.894806, 97.9185944] rotation: 0 layer: 0 @@ -4121,7 +4121,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 3a8f687002ba457dab31f44fa498d470 - id: 319 + id: 318 position: [118.932991, 206.614792] rotation: 0 layer: 0 @@ -4134,7 +4134,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: 98a4dbc5fbe24bc1b86b20a375b2aed7 - id: 320 + id: 319 position: [148.322952, 187.487991] rotation: 0 layer: 0 @@ -4147,7 +4147,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: dd36cc3dc7814ae3b5705e0b9a19b262 - id: 321 + id: 320 position: [177.246399, 165.095642] rotation: 0 layer: 0 @@ -4160,7 +4160,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: 658fb23eb2d749f5adbaa6367e88aa6f - id: 322 + id: 321 position: [205.236847, 149.700897] rotation: 0 layer: 0 @@ -4173,7 +4173,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: 72f91e49472d4bf6923001acc684d4b2 - id: 323 + id: 322 position: [234.626801, 131.973618] rotation: 0 layer: 0 @@ -4186,7 +4186,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: 2002bea0dc094f2d861309a1b52a1d20 - id: 324 + id: 323 position: [263.08374, 113.779831] rotation: 0 layer: 0 @@ -4199,7 +4199,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: 873f9a33d5c64d868fe942af2c4a64d5 - id: 325 + id: 324 position: [151.588501, 223.409058] rotation: 0 layer: 0 @@ -4212,7 +4212,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 7046d34f278a456b860592820eae0031 - id: 326 + id: 325 position: [181.911484, 203.349243] rotation: 0 layer: 0 @@ -4225,7 +4225,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: e0fa96688b5b4eb0972a123b1c943601 - id: 327 + id: 326 position: [212.234451, 184.68895] rotation: 0 layer: 0 @@ -4238,7 +4238,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 6a85dacecf1f415fb252f6343b29c2a8 - id: 328 + id: 327 position: [244.889969, 164.629135] rotation: 0 layer: 0 @@ -4251,7 +4251,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: 71be4967c4164594acee0fc4e2a85e66 - id: 329 + id: 328 position: [274.746429, 143.270004] rotation: 0 layer: 0 @@ -4264,7 +4264,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 7cb8d1aa5dcb4077a5b3fee746c19d9a - id: 330 + id: 329 position: [292.473724, 134.306152] rotation: 0 layer: 0 @@ -4277,7 +4277,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 24031cb37a174ef7ab92d5635c1e567b - id: 331 + id: 330 position: [327.148438, 151.777542] rotation: 0 layer: 0 @@ -4290,7 +4290,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: a5326ae711e347c6bb0359d0e9930e86 - id: 332 + id: 331 position: [294.760345, 172.09021] rotation: 0 layer: 0 @@ -4303,7 +4303,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: bc7cd1f0fbcd41d5a76b3768d9ba488a - id: 333 + id: 332 position: [263.476593, 193.235703] rotation: 0 layer: 0 @@ -4316,7 +4316,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 7a60e8a744c841e0938d26f06c2b4444 - id: 334 + id: 333 position: [229.875534, 216.98819] rotation: 0 layer: 0 @@ -4329,7 +4329,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: 346c505bff3d4afba4419f666e04c650 - id: 335 + id: 334 position: [186.425873, 237.554352] rotation: 0 layer: 0 @@ -4342,7 +4342,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 8b27a3ef972d4d8daaa46b40dd7f3015 - id: 336 + id: 335 position: [204.095398, 227.126434] rotation: 0 layer: 0 @@ -4355,7 +4355,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: eeec48429a554fc0bb260537cf556c5b - id: 337 + id: 336 position: [217.999313, 251.458191] rotation: 0 layer: 0 @@ -4368,7 +4368,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 33c53758cfea4967ad1dc593231d2f2e - id: 338 + id: 337 position: [245.807098, 232.340347] rotation: 0 layer: 0 @@ -4381,7 +4381,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: 543908eb09b34e0dbf2a3e790442ff56 - id: 339 + id: 338 position: [274.773529, 216.408798] rotation: 0 layer: 0 @@ -4394,7 +4394,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: 5944adbdf387467e954dee38774e1611 - id: 340 + id: 339 position: [303.450317, 197.870285] rotation: 0 layer: 0 @@ -4407,7 +4407,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: ab5d5b2000a04b81bc3c316588a26876 - id: 341 + id: 340 position: [334.444397, 178.752426] rotation: 0 layer: 0 @@ -4420,7 +4420,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 4048454453db4e2aada000f7a8b56f28 - id: 342 + id: 341 position: [350.665588, 170.64183] rotation: 0 layer: 0 @@ -4433,7 +4433,7 @@ objects: children: [] - name: Animated uid: 82b18591393b492fb65e99bd5a0e0aa6 - id: 115 + id: 342 position: [-300.600006, -28] rotation: 0 layer: 1 @@ -4450,7 +4450,7 @@ objects: children: [] - name: Music uid: ebc9765f40964609a5e945417a02a7f3 - id: 116 + id: 343 position: [0, 0] rotation: 0 layer: 0 @@ -4469,6 +4469,785 @@ color_correction: intensity: 4 threshold: 1 Assets: + - uaid: 8 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_007.png + filename: tile_007.png + filetype: png + type: 0 + hash: acc98f6bf6af4471 + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 30 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_029.png + filename: tile_029.png + filetype: png + type: 0 + hash: 3d1f20d336f5a0e4 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 47 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_046.png + filename: tile_046.png + filetype: png + type: 0 + hash: a6ce3c9db850be68 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 48 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_047.png + filename: tile_047.png + filetype: png + type: 0 + hash: 6398a4447dcb5e13 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 49 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_048.png + filename: tile_048.png + filetype: png + type: 0 + hash: 7d5264eea52a6006 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 50 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_049.png + filename: tile_049.png + filetype: png + type: 0 + hash: 1f1918a8c669d3c1 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 51 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_050.png + filename: tile_050.png + filetype: png + type: 0 + hash: b34445e878281be8 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 52 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_051.png + filename: tile_051.png + filetype: png + type: 0 + hash: 7bd2a717963c5a74 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 24 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_023.png + filename: tile_023.png + filetype: png + type: 0 + hash: ca52dd2852403677 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 53 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_052.png + filename: tile_052.png + filetype: png + type: 0 + hash: ce606e9690950052 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 9 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_008.png + filename: tile_008.png + filetype: png + type: 0 + hash: e38d301f66207712 + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 38 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_037.png + filename: tile_037.png + filetype: png + type: 0 + hash: b02749d8ee945f27 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 10 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_009.png + filename: tile_009.png + filetype: png + type: 0 + hash: 0ea909aad0cb11d5 + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 39 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_038.png + filename: tile_038.png + filetype: png + type: 0 + hash: 835f3dbf895d2518 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 11 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_010.png + filename: tile_010.png + filetype: png + type: 0 + hash: 027bca2fa1b70126 + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 40 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_039.png + filename: tile_039.png + filetype: png + type: 0 + hash: d35fb51aa3acdc47 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 12 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_011.png + filename: tile_011.png + filetype: png + type: 0 + hash: 0c92bd2b1322d0e7 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 41 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_040.png + filename: tile_040.png + filetype: png + type: 0 + hash: 56430e898f7e9789 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 54 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_053.png + filename: tile_053.png + filetype: png + type: 0 + hash: 7b09d94969ebc484 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 13 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_012.png + filename: tile_012.png + filetype: png + type: 0 + hash: 32bf6597d4a096f7 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 42 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_041.png + filename: tile_041.png + filetype: png + type: 0 + hash: 279113f5a4cbbc98 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 55 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_054.png + filename: tile_054.png + filetype: png + type: 0 + hash: f4cb8b97cee3bb7c + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 43 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_042.png + filename: tile_042.png + filetype: png + type: 0 + hash: 00a8e91ac50d0582 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 56 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_055.png + filename: tile_055.png + filetype: png + type: 0 + hash: 7456f3530ede598b + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 44 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_043.png + filename: tile_043.png + filetype: png + type: 0 + hash: 49e0ee588a2d510c + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 57 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_056.png + filename: tile_056.png + filetype: png + type: 0 + hash: 54c17c59498db1fc + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 45 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_044.png + filename: tile_044.png + filetype: png + type: 0 + hash: cc99aeb78832013d + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 46 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_045.png + filename: tile_045.png + filetype: png + type: 0 + hash: a42f65407bd8d9c8 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 25 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_024.png + filename: tile_024.png + filetype: png + type: 0 + hash: 52d6f7a1f1aaf096 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 88 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_087.png + filename: tile_087.png + filetype: png + type: 0 + hash: b5be37e278b5a0e8 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 7 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_006.png + filename: tile_006.png + filetype: png + type: 0 + hash: 977d38606f54ec1a + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 19 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_018.png + filename: tile_018.png + filetype: png + type: 0 + hash: 2f4aa3d6c9a88136 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 6 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_005.png + filename: tile_005.png + filetype: png + type: 0 + hash: 75d134cdb99c01b0 + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 18 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_017.png + filename: tile_017.png + filetype: png + type: 0 + hash: 32c7b5c15559556f + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 123 + path: C:\Users\spenc\Music\Stereo Test - LeftRight Audio Test for HeadphonesSpeakers.mp3 + filename: Stereo Test - LeftRight Audio Test for HeadphonesSpeakers.mp3 + filetype: mp3 + type: 1 + hash: 5885c8cc38709f22 + lastModified: 1746052188 + - uaid: 5 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_004.png + filename: tile_004.png + filetype: png + type: 0 + hash: 15054cba03033497 + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 17 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_016.png + filename: tile_016.png + filetype: png + type: 0 + hash: d66738b42167c25b + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 122 + path: C:\Users\spenc\Music\simple-notification-152054.wav + filename: simple-notification-152054.wav + filetype: wav + type: 1 + hash: 0f5adca8b95e7494 + lastModified: 1745952999 + - uaid: 4 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_003.png + filename: tile_003.png + filetype: png + type: 0 + hash: 2ce62d3fa5f83a85 + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 16 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_015.png + filename: tile_015.png + filetype: png + type: 0 + hash: dfbb87d88e7b361a + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 121 + path: C:\Users\spenc\Music\simple-notification-152054.mp3 + filename: simple-notification-152054.mp3 + filetype: mp3 + type: 1 + hash: 3e57c2530f08c1ab + lastModified: 1745951639 + - uaid: 3 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_002.png + filename: tile_002.png + filetype: png + type: 0 + hash: 9d00d31c498403a5 + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 15 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_014.png + filename: tile_014.png + filetype: png + type: 0 + hash: e9c9d0a81a34e191 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 120 + path: C:\Users\spenc\Music\reflected-light-147979.mp3 + filename: reflected-light-147979.mp3 + filetype: mp3 + type: 1 + hash: b4d344d1f668e25d + lastModified: 1735362211 + - uaid: 2 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_001.png + filename: tile_001.png + filetype: png + type: 0 + hash: 58e2a6949c806ed4 + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 14 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_013.png + filename: tile_013.png + filetype: png + type: 0 + hash: be9b2566c79ca9e3 + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 119 + path: C:\Users\spenc\Music\good-night-lofi-cozy-chill-music-160166.mp3 + filename: good-night-lofi-cozy-chill-music-160166.mp3 + filetype: mp3 + type: 1 + hash: 246561eaa4e21fad + lastModified: 1735362096 + - uaid: 1 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_000.png + filename: tile_000.png + filetype: png + type: 0 + hash: 43b1a791b2f610aa + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 118 + path: C:\Users\spenc\Music\ethereal-vistas-191254.mp3 + filename: ethereal-vistas-191254.mp3 + filetype: mp3 + type: 1 + hash: 0da03a50fc5a40a8 + lastModified: 1735362077 + - uaid: 59 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_058.png + filename: tile_058.png + filetype: png + type: 0 + hash: d7e53d66d6608e44 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 20 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_019.png + filename: tile_019.png + filetype: png + type: 0 + hash: f4d73b8ef85ddfbf + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 21 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_020.png + filename: tile_020.png + filetype: png + type: 0 + hash: 9ab8e82f77ecda85 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 22 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_021.png + filename: tile_021.png + filetype: png + type: 0 + hash: a2b2f33d53eafbe1 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 23 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_022.png + filename: tile_022.png + filetype: png + type: 0 + hash: 2217b4ba2738d800 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 28 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_027.png + filename: tile_027.png + filetype: png + type: 0 + hash: 82735e0fe1556323 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 87 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_086.png + filename: tile_086.png + filetype: png + type: 0 + hash: 405549c9596a8b02 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 117 + path: C:\Users\spenc\Music\creative-technology-showreel-241274.mp3 + filename: creative-technology-showreel-241274.mp3 + filetype: mp3 + type: 1 + hash: d7f8e8b2954d438f + lastModified: 1730076791 + - uaid: 58 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_057.png + filename: tile_057.png + filetype: png + type: 0 + hash: 62e0d421dc1b94ca + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 26 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_025.png + filename: tile_025.png + filetype: png + type: 0 + hash: 59f5a825963b4b58 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 37 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_036.png + filename: tile_036.png + filetype: png + type: 0 + hash: 9b60a4c308beee86 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 36 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_035.png + filename: tile_035.png + filetype: png + type: 0 + hash: 4bf836f83d492422 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 35 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_034.png + filename: tile_034.png + filetype: png + type: 0 + hash: 4c68d41935c4c205 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 34 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_033.png + filename: tile_033.png + filetype: png + type: 0 + hash: 9bc4f952ca3d6104 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 33 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_032.png + filename: tile_032.png + filetype: png + type: 0 + hash: ab38b324f6e3068e + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 98 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_097.png + filename: tile_097.png + filetype: png + type: 0 + hash: 4140eb0e01c42458 + lastModified: 1728871746 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 95 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_094.png + filename: tile_094.png + filetype: png + type: 0 + hash: 26efe00187d8dde5 + lastModified: 1728871746 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 93 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_092.png + filename: tile_092.png + filetype: png + type: 0 + hash: d546c3d4f31aa5a0 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 92 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_091.png + filename: tile_091.png + filetype: png + type: 0 + hash: 2c31a5fc8d71be6e + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 97 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_096.png + filename: tile_096.png + filetype: png + type: 0 + hash: 61e5ba2ec5cc2e03 + lastModified: 1728871746 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 91 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_090.png + filename: tile_090.png + filetype: png + type: 0 + hash: 49ac491580bfc4f8 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 32 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_031.png + filename: tile_031.png + filetype: png + type: 0 + hash: 551fe37520f82310 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 96 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_095.png + filename: tile_095.png + filetype: png + type: 0 + hash: 2c4018746bda7639 + lastModified: 1728871746 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 90 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_089.png + filename: tile_089.png + filetype: png + type: 0 + hash: 7f30d8350216f6bb + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 31 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_030.png + filename: tile_030.png + filetype: png + type: 0 + hash: 2f6e1c7bd159e049 + lastModified: 1728871742 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 89 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_088.png + filename: tile_088.png + filetype: png + type: 0 + hash: a052591c3e581551 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 94 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_093.png + filename: tile_093.png + filetype: png + type: 0 + hash: fecc9a1f3e9802d8 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 29 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_028.png + filename: tile_028.png + filetype: png + type: 0 + hash: e7beb61a6e9cabf5 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 99 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_098.png + filename: tile_098.png + filetype: png + type: 0 + hash: f505363f6721ed43 + lastModified: 1728871746 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 100 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_099.png + filename: tile_099.png + filetype: png + type: 0 + hash: 64bc27961c23a597 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 101 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_100.png + filename: tile_100.png + filetype: png + type: 0 + hash: bce6842fe9a78d1e + lastModified: 1728871746 + size: [32, 32] + channels: 4 + format: GL_RGBA - uaid: 104 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_103.png filename: tile_103.png @@ -4515,7 +5294,7 @@ Assets: filetype: png type: 0 hash: a0843e8681231325 - lastModified: 1728871745 + lastModified: 1728871746 size: [32, 32] channels: 4 format: GL_RGBA @@ -4555,7 +5334,7 @@ Assets: filetype: png type: 0 hash: a5a090079e1eb3b5 - lastModified: 1728871745 + lastModified: 1728871746 size: [32, 32] channels: 4 format: GL_RGBA @@ -4565,7 +5344,7 @@ Assets: filetype: png type: 0 hash: ea99517d8b684ab8 - lastModified: 1728871746 + lastModified: 1728871745 size: [32, 32] channels: 4 format: GL_RGBA @@ -4595,166 +5374,6 @@ Assets: filetype: png type: 0 hash: e5a269d460d00e69 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 101 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_100.png - filename: tile_100.png - filetype: png - type: 0 - hash: bce6842fe9a78d1e - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 100 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_099.png - filename: tile_099.png - filetype: png - type: 0 - hash: 64bc27961c23a597 - lastModified: 1728871746 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 99 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_098.png - filename: tile_098.png - filetype: png - type: 0 - hash: f505363f6721ed43 - lastModified: 1728871746 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 29 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_028.png - filename: tile_028.png - filetype: png - type: 0 - hash: e7beb61a6e9cabf5 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 94 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_093.png - filename: tile_093.png - filetype: png - type: 0 - hash: fecc9a1f3e9802d8 - lastModified: 1728871746 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 89 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_088.png - filename: tile_088.png - filetype: png - type: 0 - hash: a052591c3e581551 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 31 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_030.png - filename: tile_030.png - filetype: png - type: 0 - hash: 2f6e1c7bd159e049 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 90 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_089.png - filename: tile_089.png - filetype: png - type: 0 - hash: 7f30d8350216f6bb - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 96 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_095.png - filename: tile_095.png - filetype: png - type: 0 - hash: 2c4018746bda7639 - lastModified: 1728871746 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 32 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_031.png - filename: tile_031.png - filetype: png - type: 0 - hash: 551fe37520f82310 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 91 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_090.png - filename: tile_090.png - filetype: png - type: 0 - hash: 49ac491580bfc4f8 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 97 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_096.png - filename: tile_096.png - filetype: png - type: 0 - hash: 61e5ba2ec5cc2e03 - lastModified: 1728871746 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 92 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_091.png - filename: tile_091.png - filetype: png - type: 0 - hash: 2c31a5fc8d71be6e - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 93 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_092.png - filename: tile_092.png - filetype: png - type: 0 - hash: d546c3d4f31aa5a0 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 95 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_094.png - filename: tile_094.png - filetype: png - type: 0 - hash: 26efe00187d8dde5 - lastModified: 1728871746 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 98 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_097.png - filename: tile_097.png - filetype: png - type: 0 - hash: 4140eb0e01c42458 lastModified: 1728871746 size: [32, 32] channels: 4 @@ -4765,7 +5384,7 @@ Assets: filetype: png type: 0 hash: ee4893b0b0e389b0 - lastModified: 1728871745 + lastModified: 1728871746 size: [32, 32] channels: 4 format: GL_RGBA @@ -4785,7 +5404,7 @@ Assets: filetype: png type: 0 hash: 077768331bb39105 - lastModified: 1728871744 + lastModified: 1728871745 size: [32, 32] channels: 4 format: GL_RGBA @@ -4805,7 +5424,7 @@ Assets: filetype: png type: 0 hash: 51e120ce40647450 - lastModified: 1728871744 + lastModified: 1728871745 size: [32, 32] channels: 4 format: GL_RGBA @@ -4825,7 +5444,7 @@ Assets: filetype: png type: 0 hash: 24af11a711c4a405 - lastModified: 1728871745 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -4865,7 +5484,7 @@ Assets: filetype: png type: 0 hash: a720f40abed06305 - lastModified: 1728871744 + lastModified: 1728871745 size: [32, 32] channels: 4 format: GL_RGBA @@ -4875,7 +5494,7 @@ Assets: filetype: png type: 0 hash: 0c75dd1dfcb324e2 - lastModified: 1728871745 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -4895,7 +5514,7 @@ Assets: filetype: png type: 0 hash: c921026208aff689 - lastModified: 1728871744 + lastModified: 1728871745 size: [32, 32] channels: 4 format: GL_RGBA @@ -4905,7 +5524,7 @@ Assets: filetype: png type: 0 hash: 75748e5776001213 - lastModified: 1728871745 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -4945,7 +5564,7 @@ Assets: filetype: png type: 0 hash: 3f62dcdb053f6abe - lastModified: 1728871743 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -4965,7 +5584,7 @@ Assets: filetype: png type: 0 hash: 5871fcecf1d47e1c - lastModified: 1728871743 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -4985,7 +5604,7 @@ Assets: filetype: png type: 0 hash: 54ba3afbbf9a9b9d - lastModified: 1728871743 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -4995,7 +5614,7 @@ Assets: filetype: png type: 0 hash: dc1ce13185d6f9dd - lastModified: 1728871743 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -5015,7 +5634,7 @@ Assets: filetype: png type: 0 hash: 7fcc1e121b9c475a - lastModified: 1728871745 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -5045,7 +5664,7 @@ Assets: filetype: png type: 0 hash: 6cc14afc186ec771 - lastModified: 1728871744 + lastModified: 1728871745 size: [32, 32] channels: 4 format: GL_RGBA @@ -5058,623 +5677,4 @@ Assets: lastModified: 1728871744 size: [32, 32] channels: 4 - format: GL_RGBA - - uaid: 33 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_032.png - filename: tile_032.png - filetype: png - type: 0 - hash: ab38b324f6e3068e - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 34 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_033.png - filename: tile_033.png - filetype: png - type: 0 - hash: 9bc4f952ca3d6104 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 35 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_034.png - filename: tile_034.png - filetype: png - type: 0 - hash: 4c68d41935c4c205 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 36 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_035.png - filename: tile_035.png - filetype: png - type: 0 - hash: 4bf836f83d492422 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 37 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_036.png - filename: tile_036.png - filetype: png - type: 0 - hash: 9b60a4c308beee86 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 26 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_025.png - filename: tile_025.png - filetype: png - type: 0 - hash: 59f5a825963b4b58 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 58 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_057.png - filename: tile_057.png - filetype: png - type: 0 - hash: 62e0d421dc1b94ca - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 117 - path: C:\Users\spenc\Music\creative-technology-showreel-241274.mp3 - filename: creative-technology-showreel-241274.mp3 - filetype: mp3 - type: 1 - hash: d7f8e8b2954d438f - lastModified: 1730076791 - - uaid: 87 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_086.png - filename: tile_086.png - filetype: png - type: 0 - hash: 405549c9596a8b02 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 28 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_027.png - filename: tile_027.png - filetype: png - type: 0 - hash: 82735e0fe1556323 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 23 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_022.png - filename: tile_022.png - filetype: png - type: 0 - hash: 2217b4ba2738d800 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 22 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_021.png - filename: tile_021.png - filetype: png - type: 0 - hash: a2b2f33d53eafbe1 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 21 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_020.png - filename: tile_020.png - filetype: png - type: 0 - hash: 9ab8e82f77ecda85 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 20 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_019.png - filename: tile_019.png - filetype: png - type: 0 - hash: f4d73b8ef85ddfbf - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 59 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_058.png - filename: tile_058.png - filetype: png - type: 0 - hash: d7e53d66d6608e44 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 118 - path: C:\Users\spenc\Music\ethereal-vistas-191254.mp3 - filename: ethereal-vistas-191254.mp3 - filetype: mp3 - type: 1 - hash: 0da03a50fc5a40a8 - lastModified: 1735362077 - - uaid: 1 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_000.png - filename: tile_000.png - filetype: png - type: 0 - hash: 43b1a791b2f610aa - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 119 - path: C:\Users\spenc\Music\good-night-lofi-cozy-chill-music-160166.mp3 - filename: good-night-lofi-cozy-chill-music-160166.mp3 - filetype: mp3 - type: 1 - hash: 246561eaa4e21fad - lastModified: 1735362097 - - uaid: 14 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_013.png - filename: tile_013.png - filetype: png - type: 0 - hash: be9b2566c79ca9e3 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 2 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_001.png - filename: tile_001.png - filetype: png - type: 0 - hash: 58e2a6949c806ed4 - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 120 - path: C:\Users\spenc\Music\reflected-light-147979.mp3 - filename: reflected-light-147979.mp3 - filetype: mp3 - type: 1 - hash: b4d344d1f668e25d - lastModified: 1735362210 - - uaid: 15 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_014.png - filename: tile_014.png - filetype: png - type: 0 - hash: e9c9d0a81a34e191 - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 3 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_002.png - filename: tile_002.png - filetype: png - type: 0 - hash: 9d00d31c498403a5 - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 121 - path: C:\Users\spenc\Music\simple-notification-152054.mp3 - filename: simple-notification-152054.mp3 - filetype: mp3 - type: 1 - hash: 3e57c2530f08c1ab - lastModified: 1745951639 - - uaid: 16 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_015.png - filename: tile_015.png - filetype: png - type: 0 - hash: dfbb87d88e7b361a - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 4 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_003.png - filename: tile_003.png - filetype: png - type: 0 - hash: 2ce62d3fa5f83a85 - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 122 - path: C:\Users\spenc\Music\simple-notification-152054.wav - filename: simple-notification-152054.wav - filetype: wav - type: 1 - hash: 0f5adca8b95e7494 - lastModified: 1745953000 - - uaid: 17 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_016.png - filename: tile_016.png - filetype: png - type: 0 - hash: d66738b42167c25b - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 5 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_004.png - filename: tile_004.png - filetype: png - type: 0 - hash: 15054cba03033497 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 123 - path: C:\Users\spenc\Music\Stereo Test - LeftRight Audio Test for HeadphonesSpeakers.mp3 - filename: Stereo Test - LeftRight Audio Test for HeadphonesSpeakers.mp3 - filetype: mp3 - type: 1 - hash: 5885c8cc38709f22 - lastModified: 1746052189 - - uaid: 18 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_017.png - filename: tile_017.png - filetype: png - type: 0 - hash: 32c7b5c15559556f - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 6 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_005.png - filename: tile_005.png - filetype: png - type: 0 - hash: 75d134cdb99c01b0 - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 19 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_018.png - filename: tile_018.png - filetype: png - type: 0 - hash: 2f4aa3d6c9a88136 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 7 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_006.png - filename: tile_006.png - filetype: png - type: 0 - hash: 977d38606f54ec1a - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 88 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_087.png - filename: tile_087.png - filetype: png - type: 0 - hash: b5be37e278b5a0e8 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 25 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_024.png - filename: tile_024.png - filetype: png - type: 0 - hash: 52d6f7a1f1aaf096 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 46 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_045.png - filename: tile_045.png - filetype: png - type: 0 - hash: a42f65407bd8d9c8 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 45 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_044.png - filename: tile_044.png - filetype: png - type: 0 - hash: cc99aeb78832013d - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 57 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_056.png - filename: tile_056.png - filetype: png - type: 0 - hash: 54c17c59498db1fc - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 44 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_043.png - filename: tile_043.png - filetype: png - type: 0 - hash: 49e0ee588a2d510c - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 56 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_055.png - filename: tile_055.png - filetype: png - type: 0 - hash: 7456f3530ede598b - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 43 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_042.png - filename: tile_042.png - filetype: png - type: 0 - hash: 00a8e91ac50d0582 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 55 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_054.png - filename: tile_054.png - filetype: png - type: 0 - hash: f4cb8b97cee3bb7c - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 42 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_041.png - filename: tile_041.png - filetype: png - type: 0 - hash: 279113f5a4cbbc98 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 13 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_012.png - filename: tile_012.png - filetype: png - type: 0 - hash: 32bf6597d4a096f7 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 54 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_053.png - filename: tile_053.png - filetype: png - type: 0 - hash: 7b09d94969ebc484 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 41 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_040.png - filename: tile_040.png - filetype: png - type: 0 - hash: 56430e898f7e9789 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 12 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_011.png - filename: tile_011.png - filetype: png - type: 0 - hash: 0c92bd2b1322d0e7 - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 40 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_039.png - filename: tile_039.png - filetype: png - type: 0 - hash: d35fb51aa3acdc47 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 11 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_010.png - filename: tile_010.png - filetype: png - type: 0 - hash: 027bca2fa1b70126 - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 39 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_038.png - filename: tile_038.png - filetype: png - type: 0 - hash: 835f3dbf895d2518 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 10 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_009.png - filename: tile_009.png - filetype: png - type: 0 - hash: 0ea909aad0cb11d5 - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 38 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_037.png - filename: tile_037.png - filetype: png - type: 0 - hash: b02749d8ee945f27 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 9 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_008.png - filename: tile_008.png - filetype: png - type: 0 - hash: e38d301f66207712 - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 53 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_052.png - filename: tile_052.png - filetype: png - type: 0 - hash: ce606e9690950052 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 24 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_023.png - filename: tile_023.png - filetype: png - type: 0 - hash: ca52dd2852403677 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 52 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_051.png - filename: tile_051.png - filetype: png - type: 0 - hash: 7bd2a717963c5a74 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 51 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_050.png - filename: tile_050.png - filetype: png - type: 0 - hash: b34445e878281be8 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 50 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_049.png - filename: tile_049.png - filetype: png - type: 0 - hash: 1f1918a8c669d3c1 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 49 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_048.png - filename: tile_048.png - filetype: png - type: 0 - hash: 7d5264eea52a6006 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 48 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_047.png - filename: tile_047.png - filetype: png - type: 0 - hash: 6398a4447dcb5e13 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 47 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_046.png - filename: tile_046.png - filetype: png - type: 0 - hash: a6ce3c9db850be68 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 30 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_029.png - filename: tile_029.png - filetype: png - type: 0 - hash: 3d1f20d336f5a0e4 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 8 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_007.png - filename: tile_007.png - filetype: png - type: 0 - hash: acc98f6bf6af4471 - lastModified: 1728871742 - size: [32, 32] - channels: 4 format: GL_RGBA \ No newline at end of file diff --git a/src/src/Engine.cpp b/src/src/Engine.cpp index 2047bac..3513433 100644 --- a/src/src/Engine.cpp +++ b/src/src/Engine.cpp @@ -756,6 +756,10 @@ void Engine::Run() { ImGui::Checkbox("Enable Lighting", &g_engineConfig.settings.lighting_enabled); ImGui::Checkbox("Enable Gizmos", &g_engineConfig.settings.draw_gizmos); + if (ImGui::BeginMenu("Defaults")) + { + ImGui::Checkbox("Prompt Outdated Scenes", &g_engineConfig.settings.ignore_invalid_versions_popups); + } if (ImGui::BeginMenu("Profiling")) { ImGui::Text("Note: Slow"); @@ -1487,6 +1491,8 @@ void Engine::SaveScene(const std::string &path) void Engine::LoadScene(const std::string &path) { + + bool legacyLoad = false; Logger::LogDebug("[LoadScene] Reading Scene File."); YAML::Node root = YAML::LoadFile(path); @@ -1504,12 +1510,43 @@ void Engine::LoadScene(const std::string &path) return; } + std::string loadedVersion = root["engine_version"].as(); + std::string expectedVersion = g_engineConfig.version; - - if (root["engine_version"].as() != g_engineConfig.version) + if (loadedVersion != expectedVersion) { - Logger::LogError("[LoadScene] Version mismatch! Expected %s, got %s", g_engineConfig.version.c_str(), root["engine_version"].as().c_str()); - + Logger::LogWarning("[LoadScene] Version mismatch! Expected %s, got %s", + expectedVersion.c_str(), loadedVersion.c_str()); + + if (!g_engineConfig.settings.ignore_invalid_versions_popups) + { + loadingUI.Destroy(); // Close visual loading before blocking popup + + int result = Popup::Show("Version Mismatch", + "Scene was created with engine version: " + loadedVersion + + "\nExpected: " + expectedVersion + + "\n\nLoad anyway?", + {Popup::Option("Yes", 1), + Popup::Option("Yes (Don't Ask Again)", 2), + Popup::Option("No", 0)}); + + if (result == 0) + { + Logger::LogInfo("[LoadScene] User cancelled scene load."); + return; + } + if (result == 2) + { + g_engineConfig.settings.ignore_invalid_versions_popups = true; + } + + loadingUI.Create("Loading Scene (Legacy Recovery)"); + loadingUI.Update("Attempting Recovery", "Loading scene with fallback...", 0.02f); + } + else + { + Logger::LogInfo("[LoadScene] Version mismatch ignored due to user setting."); + } } if (!VerifySceneHash(root)) @@ -1549,12 +1586,21 @@ void Engine::LoadScene(const std::string &path) float progress = 0.1f + (0.75f * (objectIndex / static_cast(std::max(1, totalObjects)))); loadingUI.Update(currentStep, currentDetail, progress); - auto obj = std::make_shared(objName); - obj->Load(node); - objects.push_back(obj); + try + { + auto obj = std::make_shared(objName); + obj->Load(node); + objects.push_back(obj); + } + catch (const std::exception &e) + { + Logger::LogWarning("[LoadScene] Failed to load object '%s': %s", objName.c_str(), e.what()); + } + objectIndex++; } + // Color correction settings if (root["color_correction"]) { Logger::LogVerbose("[LoadScene] Loading Color Correction Attributes"); @@ -1581,6 +1627,7 @@ void Engine::LoadScene(const std::string &path) } } + // Finalize currentStep = "Done"; currentDetail = "Finalizing load..."; loadingUI.Update(currentStep, currentDetail, 1.0f); diff --git a/src/src/core/utils/EngineConfig.cpp b/src/src/core/utils/EngineConfig.cpp index c3ca89e..43cb43e 100644 --- a/src/src/core/utils/EngineConfig.cpp +++ b/src/src/core/utils/EngineConfig.cpp @@ -12,7 +12,7 @@ //! Macro Fuckery my Gz EngineConfig g_engineConfig{ - .version = "0.8.1", + .version = "0.8.2", .gl_version = "430", .gl_maxLight = 512, .settings = UserSettings{} diff --git a/src/src/core/utils/EngineConfig.h b/src/src/core/utils/EngineConfig.h index ddadd0d..80e1a92 100644 --- a/src/src/core/utils/EngineConfig.h +++ b/src/src/core/utils/EngineConfig.h @@ -12,7 +12,8 @@ USER_SETTING(show_asset_window, bool, false) \ USER_SETTING(profile_gpu, bool, false) \ USER_SETTING(show_performance_window, bool, false) \ - USER_SETTING(show_audio_window, bool, false) + USER_SETTING(show_audio_window, bool, false) \ + USER_SETTING(ignore_invalid_versions_popups, bool, false) diff --git a/src/src/core/utils/LoadingWindow.h b/src/src/core/utils/LoadingWindow.h index bef4628..0e997e8 100644 --- a/src/src/core/utils/LoadingWindow.h +++ b/src/src/core/utils/LoadingWindow.h @@ -1,6 +1,7 @@ #pragma once #include #include +#include "Popup.h" class LoadingWindow { public: diff --git a/src/src/core/utils/Popup.cpp b/src/src/core/utils/Popup.cpp new file mode 100644 index 0000000..82fb2f7 --- /dev/null +++ b/src/src/core/utils/Popup.cpp @@ -0,0 +1,137 @@ +#include "Popup.h" +#include +#include +#include + +struct PopupContext +{ + std::string message; + std::vector options; + int result = -1; +}; + +static PopupContext *g_ctx = nullptr; +static const char *CLASS_NAME = "PopupWindowClass"; + +LRESULT CALLBACK PopupWndProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) +{ + switch (msg) + { + case WM_CREATE: + { + + RECT textRect = {20, 20, 360 + 20, 200}; + HFONT font = (HFONT)GetStockObject(DEFAULT_GUI_FONT); + HDC hdc = GetDC(hwnd); + SelectObject(hdc, font); + DrawTextA(hdc, g_ctx->message.c_str(), -1, &textRect, DT_WORDBREAK | DT_CALCRECT); + ReleaseDC(hwnd, hdc); + + // Add padding + int textHeight = textRect.bottom - textRect.top + 8; + + HWND label = CreateWindowA("STATIC", g_ctx->message.c_str(), + WS_CHILD | WS_VISIBLE | SS_LEFT | SS_NOPREFIX, + 20, 20, 360, textHeight, + hwnd, nullptr, nullptr, nullptr); + SendMessage(label, WM_SETFONT, (WPARAM)font, TRUE); + + int btnW = 120, btnH = 28, spacing = 10; + int totalW = (int)g_ctx->options.size() * btnW + ((int)g_ctx->options.size() - 1) * spacing; + int x = (400 - totalW) / 2; + + for (int i = 0; i < (int)g_ctx->options.size(); ++i) + { + HWND btn = CreateWindowA("BUTTON", g_ctx->options[i].label.c_str(), + WS_CHILD | WS_VISIBLE | BS_DEFPUSHBUTTON, + x + i * (btnW + spacing), 100, btnW, btnH, + hwnd, (HMENU)(1000 + i), GetModuleHandle(nullptr), nullptr); + SendMessage(btn, WM_SETFONT, (WPARAM)font, TRUE); + } + + break; + } + + case WM_COMMAND: + { + int id = LOWORD(wParam); + if (id >= 1000) + { + int index = id - 1000; + if (index >= 0 && index < (int)g_ctx->options.size()) + { + g_ctx->result = g_ctx->options[index].returnValue; + DestroyWindow(hwnd); + } + } + break; + } + + case WM_CLOSE: + DestroyWindow(hwnd); + break; + + case WM_DESTROY: + PostQuitMessage(0); + break; + } + + return DefWindowProc(hwnd, msg, wParam, lParam); +} + +int Popup::Show(const std::string &title, + const std::string &message, + const std::vector