From 16db021aaa7fdc3772787c673f9ad818a4cbc0eb Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Tue, 6 May 2025 18:32:09 -0500 Subject: [PATCH] bug fixes [audiocore] --- imgui.ini | 38 +- remake/build.log | 5 +- src/assets/scenes/a_cool_isometric_world.cene | 7551 +++++++++-------- src/src/Engine.cpp | 65 +- src/src/core/audio/AudioEngine.cpp | 16 +- src/src/core/utils/EngineConfig.cpp | 2 +- src/src/main.cpp | 3 + src/vendor/miniaudio/miniaudio.c | 2 +- 8 files changed, 3851 insertions(+), 3831 deletions(-) diff --git a/imgui.ini b/imgui.ini index aa329f9..a1b9fe7 100644 --- a/imgui.ini +++ b/imgui.ini @@ -10,24 +10,24 @@ Collapsed=1 [Window][WindowOverViewport_11111111] Pos=0,19 -Size=1280,701 +Size=1920,1158 Collapsed=0 [Window][Inspector] -Pos=913,19 -Size=367,202 +Pos=1553,19 +Size=367,659 Collapsed=0 DockId=0x00000018,0 [Window][Scene Tree] Pos=0,19 -Size=342,350 +Size=342,579 Collapsed=0 DockId=0x0000000F,0 [Window][Viewport] Pos=344,19 -Size=567,202 +Size=1207,659 Collapsed=0 DockId=0x00000017,0 @@ -36,14 +36,14 @@ Size=1280,19 Collapsed=0 [Window][Performance Info] -Pos=1094,223 -Size=186,497 +Pos=1606,680 +Size=314,497 Collapsed=0 DockId=0x00000016,0 [Window][Console] -Pos=344,223 -Size=715,273 +Pos=344,680 +Size=1206,273 Collapsed=0 DockId=0x00000013,0 @@ -54,8 +54,8 @@ Collapsed=0 DockId=0x00000017,1 [Window][Profiler] -Pos=344,498 -Size=715,222 +Pos=344,955 +Size=1206,222 Collapsed=0 DockId=0x00000014,0 @@ -112,8 +112,8 @@ Collapsed=0 DockId=0x0000000E,0 [Window][Audio Output] -Pos=1061,223 -Size=31,497 +Pos=1552,680 +Size=52,497 Collapsed=0 DockId=0x00000012,0 @@ -124,29 +124,29 @@ Collapsed=0 DockId=0x0000000D,0 [Window][Resources] -Pos=0,371 -Size=342,349 +Pos=0,600 +Size=342,577 Collapsed=0 DockId=0x00000010,0 [Docking][Data] -DockSpace ID=0x11111111 Window=0x1BBC0F80 Pos=0,19 Size=1280,701 Split=X +DockSpace ID=0x11111111 Window=0x1BBC0F80 Pos=0,19 Size=1920,1158 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 DockNode ID=0x0000000F Parent=0x00000003 SizeRef=342,579 HiddenTabBar=1 Selected=0x12EF0F59 DockNode ID=0x00000010 Parent=0x00000003 SizeRef=342,577 HiddenTabBar=1 Selected=0x30401527 DockNode ID=0x00000004 Parent=0x00000001 SizeRef=342,519 HiddenTabBar=1 Selected=0x36AF052B - DockNode ID=0x00000002 Parent=0x00000005 SizeRef=1484,701 Split=Y Selected=0xC450F867 + DockNode ID=0x00000002 Parent=0x00000005 SizeRef=1576,701 Split=Y Selected=0xC450F867 DockNode ID=0x00000007 Parent=0x00000002 SizeRef=606,659 Split=X Selected=0xC450F867 DockNode ID=0x00000017 Parent=0x00000007 SizeRef=1207,860 CentralNode=1 HiddenTabBar=1 Selected=0xC450F867 DockNode ID=0x00000018 Parent=0x00000007 SizeRef=367,860 HiddenTabBar=1 Selected=0x36DC96AB DockNode ID=0x00000008 Parent=0x00000002 SizeRef=606,497 Split=X Selected=0xEA83D666 DockNode ID=0x00000015 Parent=0x00000008 SizeRef=1260,172 Split=X Selected=0xEA83D666 - DockNode ID=0x00000011 Parent=0x00000015 SizeRef=715,168 Split=Y Selected=0x9B5D3198 + DockNode ID=0x00000011 Parent=0x00000015 SizeRef=1206,168 Split=Y Selected=0x9B5D3198 DockNode ID=0x00000013 Parent=0x00000011 SizeRef=1449,273 HiddenTabBar=1 Selected=0xEA83D666 DockNode ID=0x00000014 Parent=0x00000011 SizeRef=1449,222 HiddenTabBar=1 Selected=0x9B5D3198 - DockNode ID=0x00000012 Parent=0x00000015 SizeRef=31,168 HiddenTabBar=1 Selected=0x56009A08 + DockNode ID=0x00000012 Parent=0x00000015 SizeRef=52,168 HiddenTabBar=1 Selected=0x56009A08 DockNode ID=0x00000016 Parent=0x00000008 SizeRef=314,172 HiddenTabBar=1 Selected=0x3FC1A724 DockNode ID=0x00000006 Parent=0x11111111 SizeRef=289,1158 Split=Y Selected=0x36DC96AB DockNode ID=0x00000009 Parent=0x00000006 SizeRef=449,488 Split=Y Selected=0x36DC96AB diff --git a/remake/build.log b/remake/build.log index a5b5621..76e9f84 100644 --- a/remake/build.log +++ b/remake/build.log @@ -1,3 +1,4 @@ -[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 -Isrc\vendor\imgui -IC:\msys64\mingw64\lib\libyaml-cpp.a -MMD -MP -c src\src\Engine.cpp -o src\build\Engine.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\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 -[RUN] Executed app.exe successfully. diff --git a/src/assets/scenes/a_cool_isometric_world.cene b/src/assets/scenes/a_cool_isometric_world.cene index e2d2daf..f528694 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 scene_name: a_cool_isometric_world -scene_hash: e623944c4689927fc32c2ac1a586405636211750b6189788e359afc436c41754 +scene_hash: 91d2f52266d42b32813ddcbde7e11f9a7c8a10a66e740c2198a07999afae2d58 format_version: 1 objects: - name: Light @@ -1488,6 +1488,2949 @@ objects: normalMap: 0 renderType: Lit children: [] + - name: tile_046.png + uid: 8f0cb3f4daeb427e8217ce6e87a3654e + id: 343 + position: [-107.079956, 81.2964172] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 47 + normalMap: 0 + renderType: Lit + children: [] + - name: Tiles (Copy) + uid: 69a2b32fd2a9498aaf99c91b2e3567bb + id: 117 + position: [-167.800003, 103] + rotation: 0 + layer: 0 + visable: true + components: [] + children: + - name: tile_053.png (Copy) + uid: 3d86815eb0d14bebbbc082f82188768d + id: 118 + position: [-58.2519989, 26.0020008] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 54 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_049.png (Copy) + uid: 1a1a4beece1c4d0fada70b8985044a5f + id: 119 + position: [-165.057999, -90.435997] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 50 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_044.png (Copy) + uid: 30bffa896fff4d99abc60dc16181c127 + id: 120 + position: [8.5340004, 23.6730003] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 45 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_045.png (Copy) + uid: 9fb29735030c49a4bc5957d78940f4ad + id: 121 + position: [-59.9570007, -33.0279999] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 46 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_027.png (Copy) + uid: ed98aa7f9d774ffcaf921b48c4c3dae1 + id: 122 + position: [41.5, 61.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 28 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_028.png (Copy) + uid: 63cf105d6c664d528d01fede8c72e1f9 + id: 123 + position: [14.5, 83.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 29 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_024.png (Copy) + uid: a5460ac0dee944fe8a2543abb27875ed + id: 124 + position: [-22.5, 66.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 25 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_022.png (Copy) + uid: d8941cb66b854dfc82f95cbdf59acd95 + id: 125 + position: [7.5, 47.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 23 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_022.png (Copy) + uid: 854a39bb9c444aac822c4135af57cc6c + id: 126 + position: [36.5, 29.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 23 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_044.png (Copy) + uid: 29a6d3f679b143c888a6df9ab29fdb50 + id: 127 + position: [-96.5, -49.5] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 45 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: 6ba79b27df57444fbd739e60587edac4 + id: 128 + position: [-54.5, 52.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: d960cb6de902469ebb58400dfcc90b90 + id: 129 + position: [-89.5, 36.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: d32a905eca214f7b8b77f1202f24f245 + id: 130 + position: [-123.5, 19.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: e3e6ce5a18a04a848a877a9013c07961 + id: 131 + position: [-156.5, -0.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: da5b0ed8cf7a4772a329841fe6f3510f + id: 132 + position: [-190.5, -17.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: a10066540204409ba199522a320174ca + id: 133 + position: [-222.5, -32.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: c56684d53691446984049b2951702ace + id: 134 + position: [-26.5, 33.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: 1e7c405d74d7402ba8f47e9a3b92cc34 + id: 135 + position: [-59.5, 16.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: 7e68690fcf7743758c44c6ce4fe767e7 + id: 136 + position: [-92.5, 0.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: 7b2d55762e944bdbad3997ad35946808 + id: 137 + position: [-125.5, -17.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: 097e492c04c04140ab1bf962c329dd0d + id: 138 + position: [-158.5, -33.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: 83ba60ff73214fb1a0295d134d131284 + id: 139 + position: [-192.5, -50.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 664c1baca33f4fd5bb31576912988958 + id: 140 + position: [4.5, 20.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_038.png (Copy) + uid: 034ee843a1ae4ac1b1d55ca3bb38ae47 + id: 141 + position: [36.5, 1.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 39 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: 43f97c93220d40b0beb12f2e9dd581b6 + id: 142 + position: [-26.5, 2.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_038.png (Copy) + uid: 615613403a4b40f5871aa48e77d49cac + id: 143 + position: [-60.5, -12.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 39 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_038.png (Copy) + uid: d3ab15ae50524cbf9285de44e2068818 + id: 144 + position: [-96.5, -30.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 39 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_037.png (Copy) + uid: 9b3d61b8dbe54abd9336e47937cc68ff + id: 145 + position: [-128.5, -48.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 38 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_039.png (Copy) + uid: 23a2daa5ce5f475a81f4cd36261df871 + id: 146 + position: [-163.5, -68.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 40 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: d635c52b6884411584de524c2b3c1800 + id: 147 + position: [8.5, -20.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_029.png (Copy) + uid: 46cf3b8a3e394e42a8d928b0e9320034 + id: 148 + position: [-28.5, -38.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 30 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: a06abbe9a38c43c894edbeaeb89c66c6 + id: 149 + position: [-61.5, -55.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_030.png (Copy) + uid: 88564b351b8e4913b97345d43271d58e + id: 150 + position: [-95.5, -71.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 31 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_037.png (Copy) + uid: a92f53905b07459abf2263753d8526cd + id: 151 + position: [-128.5, -88.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 38 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_022.png (Copy) + uid: a1aa82d92f1449399545bbd8c88515f7 + id: 152 + position: [95.9465179, 30.9888229] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 23 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_023.png (Copy) + uid: 709bd12ecfde4d82ad271634fb8732be + id: 153 + position: [68.4461136, 44.2444115] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 24 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_023.png (Copy) + uid: 621ffe1f11e94f2e9715e36f5f2484db + id: 154 + position: [66.4676666, 11.995739] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 24 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_044.png (Copy) + uid: 3bafc015956247dd8d482b9c3a48fe99 + id: 155 + position: [100.766998, 6.04500008] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 45 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: a063a9f1e40c40a7b088bf7bf752a185 + id: 156 + position: [-253.18512, -14.0298166] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: 8c468a6363c44f5486f84db87d084f09 + id: 157 + position: [-221.640671, 2.443398] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: 9e724dd7c3a445a19133dd4973d5fbef + id: 158 + position: [-196.054626, 15.4116726] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: b92351ae6af044cfa9cf9d1e77863acc + id: 159 + position: [-170.468536, 27.6789627] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: 33dfd7399c8e415dac10f78ee3fc59bf + id: 160 + position: [-145.282059, 40.9676094] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: 5e57606c9d364085be8b95fcf633093e + id: 161 + position: [-119.188309, 53.8947716] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: cb6176294b4947c0a0677b2d92ebea63 + id: 162 + position: [-93.8127518, 66.3431549] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: b07e16adff624404bf6f0d74a0398c02 + id: 163 + position: [-68.9159698, 79.2703552] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: 7e66936d35a340eb9500a1c2d6990fce + id: 164 + position: [-43.3010292, 92.197525] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: 88ffd5e6dcb84b38bff837486afdf42a + id: 165 + position: [-16.7285137, 105.842873] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: c74d856081b44b9da2a59c40945aa9a6 + id: 166 + position: [-284.383118, 4.68400383] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: 6768a365a6a047e68d2d875e05fd8883 + id: 167 + position: [-250.431122, 21.8027191] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: c02deda7552449aca0e0e4c2f3c2396c + id: 168 + position: [-217.905701, 38.636116] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_014.png (Copy) + uid: 4ab5d4163d83473d9e169facfe339918 + id: 169 + position: [-184.809586, 55.7548294] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 15 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: d7d8689c3679466dbbc02ca2d9689a36 + id: 170 + position: [-151.142792, 71.1616669] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: 3d278775e2a343a285f4da74b52cf82b + id: 171 + position: [-116.620041, 88.2801971] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: e87e1f7af36f47b1b1584cd2a79f08be + id: 172 + position: [-82.9532471, 104.25766] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: 4a12e4e0925947598018bbe76f40cd0a + id: 173 + position: [-52.7101898, 122.517609] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_065.png (Copy) + uid: f8014234258a493b839f5b8b903f49ce + id: 174 + position: [-193.240005, -5.04500008] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 66 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_062.png (Copy) + uid: 2010b236338e41f6b2dd9d10e8b79d7f + id: 175 + position: [-120.778999, 32.2639999] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 63 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_082.png (Copy) + uid: 9f9d91b1c73b4a6eb23dba3f669ea8ed + id: 176 + position: [-158.194, 12.6339998] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 83 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_058.png (Copy) + uid: c0f19619adf949d58e8c97ec0b126eae + id: 177 + position: [-227.75, -54.2232857] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 59 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_045.png (Copy) + uid: d842598d09364183a292dac111273f58 + id: 178 + position: [-140.867996, -38.8449745] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 46 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_047.png (Copy) + uid: d7627acfd9e04b138f1395b384b7bca3 + id: 179 + position: [-91.4160004, -15.3730001] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 48 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_042.png (Copy) + uid: 93026a1eff984424bf6b6132fa81083a + id: 180 + position: [-188.693695, 27.3759041] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 43 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_052.png (Copy) + uid: 656e2fd8dbdb4fbf8dd880f31b41ccd7 + id: 181 + position: [-21.875, 44.987999] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 53 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_028.png (Copy) + uid: c0cd1d7ba0344323835fae18334626b8 + id: 182 + position: [-17.2237396, 138.836761] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 29 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: f2c479758aca461d9fd59dba808206b9 + id: 183 + position: [11.3386536, 120.830032] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_030.png (Copy) + uid: 33d1b5ba5c3141f78d74215a21b7bbfb + id: 184 + position: [43.005661, 99.0977783] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 31 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: f288f92749aa4ffe9ac96bd8b2d6b5ab + id: 185 + position: [74.6726685, 81.0910492] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_034.png (Copy) + uid: 8975440f193d4c98b088545a06d4ef86 + id: 186 + position: [103.855988, 64.9470825] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 35 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_036.png (Copy) + uid: 6242d5ddb0614d1299de7d91e502f2b4 + id: 187 + position: [132.418381, 49.4240456] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 37 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_040.png (Copy) + uid: d785cc6acfd940208f6be2f89b02ecda + id: 188 + position: [18.733284, 155.827454] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 41 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_033.png (Copy) + uid: 2c43604bb0d44834b8f61fa910d2f29d + id: 189 + position: [45.8280487, 136.635315] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 34 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_027.png (Copy) + uid: 489a84982c11435dae9a2deab31713f7 + id: 190 + position: [76.3096619, 118.007668] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 28 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 6677d356f8d84db69aea025dd0d548f6 + id: 191 + position: [107.920227, 104.460281] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_029.png (Copy) + uid: 96c6aced4ce04caeafef190a2f9e38c0 + id: 192 + position: [133.886047, 89.7839508] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 30 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: 06e85476211c426a80829c5a7a6efb39 + id: 193 + position: [168.318985, 68.3339233] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_022.png (Copy) + uid: d21690e2ead74404b25003a88dcd7681 + id: 194 + position: [52.6889915, 174.425797] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 23 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_022.png (Copy) + uid: b02ecca948934fe18dfa5ae6842cfb7c + id: 195 + position: [83.4784698, 158.098038] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 23 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_023.png (Copy) + uid: 9cdf2813bbf049ae800e6846a763f34b + id: 196 + position: [113.801453, 140.370758] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 24 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_024.png (Copy) + uid: 19a69e8e94b543fbad2c3d35ee923c58 + id: 197 + position: [144.12442, 119.377937] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 25 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_023.png (Copy) + uid: 626639b5f1964e1284f9e387501965e4 + id: 198 + position: [173.047882, 106.782242] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 24 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_024.png (Copy) + uid: ac90acea4a50435290afa5a6220300b6 + id: 199 + position: [200.571808, 90.454483] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 25 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 2676009d31e54faa86cd9d86967577d9 + id: 200 + position: [86.2775192, 190.287048] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_029.png (Copy) + uid: 986242a1c3b54c01886522721646b91c + id: 201 + position: [115.66748, 169.29422] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 30 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_028.png (Copy) + uid: 2d0f27176b05423bb5c9865073f2ac76 + id: 202 + position: [147.389984, 152.033447] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 29 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 987c1f3805d4424bb52126ed344daab3 + id: 203 + position: [177.246445, 130.574112] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: a59413b605f342db8856f2dd488278e2 + id: 204 + position: [205.7034, 115.645874] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_030.png (Copy) + uid: a47b87f3b90f4f2a8d7289b929146a27 + id: 205 + position: [230.894806, 97.9185944] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 31 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 476dcd72a138476d9c9f1328585959bf + id: 206 + position: [118.932991, 206.614792] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: ad297151e3aa4f20a2a77d84e4426564 + id: 207 + position: [148.322952, 187.487991] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_035.png (Copy) + uid: 0f5bc38269d440e9acec5eb9d9ec3252 + id: 208 + position: [177.246399, 165.095642] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 36 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_034.png (Copy) + uid: ea0e98cacc8842bc847318faeac5d402 + id: 209 + position: [205.236847, 149.700897] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 35 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_034.png (Copy) + uid: ecaf1e3f37494319969dd8d1dcc22aec + id: 210 + position: [234.626801, 131.973618] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 35 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_035.png (Copy) + uid: 07e4ad8609c44e0192141ed75e896690 + id: 211 + position: [263.08374, 113.779831] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 36 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_033.png (Copy) + uid: 409adb0f7d0043f7b92fc48a1c5bf551 + id: 212 + position: [151.588501, 223.409058] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 34 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 280008b99cb44a6f936780ec6929e57f + id: 213 + position: [181.911484, 203.349243] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: f4acffdc44cb4e3b95d852cc28d58f4b + id: 214 + position: [212.234451, 184.68895] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_029.png (Copy) + uid: 99bfdb1fdd2e4876971b78d793a05422 + id: 215 + position: [244.889969, 164.629135] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 30 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_035.png (Copy) + uid: 311e42116795435dae72387f730fac29 + id: 216 + position: [274.746429, 143.270004] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 36 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 5141c08516f6403081a5a4837a44dcb0 + id: 217 + position: [292.473724, 134.306152] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_030.png (Copy) + uid: 895bf7b412f744de993e890b18ca2ce8 + id: 218 + position: [327.148438, 151.777542] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 31 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_029.png (Copy) + uid: e89c9cf71a41452ab4ad215e3c84fa2c + id: 219 + position: [294.760345, 172.09021] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 30 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_030.png (Copy) + uid: f9632152526c4f9f876b892e09c628d5 + id: 220 + position: [263.476593, 193.235703] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 31 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 1b9b468d489c49deb7395d68a846bfc4 + id: 221 + position: [229.875534, 216.98819] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_035.png (Copy) + uid: bd45245a79424e598409bf3c44eed196 + id: 222 + position: [186.425873, 237.554352] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 36 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_030.png (Copy) + uid: 58c63bed17c84fd281481ca0d22d207a + id: 223 + position: [204.095398, 227.126434] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 31 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_033.png (Copy) + uid: f1a4c40c93674b5aa094e21fbeb32891 + id: 224 + position: [217.999313, 251.458191] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 34 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 51c4e7bf0d4e49f2b9d5f93291606dd8 + id: 225 + position: [245.807098, 232.340347] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_034.png (Copy) + uid: d6143755a8154fbc8962a97dd0bb4650 + id: 226 + position: [274.773529, 216.408798] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 35 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_033.png (Copy) + uid: 8b3eeede6ed645b3bf9697c94d710612 + id: 227 + position: [303.450317, 197.870285] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 34 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: e476ca9072d142e1a467aa69778111bf + id: 228 + position: [334.444397, 178.752426] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_029.png (Copy) + uid: 868c8942db074f8e942a28a3cc49ef9f + id: 229 + position: [350.665588, 170.64183] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 30 + normalMap: 0 + renderType: Lit + children: [] + - name: Tiles (Copy) + uid: c0d4901c2f8f44629857b14fbbf539e5 + id: 230 + position: [176, -103] + rotation: 0 + layer: 0 + visable: true + components: [] + children: + - name: tile_053.png (Copy) + uid: 3cdc90c10c2e49d1a17266bf93a9d4cb + id: 231 + position: [-58.2519989, 26.0020008] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 54 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_049.png (Copy) + uid: bde7e475c55c4de69821ba12b8dd5de8 + id: 232 + position: [-165.057999, -90.435997] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 50 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_044.png (Copy) + uid: 034c3d94a2da4a41aa8e7f78b0edfa34 + id: 233 + position: [8.5340004, 23.6730003] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 45 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_045.png (Copy) + uid: 7c84a3a2e14b45a1b9c4f4ed923d1b08 + id: 234 + position: [-59.9570007, -33.0279999] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 46 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_027.png (Copy) + uid: 02bc21f49baf44998904435526f50e79 + id: 235 + position: [41.5, 61.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 28 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_028.png (Copy) + uid: 256c6037f0a54e1bbef99fcf5a8b0da2 + id: 236 + position: [14.5, 83.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 29 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_024.png (Copy) + uid: 76452c91836644218da19bc359bbc748 + id: 237 + position: [-22.5, 66.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 25 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_022.png (Copy) + uid: b3ef14293f394fc49dc90292820f3b60 + id: 238 + position: [7.5, 47.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 23 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_022.png (Copy) + uid: bcc49a0d23c64dd39c870b8b78ac5cc4 + id: 239 + position: [36.5, 29.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 23 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_044.png (Copy) + uid: cbd940e93db445f9adcd7c1ac6bb137f + id: 240 + position: [-96.5, -49.5] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 45 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: 1d82f5dbc1ba44af96113d3955df8209 + id: 241 + position: [-54.5, 52.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: f85fd94f288b4ab7bcd8480cd0ce0ee1 + id: 242 + position: [-89.5, 36.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: 64af878ef2ea4dc3b2aa290b5b60df9d + id: 243 + position: [-123.5, 19.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: 73ae86a970f447e2ab54248fea260525 + id: 244 + position: [-156.5, -0.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: 5a13a515cdc04aa19ed97f55f51be964 + id: 245 + position: [-190.5, -17.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: cf5ec3094d0e4c4e85d86cc05d2376bc + id: 246 + position: [-222.5, -32.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: e536cfe05b994a509ac0fc3ba13d8419 + id: 247 + position: [-26.5, 33.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: c5fbb3d8fbd14633b7cd6bd6f7bf65b4 + id: 248 + position: [-59.5, 16.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: 9d956afc59d242188657559238e1e58f + id: 249 + position: [-92.5, 0.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: 5e5270ebf8bf425490f5a14ae7a06673 + id: 250 + position: [-125.5, -17.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: b21d70db047c4ded855bf26396c1feb9 + id: 251 + position: [-158.5, -33.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_011.png (Copy) + uid: b4c788dfb77b46e79889ffbcff330931 + id: 252 + position: [-192.5, -50.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 12 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 5c69ac1345844afe96a18ff7ad029a8e + id: 253 + position: [4.5, 20.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_038.png (Copy) + uid: 07844519667a4714b15156fdac07f852 + id: 254 + position: [36.5, 1.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 39 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: 79a63578bc75495ea670d6c84771324f + id: 255 + position: [-26.5, 2.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_038.png (Copy) + uid: 1b2b592b52e84d8e9ae3b56d0b963b38 + id: 256 + position: [-60.5, -12.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 39 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_038.png (Copy) + uid: 62cc1f2af2774628a693c4496f854c66 + id: 257 + position: [-96.5, -30.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 39 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_037.png (Copy) + uid: 79174b7c9c224ef89676e3a1fbb5cccc + id: 258 + position: [-128.5, -48.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 38 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_039.png (Copy) + uid: 1d1c1f3ba28647568557c3ece0718b76 + id: 259 + position: [-163.5, -68.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 40 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: a70af0c27a7b4690b86608cc381fba22 + id: 260 + position: [8.5, -20.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_029.png (Copy) + uid: 7281bac51c314810b8d9fa3276719046 + id: 261 + position: [-28.5, -38.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 30 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 8a2317314893479aad14a07b8356d6f8 + id: 262 + position: [-61.5, -55.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_030.png (Copy) + uid: 4dd623d398764d6898e9a426c40be0b3 + id: 263 + position: [-95.5, -71.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 31 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_037.png (Copy) + uid: f42e1030b7034f559fa195640a55193e + id: 264 + position: [-128.5, -88.5] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 38 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_022.png (Copy) + uid: 11b46483cade4786a7b93f038695566e + id: 265 + position: [95.9465179, 30.9888229] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 23 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_023.png (Copy) + uid: 68758a69e5404e45801491e357e7fe2f + id: 266 + position: [68.4461136, 44.2444115] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 24 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_023.png (Copy) + uid: c74cda7faa5144cebc24f79464a2c7d8 + id: 267 + position: [66.4676666, 11.995739] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 24 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_044.png (Copy) + uid: d3e18d46616649b1bffbc0231711aa1d + id: 268 + position: [100.766998, 6.04500008] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 45 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: 2081bae555fb471abce69648cc9da5e8 + id: 269 + position: [-253.18512, -14.0298166] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: 0084da25319243d1a210862763528dbf + id: 270 + position: [-221.640671, 2.443398] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: 343a9fbe89df4cd2a699907d3eb80f7c + id: 271 + position: [-196.054626, 15.4116726] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: 9e78913cb0404ba5a6c7223fa411fb35 + id: 272 + position: [-170.468536, 27.6789627] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: b3d3eed4fa844eb48ce026c6509be6dc + id: 273 + position: [-145.282059, 40.9676094] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: c7c40c890b74454b9be1636dba5eb41e + id: 274 + position: [-119.188309, 53.8947716] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: 8c41a29fb4754adf9f8ca939fc7e8f39 + id: 275 + position: [-93.8127518, 66.3431549] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: a8bb886152194badaa627efab4364b23 + id: 276 + position: [-68.9159698, 79.2703552] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: 5c63900612d6405ca5f21f5dfbf20371 + id: 277 + position: [-43.3010292, 92.197525] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_061.png (Copy) + uid: 1b292a778de34788b510b87ffd1333e5 + id: 278 + position: [-16.7285137, 105.842873] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 62 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: e195f83eee7a49d4a186f92e411d001c + id: 279 + position: [-284.383118, 4.68400383] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: 57099d53b8da48ad83cea3ce604b4ef8 + id: 280 + position: [-250.431122, 21.8027191] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: b23f4f8072864cfbbb28c05a16325d94 + id: 281 + position: [-217.905701, 38.636116] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_014.png (Copy) + uid: 6e59970125c94a97a984eadb13ff3241 + id: 282 + position: [-184.809586, 55.7548294] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 15 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: 4cb8b25cf4d24ab0abff4f7cb3ef0648 + id: 283 + position: [-151.142792, 71.1616669] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: c03f27c5473e4cb78ba506d63d0f1854 + id: 284 + position: [-116.620041, 88.2801971] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: 1e518bd37efa4640ad476306b6fda428 + id: 285 + position: [-82.9532471, 104.25766] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_015.png (Copy) + uid: b49a0f5e3c1340dc935f094ee1d6873f + id: 286 + position: [-52.7101898, 122.517609] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 16 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_065.png (Copy) + uid: f302cbb91fac4c8398404c45e8c6250f + id: 287 + position: [-193.240005, -5.04500008] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 66 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_062.png (Copy) + uid: c9e04e10d9144da4b1b5c475e9919434 + id: 288 + position: [-120.778999, 32.2639999] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 63 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_082.png (Copy) + uid: f9eaae2422d148cea1bbff2d837734d8 + id: 289 + position: [-158.194, 12.6339998] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 83 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_058.png (Copy) + uid: b1df05d68a3e428b978952bf5186098c + id: 290 + position: [-227.75, -54.2232857] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 59 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_045.png (Copy) + uid: 0386424e564e413a8f6101e06b05daa4 + id: 291 + position: [-140.867996, -38.8449745] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 46 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_047.png (Copy) + uid: 81d698ad3e604ce98d50eaacd5792eeb + id: 292 + position: [-91.4160004, -15.3730001] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 48 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_042.png (Copy) + uid: fbf2d3d4db124d7fb7e64c58fe25276b + id: 293 + position: [-188.693695, 27.3759041] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 43 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_052.png (Copy) + uid: 894f3d5c9c9c453daa1ed7f11a0caa93 + id: 294 + position: [-21.875, 44.987999] + rotation: 0 + layer: 1 + visable: true + components: + - type: SpriteComponent + texture: 53 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_028.png (Copy) + uid: 64b27d1ae80c40c88f82c8dd0543e7f5 + id: 295 + position: [-17.2237396, 138.836761] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 29 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 224c791b11e644c5ada87bc6cdd62fdd + id: 296 + position: [11.3386536, 120.830032] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_030.png (Copy) + uid: 63b3673c23f142aa883f4a92c1810955 + id: 297 + position: [43.005661, 99.0977783] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 31 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: aa6cb29699ba47d698690ae99c14a188 + id: 298 + position: [74.6726685, 81.0910492] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_034.png (Copy) + uid: d655de0d5ac94572ba768ba97f8ddb81 + id: 299 + position: [103.855988, 64.9470825] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 35 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_036.png (Copy) + uid: e6516d6ff4fa468a82d6bab778138bb0 + id: 300 + position: [132.418381, 49.4240456] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 37 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_040.png (Copy) + uid: 968365c688854140b0310ee0baccceeb + id: 301 + position: [18.733284, 155.827454] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 41 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_033.png (Copy) + uid: 73dc5cb3251b48ed95ccf6153d621c28 + id: 302 + position: [45.8280487, 136.635315] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 34 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_027.png (Copy) + uid: 3f5acdce408a484d8dca1d8f8027e504 + id: 303 + position: [76.3096619, 118.007668] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 28 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: abf39e3df5f2410ab612fae89c2181da + id: 304 + position: [107.920227, 104.460281] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_029.png (Copy) + uid: e6d1995acccc4e99864c63c264935aec + id: 305 + position: [133.886047, 89.7839508] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 30 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: 4605766cea6a4038bb2788f06bb3e5f6 + id: 306 + position: [168.318985, 68.3339233] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_022.png (Copy) + uid: 287e412810ad4523874d0446be8b126b + id: 307 + position: [52.6889915, 174.425797] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 23 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_022.png (Copy) + uid: 651b50dd44044d4d8bffd7c845443fdd + id: 308 + position: [83.4784698, 158.098038] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 23 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_023.png (Copy) + uid: c274e997735846f08a700bb1acc74b25 + id: 309 + position: [113.801453, 140.370758] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 24 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_024.png (Copy) + uid: 4f11309b0272463d9945e8845553ee37 + id: 310 + position: [144.12442, 119.377937] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 25 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_023.png (Copy) + uid: 5f344b441b824b94b097bfd076d24ce0 + id: 311 + position: [173.047882, 106.782242] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 24 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_024.png (Copy) + uid: ce9ab9a5844440c59fb5183e592191cd + id: 312 + position: [200.571808, 90.454483] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 25 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: d2c56e83821a4782b9cdf5fbdd372f6c + id: 313 + position: [86.2775192, 190.287048] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_029.png (Copy) + uid: e2daf8d8dfe3419487581486c1759660 + id: 314 + position: [115.66748, 169.29422] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 30 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_028.png (Copy) + uid: a240c9a1462b40e7b55501a09f0f62c0 + id: 315 + position: [147.389984, 152.033447] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 29 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: a1120ed042954d8ab13305cc88d91ed1 + id: 316 + position: [177.246445, 130.574112] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: c44e1b86cef940df81d995fafc280cd2 + id: 317 + position: [205.7034, 115.645874] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_030.png (Copy) + uid: 7c16903de925434184a4e7019eb57623 + id: 318 + position: [230.894806, 97.9185944] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 31 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 3a8f687002ba457dab31f44fa498d470 + id: 319 + position: [118.932991, 206.614792] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: 98a4dbc5fbe24bc1b86b20a375b2aed7 + id: 320 + position: [148.322952, 187.487991] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_035.png (Copy) + uid: dd36cc3dc7814ae3b5705e0b9a19b262 + id: 321 + position: [177.246399, 165.095642] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 36 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_034.png (Copy) + uid: 658fb23eb2d749f5adbaa6367e88aa6f + id: 322 + position: [205.236847, 149.700897] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 35 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_034.png (Copy) + uid: 72f91e49472d4bf6923001acc684d4b2 + id: 323 + position: [234.626801, 131.973618] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 35 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_035.png (Copy) + uid: 2002bea0dc094f2d861309a1b52a1d20 + id: 324 + position: [263.08374, 113.779831] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 36 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_033.png (Copy) + uid: 873f9a33d5c64d868fe942af2c4a64d5 + id: 325 + position: [151.588501, 223.409058] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 34 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 7046d34f278a456b860592820eae0031 + id: 326 + position: [181.911484, 203.349243] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: e0fa96688b5b4eb0972a123b1c943601 + id: 327 + position: [212.234451, 184.68895] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_029.png (Copy) + uid: 6a85dacecf1f415fb252f6343b29c2a8 + id: 328 + position: [244.889969, 164.629135] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 30 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_035.png (Copy) + uid: 71be4967c4164594acee0fc4e2a85e66 + id: 329 + position: [274.746429, 143.270004] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 36 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 7cb8d1aa5dcb4077a5b3fee746c19d9a + id: 330 + position: [292.473724, 134.306152] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_030.png (Copy) + uid: 24031cb37a174ef7ab92d5635c1e567b + id: 331 + position: [327.148438, 151.777542] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 31 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_029.png (Copy) + uid: a5326ae711e347c6bb0359d0e9930e86 + id: 332 + position: [294.760345, 172.09021] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 30 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_030.png (Copy) + uid: bc7cd1f0fbcd41d5a76b3768d9ba488a + id: 333 + position: [263.476593, 193.235703] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 31 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 7a60e8a744c841e0938d26f06c2b4444 + id: 334 + position: [229.875534, 216.98819] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_035.png (Copy) + uid: 346c505bff3d4afba4419f666e04c650 + id: 335 + position: [186.425873, 237.554352] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 36 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_030.png (Copy) + uid: 8b27a3ef972d4d8daaa46b40dd7f3015 + id: 336 + position: [204.095398, 227.126434] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 31 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_033.png (Copy) + uid: eeec48429a554fc0bb260537cf556c5b + id: 337 + position: [217.999313, 251.458191] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 34 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_031.png (Copy) + uid: 33c53758cfea4967ad1dc593231d2f2e + id: 338 + position: [245.807098, 232.340347] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 32 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_034.png (Copy) + uid: 543908eb09b34e0dbf2a3e790442ff56 + id: 339 + position: [274.773529, 216.408798] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 35 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_033.png (Copy) + uid: 5944adbdf387467e954dee38774e1611 + id: 340 + position: [303.450317, 197.870285] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 34 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_032.png (Copy) + uid: ab5d5b2000a04b81bc3c316588a26876 + id: 341 + position: [334.444397, 178.752426] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 33 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_029.png (Copy) + uid: 4048454453db4e2aada000f7a8b56f28 + id: 342 + position: [350.665588, 170.64183] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 30 + normalMap: 0 + renderType: Lit + children: [] - name: Animated uid: 82b18591393b492fb65e99bd5a0e0aa6 id: 115 @@ -1515,2939 +4458,9 @@ objects: components: - type: AudioPlayerComponent uaid: 119 - volume: 1 + volume: 0.023 loop: true children: [] - - name: Tiles (Copy) - uid: 69a2b32fd2a9498aaf99c91b2e3567bb - id: 118 - position: [-167.800003, 103] - rotation: 0 - layer: 0 - visable: true - components: [] - children: - - name: tile_053.png (Copy) - uid: 3d86815eb0d14bebbbc082f82188768d - id: 120 - position: [-58.2519989, 26.0020008] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 54 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_049.png (Copy) - uid: 1a1a4beece1c4d0fada70b8985044a5f - id: 122 - position: [-165.057999, -90.435997] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 50 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_044.png (Copy) - uid: 30bffa896fff4d99abc60dc16181c127 - id: 124 - position: [8.5340004, 23.6730003] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 45 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_045.png (Copy) - uid: 9fb29735030c49a4bc5957d78940f4ad - id: 126 - position: [-59.9570007, -33.0279999] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 46 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_027.png (Copy) - uid: ed98aa7f9d774ffcaf921b48c4c3dae1 - id: 128 - position: [41.5, 61.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 28 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_028.png (Copy) - uid: 63cf105d6c664d528d01fede8c72e1f9 - id: 130 - position: [14.5, 83.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 29 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_024.png (Copy) - uid: a5460ac0dee944fe8a2543abb27875ed - id: 132 - position: [-22.5, 66.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 25 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_022.png (Copy) - uid: d8941cb66b854dfc82f95cbdf59acd95 - id: 134 - position: [7.5, 47.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 23 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_022.png (Copy) - uid: 854a39bb9c444aac822c4135af57cc6c - id: 136 - position: [36.5, 29.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 23 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_044.png (Copy) - uid: 29a6d3f679b143c888a6df9ab29fdb50 - id: 138 - position: [-96.5, -49.5] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 45 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: 6ba79b27df57444fbd739e60587edac4 - id: 140 - position: [-54.5, 52.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: d960cb6de902469ebb58400dfcc90b90 - id: 142 - position: [-89.5, 36.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: d32a905eca214f7b8b77f1202f24f245 - id: 144 - position: [-123.5, 19.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: e3e6ce5a18a04a848a877a9013c07961 - id: 146 - position: [-156.5, -0.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: da5b0ed8cf7a4772a329841fe6f3510f - id: 148 - position: [-190.5, -17.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: a10066540204409ba199522a320174ca - id: 150 - position: [-222.5, -32.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: c56684d53691446984049b2951702ace - id: 152 - position: [-26.5, 33.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: 1e7c405d74d7402ba8f47e9a3b92cc34 - id: 154 - position: [-59.5, 16.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: 7e68690fcf7743758c44c6ce4fe767e7 - id: 156 - position: [-92.5, 0.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: 7b2d55762e944bdbad3997ad35946808 - id: 158 - position: [-125.5, -17.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: 097e492c04c04140ab1bf962c329dd0d - id: 160 - position: [-158.5, -33.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: 83ba60ff73214fb1a0295d134d131284 - id: 162 - position: [-192.5, -50.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 664c1baca33f4fd5bb31576912988958 - id: 164 - position: [4.5, 20.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_038.png (Copy) - uid: 034ee843a1ae4ac1b1d55ca3bb38ae47 - id: 166 - position: [36.5, 1.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 39 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: 43f97c93220d40b0beb12f2e9dd581b6 - id: 168 - position: [-26.5, 2.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_038.png (Copy) - uid: 615613403a4b40f5871aa48e77d49cac - id: 170 - position: [-60.5, -12.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 39 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_038.png (Copy) - uid: d3ab15ae50524cbf9285de44e2068818 - id: 172 - position: [-96.5, -30.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 39 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_037.png (Copy) - uid: 9b3d61b8dbe54abd9336e47937cc68ff - id: 174 - position: [-128.5, -48.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 38 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_039.png (Copy) - uid: 23a2daa5ce5f475a81f4cd36261df871 - id: 176 - position: [-163.5, -68.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 40 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: d635c52b6884411584de524c2b3c1800 - id: 178 - position: [8.5, -20.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_029.png (Copy) - uid: 46cf3b8a3e394e42a8d928b0e9320034 - id: 180 - position: [-28.5, -38.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 30 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: a06abbe9a38c43c894edbeaeb89c66c6 - id: 182 - position: [-61.5, -55.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_030.png (Copy) - uid: 88564b351b8e4913b97345d43271d58e - id: 184 - position: [-95.5, -71.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 31 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_037.png (Copy) - uid: a92f53905b07459abf2263753d8526cd - id: 186 - position: [-128.5, -88.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 38 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_022.png (Copy) - uid: a1aa82d92f1449399545bbd8c88515f7 - id: 188 - position: [95.9465179, 30.9888229] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 23 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_023.png (Copy) - uid: 709bd12ecfde4d82ad271634fb8732be - id: 190 - position: [68.4461136, 44.2444115] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 24 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_023.png (Copy) - uid: 621ffe1f11e94f2e9715e36f5f2484db - id: 192 - position: [66.4676666, 11.995739] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 24 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_044.png (Copy) - uid: 3bafc015956247dd8d482b9c3a48fe99 - id: 194 - position: [100.766998, 6.04500008] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 45 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: a063a9f1e40c40a7b088bf7bf752a185 - id: 196 - position: [-253.18512, -14.0298166] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: 8c468a6363c44f5486f84db87d084f09 - id: 198 - position: [-221.640671, 2.443398] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: 9e724dd7c3a445a19133dd4973d5fbef - id: 200 - position: [-196.054626, 15.4116726] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: b92351ae6af044cfa9cf9d1e77863acc - id: 202 - position: [-170.468536, 27.6789627] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: 33dfd7399c8e415dac10f78ee3fc59bf - id: 204 - position: [-145.282059, 40.9676094] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: 5e57606c9d364085be8b95fcf633093e - id: 206 - position: [-119.188309, 53.8947716] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: cb6176294b4947c0a0677b2d92ebea63 - id: 208 - position: [-93.8127518, 66.3431549] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: b07e16adff624404bf6f0d74a0398c02 - id: 210 - position: [-68.9159698, 79.2703552] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: 7e66936d35a340eb9500a1c2d6990fce - id: 212 - position: [-43.3010292, 92.197525] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: 88ffd5e6dcb84b38bff837486afdf42a - id: 214 - position: [-16.7285137, 105.842873] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: c74d856081b44b9da2a59c40945aa9a6 - id: 216 - position: [-284.383118, 4.68400383] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: 6768a365a6a047e68d2d875e05fd8883 - id: 218 - position: [-250.431122, 21.8027191] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: c02deda7552449aca0e0e4c2f3c2396c - id: 220 - position: [-217.905701, 38.636116] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_014.png (Copy) - uid: 4ab5d4163d83473d9e169facfe339918 - id: 222 - position: [-184.809586, 55.7548294] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 15 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: d7d8689c3679466dbbc02ca2d9689a36 - id: 224 - position: [-151.142792, 71.1616669] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: 3d278775e2a343a285f4da74b52cf82b - id: 226 - position: [-116.620041, 88.2801971] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: e87e1f7af36f47b1b1584cd2a79f08be - id: 228 - position: [-82.9532471, 104.25766] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: 4a12e4e0925947598018bbe76f40cd0a - id: 230 - position: [-52.7101898, 122.517609] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_065.png (Copy) - uid: f8014234258a493b839f5b8b903f49ce - id: 232 - position: [-193.240005, -5.04500008] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 66 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_062.png (Copy) - uid: 2010b236338e41f6b2dd9d10e8b79d7f - id: 234 - position: [-120.778999, 32.2639999] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 63 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_082.png (Copy) - uid: 9f9d91b1c73b4a6eb23dba3f669ea8ed - id: 236 - position: [-158.194, 12.6339998] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 83 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_058.png (Copy) - uid: c0f19619adf949d58e8c97ec0b126eae - id: 238 - position: [-227.75, -54.2232857] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 59 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_045.png (Copy) - uid: d842598d09364183a292dac111273f58 - id: 240 - position: [-140.867996, -38.8449745] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 46 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_047.png (Copy) - uid: d7627acfd9e04b138f1395b384b7bca3 - id: 242 - position: [-91.4160004, -15.3730001] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 48 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_042.png (Copy) - uid: 93026a1eff984424bf6b6132fa81083a - id: 244 - position: [-188.693695, 27.3759041] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 43 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_052.png (Copy) - uid: 656e2fd8dbdb4fbf8dd880f31b41ccd7 - id: 246 - position: [-21.875, 44.987999] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 53 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_028.png (Copy) - uid: c0cd1d7ba0344323835fae18334626b8 - id: 248 - position: [-17.2237396, 138.836761] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 29 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: f2c479758aca461d9fd59dba808206b9 - id: 250 - position: [11.3386536, 120.830032] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_030.png (Copy) - uid: 33d1b5ba5c3141f78d74215a21b7bbfb - id: 252 - position: [43.005661, 99.0977783] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 31 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: f288f92749aa4ffe9ac96bd8b2d6b5ab - id: 254 - position: [74.6726685, 81.0910492] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_034.png (Copy) - uid: 8975440f193d4c98b088545a06d4ef86 - id: 256 - position: [103.855988, 64.9470825] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 35 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_036.png (Copy) - uid: 6242d5ddb0614d1299de7d91e502f2b4 - id: 258 - position: [132.418381, 49.4240456] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 37 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_040.png (Copy) - uid: d785cc6acfd940208f6be2f89b02ecda - id: 260 - position: [18.733284, 155.827454] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 41 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_033.png (Copy) - uid: 2c43604bb0d44834b8f61fa910d2f29d - id: 262 - position: [45.8280487, 136.635315] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 34 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_027.png (Copy) - uid: 489a84982c11435dae9a2deab31713f7 - id: 264 - position: [76.3096619, 118.007668] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 28 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 6677d356f8d84db69aea025dd0d548f6 - id: 266 - position: [107.920227, 104.460281] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_029.png (Copy) - uid: 96c6aced4ce04caeafef190a2f9e38c0 - id: 268 - position: [133.886047, 89.7839508] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 30 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: 06e85476211c426a80829c5a7a6efb39 - id: 270 - position: [168.318985, 68.3339233] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_022.png (Copy) - uid: d21690e2ead74404b25003a88dcd7681 - id: 272 - position: [52.6889915, 174.425797] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 23 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_022.png (Copy) - uid: b02ecca948934fe18dfa5ae6842cfb7c - id: 274 - position: [83.4784698, 158.098038] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 23 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_023.png (Copy) - uid: 9cdf2813bbf049ae800e6846a763f34b - id: 276 - position: [113.801453, 140.370758] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 24 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_024.png (Copy) - uid: 19a69e8e94b543fbad2c3d35ee923c58 - id: 278 - position: [144.12442, 119.377937] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 25 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_023.png (Copy) - uid: 626639b5f1964e1284f9e387501965e4 - id: 280 - position: [173.047882, 106.782242] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 24 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_024.png (Copy) - uid: ac90acea4a50435290afa5a6220300b6 - id: 282 - position: [200.571808, 90.454483] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 25 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 2676009d31e54faa86cd9d86967577d9 - id: 284 - position: [86.2775192, 190.287048] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_029.png (Copy) - uid: 986242a1c3b54c01886522721646b91c - id: 286 - position: [115.66748, 169.29422] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 30 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_028.png (Copy) - uid: 2d0f27176b05423bb5c9865073f2ac76 - id: 288 - position: [147.389984, 152.033447] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 29 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 987c1f3805d4424bb52126ed344daab3 - id: 290 - position: [177.246445, 130.574112] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: a59413b605f342db8856f2dd488278e2 - id: 292 - position: [205.7034, 115.645874] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_030.png (Copy) - uid: a47b87f3b90f4f2a8d7289b929146a27 - id: 294 - position: [230.894806, 97.9185944] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 31 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 476dcd72a138476d9c9f1328585959bf - id: 296 - position: [118.932991, 206.614792] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: ad297151e3aa4f20a2a77d84e4426564 - id: 298 - position: [148.322952, 187.487991] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_035.png (Copy) - uid: 0f5bc38269d440e9acec5eb9d9ec3252 - id: 300 - position: [177.246399, 165.095642] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 36 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_034.png (Copy) - uid: ea0e98cacc8842bc847318faeac5d402 - id: 302 - position: [205.236847, 149.700897] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 35 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_034.png (Copy) - uid: ecaf1e3f37494319969dd8d1dcc22aec - id: 304 - position: [234.626801, 131.973618] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 35 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_035.png (Copy) - uid: 07e4ad8609c44e0192141ed75e896690 - id: 306 - position: [263.08374, 113.779831] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 36 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_033.png (Copy) - uid: 409adb0f7d0043f7b92fc48a1c5bf551 - id: 308 - position: [151.588501, 223.409058] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 34 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 280008b99cb44a6f936780ec6929e57f - id: 310 - position: [181.911484, 203.349243] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: f4acffdc44cb4e3b95d852cc28d58f4b - id: 312 - position: [212.234451, 184.68895] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_029.png (Copy) - uid: 99bfdb1fdd2e4876971b78d793a05422 - id: 314 - position: [244.889969, 164.629135] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 30 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_035.png (Copy) - uid: 311e42116795435dae72387f730fac29 - id: 316 - position: [274.746429, 143.270004] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 36 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 5141c08516f6403081a5a4837a44dcb0 - id: 318 - position: [292.473724, 134.306152] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_030.png (Copy) - uid: 895bf7b412f744de993e890b18ca2ce8 - id: 320 - position: [327.148438, 151.777542] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 31 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_029.png (Copy) - uid: e89c9cf71a41452ab4ad215e3c84fa2c - id: 322 - position: [294.760345, 172.09021] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 30 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_030.png (Copy) - uid: f9632152526c4f9f876b892e09c628d5 - id: 324 - position: [263.476593, 193.235703] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 31 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 1b9b468d489c49deb7395d68a846bfc4 - id: 326 - position: [229.875534, 216.98819] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_035.png (Copy) - uid: bd45245a79424e598409bf3c44eed196 - id: 328 - position: [186.425873, 237.554352] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 36 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_030.png (Copy) - uid: 58c63bed17c84fd281481ca0d22d207a - id: 330 - position: [204.095398, 227.126434] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 31 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_033.png (Copy) - uid: f1a4c40c93674b5aa094e21fbeb32891 - id: 332 - position: [217.999313, 251.458191] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 34 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 51c4e7bf0d4e49f2b9d5f93291606dd8 - id: 334 - position: [245.807098, 232.340347] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_034.png (Copy) - uid: d6143755a8154fbc8962a97dd0bb4650 - id: 336 - position: [274.773529, 216.408798] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 35 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_033.png (Copy) - uid: 8b3eeede6ed645b3bf9697c94d710612 - id: 338 - position: [303.450317, 197.870285] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 34 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: e476ca9072d142e1a467aa69778111bf - id: 340 - position: [334.444397, 178.752426] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_029.png (Copy) - uid: 868c8942db074f8e942a28a3cc49ef9f - id: 342 - position: [350.665588, 170.64183] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 30 - normalMap: 0 - renderType: Lit - children: [] - - name: Tiles (Copy) - uid: c0d4901c2f8f44629857b14fbbf539e5 - id: 344 - position: [176, -103] - rotation: 0 - layer: 0 - visable: true - components: [] - children: - - name: tile_053.png (Copy) - uid: 3cdc90c10c2e49d1a17266bf93a9d4cb - id: 346 - position: [-58.2519989, 26.0020008] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 54 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_049.png (Copy) - uid: bde7e475c55c4de69821ba12b8dd5de8 - id: 348 - position: [-165.057999, -90.435997] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 50 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_044.png (Copy) - uid: 034c3d94a2da4a41aa8e7f78b0edfa34 - id: 350 - position: [8.5340004, 23.6730003] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 45 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_045.png (Copy) - uid: 7c84a3a2e14b45a1b9c4f4ed923d1b08 - id: 352 - position: [-59.9570007, -33.0279999] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 46 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_027.png (Copy) - uid: 02bc21f49baf44998904435526f50e79 - id: 354 - position: [41.5, 61.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 28 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_028.png (Copy) - uid: 256c6037f0a54e1bbef99fcf5a8b0da2 - id: 356 - position: [14.5, 83.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 29 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_024.png (Copy) - uid: 76452c91836644218da19bc359bbc748 - id: 358 - position: [-22.5, 66.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 25 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_022.png (Copy) - uid: b3ef14293f394fc49dc90292820f3b60 - id: 360 - position: [7.5, 47.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 23 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_022.png (Copy) - uid: bcc49a0d23c64dd39c870b8b78ac5cc4 - id: 362 - position: [36.5, 29.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 23 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_044.png (Copy) - uid: cbd940e93db445f9adcd7c1ac6bb137f - id: 364 - position: [-96.5, -49.5] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 45 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: 1d82f5dbc1ba44af96113d3955df8209 - id: 366 - position: [-54.5, 52.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: f85fd94f288b4ab7bcd8480cd0ce0ee1 - id: 368 - position: [-89.5, 36.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: 64af878ef2ea4dc3b2aa290b5b60df9d - id: 370 - position: [-123.5, 19.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: 73ae86a970f447e2ab54248fea260525 - id: 372 - position: [-156.5, -0.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: 5a13a515cdc04aa19ed97f55f51be964 - id: 374 - position: [-190.5, -17.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: cf5ec3094d0e4c4e85d86cc05d2376bc - id: 376 - position: [-222.5, -32.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: e536cfe05b994a509ac0fc3ba13d8419 - id: 378 - position: [-26.5, 33.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: c5fbb3d8fbd14633b7cd6bd6f7bf65b4 - id: 380 - position: [-59.5, 16.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: 9d956afc59d242188657559238e1e58f - id: 382 - position: [-92.5, 0.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: 5e5270ebf8bf425490f5a14ae7a06673 - id: 384 - position: [-125.5, -17.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: b21d70db047c4ded855bf26396c1feb9 - id: 386 - position: [-158.5, -33.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_011.png (Copy) - uid: b4c788dfb77b46e79889ffbcff330931 - id: 388 - position: [-192.5, -50.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 12 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 5c69ac1345844afe96a18ff7ad029a8e - id: 390 - position: [4.5, 20.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_038.png (Copy) - uid: 07844519667a4714b15156fdac07f852 - id: 392 - position: [36.5, 1.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 39 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: 79a63578bc75495ea670d6c84771324f - id: 394 - position: [-26.5, 2.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_038.png (Copy) - uid: 1b2b592b52e84d8e9ae3b56d0b963b38 - id: 396 - position: [-60.5, -12.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 39 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_038.png (Copy) - uid: 62cc1f2af2774628a693c4496f854c66 - id: 398 - position: [-96.5, -30.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 39 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_037.png (Copy) - uid: 79174b7c9c224ef89676e3a1fbb5cccc - id: 400 - position: [-128.5, -48.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 38 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_039.png (Copy) - uid: 1d1c1f3ba28647568557c3ece0718b76 - id: 402 - position: [-163.5, -68.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 40 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: a70af0c27a7b4690b86608cc381fba22 - id: 404 - position: [8.5, -20.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_029.png (Copy) - uid: 7281bac51c314810b8d9fa3276719046 - id: 406 - position: [-28.5, -38.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 30 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 8a2317314893479aad14a07b8356d6f8 - id: 408 - position: [-61.5, -55.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_030.png (Copy) - uid: 4dd623d398764d6898e9a426c40be0b3 - id: 410 - position: [-95.5, -71.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 31 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_037.png (Copy) - uid: f42e1030b7034f559fa195640a55193e - id: 412 - position: [-128.5, -88.5] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 38 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_022.png (Copy) - uid: 11b46483cade4786a7b93f038695566e - id: 414 - position: [95.9465179, 30.9888229] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 23 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_023.png (Copy) - uid: 68758a69e5404e45801491e357e7fe2f - id: 416 - position: [68.4461136, 44.2444115] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 24 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_023.png (Copy) - uid: c74cda7faa5144cebc24f79464a2c7d8 - id: 418 - position: [66.4676666, 11.995739] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 24 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_044.png (Copy) - uid: d3e18d46616649b1bffbc0231711aa1d - id: 420 - position: [100.766998, 6.04500008] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 45 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: 2081bae555fb471abce69648cc9da5e8 - id: 422 - position: [-253.18512, -14.0298166] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: 0084da25319243d1a210862763528dbf - id: 424 - position: [-221.640671, 2.443398] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: 343a9fbe89df4cd2a699907d3eb80f7c - id: 426 - position: [-196.054626, 15.4116726] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: 9e78913cb0404ba5a6c7223fa411fb35 - id: 428 - position: [-170.468536, 27.6789627] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: b3d3eed4fa844eb48ce026c6509be6dc - id: 430 - position: [-145.282059, 40.9676094] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: c7c40c890b74454b9be1636dba5eb41e - id: 432 - position: [-119.188309, 53.8947716] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: 8c41a29fb4754adf9f8ca939fc7e8f39 - id: 434 - position: [-93.8127518, 66.3431549] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: a8bb886152194badaa627efab4364b23 - id: 436 - position: [-68.9159698, 79.2703552] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: 5c63900612d6405ca5f21f5dfbf20371 - id: 438 - position: [-43.3010292, 92.197525] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_061.png (Copy) - uid: 1b292a778de34788b510b87ffd1333e5 - id: 440 - position: [-16.7285137, 105.842873] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 62 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: e195f83eee7a49d4a186f92e411d001c - id: 442 - position: [-284.383118, 4.68400383] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: 57099d53b8da48ad83cea3ce604b4ef8 - id: 444 - position: [-250.431122, 21.8027191] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: b23f4f8072864cfbbb28c05a16325d94 - id: 446 - position: [-217.905701, 38.636116] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_014.png (Copy) - uid: 6e59970125c94a97a984eadb13ff3241 - id: 448 - position: [-184.809586, 55.7548294] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 15 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: 4cb8b25cf4d24ab0abff4f7cb3ef0648 - id: 450 - position: [-151.142792, 71.1616669] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: c03f27c5473e4cb78ba506d63d0f1854 - id: 452 - position: [-116.620041, 88.2801971] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: 1e518bd37efa4640ad476306b6fda428 - id: 454 - position: [-82.9532471, 104.25766] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_015.png (Copy) - uid: b49a0f5e3c1340dc935f094ee1d6873f - id: 456 - position: [-52.7101898, 122.517609] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 16 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_065.png (Copy) - uid: f302cbb91fac4c8398404c45e8c6250f - id: 458 - position: [-193.240005, -5.04500008] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 66 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_062.png (Copy) - uid: c9e04e10d9144da4b1b5c475e9919434 - id: 460 - position: [-120.778999, 32.2639999] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 63 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_082.png (Copy) - uid: f9eaae2422d148cea1bbff2d837734d8 - id: 462 - position: [-158.194, 12.6339998] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 83 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_058.png (Copy) - uid: b1df05d68a3e428b978952bf5186098c - id: 464 - position: [-227.75, -54.2232857] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 59 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_045.png (Copy) - uid: 0386424e564e413a8f6101e06b05daa4 - id: 466 - position: [-140.867996, -38.8449745] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 46 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_047.png (Copy) - uid: 81d698ad3e604ce98d50eaacd5792eeb - id: 468 - position: [-91.4160004, -15.3730001] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 48 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_042.png (Copy) - uid: fbf2d3d4db124d7fb7e64c58fe25276b - id: 470 - position: [-188.693695, 27.3759041] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 43 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_052.png (Copy) - uid: 894f3d5c9c9c453daa1ed7f11a0caa93 - id: 472 - position: [-21.875, 44.987999] - rotation: 0 - layer: 1 - visable: true - components: - - type: SpriteComponent - texture: 53 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_028.png (Copy) - uid: 64b27d1ae80c40c88f82c8dd0543e7f5 - id: 474 - position: [-17.2237396, 138.836761] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 29 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 224c791b11e644c5ada87bc6cdd62fdd - id: 476 - position: [11.3386536, 120.830032] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_030.png (Copy) - uid: 63b3673c23f142aa883f4a92c1810955 - id: 478 - position: [43.005661, 99.0977783] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 31 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: aa6cb29699ba47d698690ae99c14a188 - id: 480 - position: [74.6726685, 81.0910492] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_034.png (Copy) - uid: d655de0d5ac94572ba768ba97f8ddb81 - id: 482 - position: [103.855988, 64.9470825] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 35 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_036.png (Copy) - uid: e6516d6ff4fa468a82d6bab778138bb0 - id: 484 - position: [132.418381, 49.4240456] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 37 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_040.png (Copy) - uid: 968365c688854140b0310ee0baccceeb - id: 486 - position: [18.733284, 155.827454] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 41 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_033.png (Copy) - uid: 73dc5cb3251b48ed95ccf6153d621c28 - id: 488 - position: [45.8280487, 136.635315] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 34 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_027.png (Copy) - uid: 3f5acdce408a484d8dca1d8f8027e504 - id: 490 - position: [76.3096619, 118.007668] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 28 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: abf39e3df5f2410ab612fae89c2181da - id: 492 - position: [107.920227, 104.460281] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_029.png (Copy) - uid: e6d1995acccc4e99864c63c264935aec - id: 494 - position: [133.886047, 89.7839508] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 30 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: 4605766cea6a4038bb2788f06bb3e5f6 - id: 496 - position: [168.318985, 68.3339233] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_022.png (Copy) - uid: 287e412810ad4523874d0446be8b126b - id: 498 - position: [52.6889915, 174.425797] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 23 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_022.png (Copy) - uid: 651b50dd44044d4d8bffd7c845443fdd - id: 500 - position: [83.4784698, 158.098038] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 23 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_023.png (Copy) - uid: c274e997735846f08a700bb1acc74b25 - id: 502 - position: [113.801453, 140.370758] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 24 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_024.png (Copy) - uid: 4f11309b0272463d9945e8845553ee37 - id: 504 - position: [144.12442, 119.377937] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 25 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_023.png (Copy) - uid: 5f344b441b824b94b097bfd076d24ce0 - id: 506 - position: [173.047882, 106.782242] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 24 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_024.png (Copy) - uid: ce9ab9a5844440c59fb5183e592191cd - id: 508 - position: [200.571808, 90.454483] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 25 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: d2c56e83821a4782b9cdf5fbdd372f6c - id: 510 - position: [86.2775192, 190.287048] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_029.png (Copy) - uid: e2daf8d8dfe3419487581486c1759660 - id: 512 - position: [115.66748, 169.29422] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 30 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_028.png (Copy) - uid: a240c9a1462b40e7b55501a09f0f62c0 - id: 514 - position: [147.389984, 152.033447] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 29 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: a1120ed042954d8ab13305cc88d91ed1 - id: 516 - position: [177.246445, 130.574112] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: c44e1b86cef940df81d995fafc280cd2 - id: 518 - position: [205.7034, 115.645874] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_030.png (Copy) - uid: 7c16903de925434184a4e7019eb57623 - id: 520 - position: [230.894806, 97.9185944] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 31 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 3a8f687002ba457dab31f44fa498d470 - id: 522 - position: [118.932991, 206.614792] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: 98a4dbc5fbe24bc1b86b20a375b2aed7 - id: 524 - position: [148.322952, 187.487991] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_035.png (Copy) - uid: dd36cc3dc7814ae3b5705e0b9a19b262 - id: 526 - position: [177.246399, 165.095642] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 36 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_034.png (Copy) - uid: 658fb23eb2d749f5adbaa6367e88aa6f - id: 528 - position: [205.236847, 149.700897] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 35 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_034.png (Copy) - uid: 72f91e49472d4bf6923001acc684d4b2 - id: 530 - position: [234.626801, 131.973618] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 35 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_035.png (Copy) - uid: 2002bea0dc094f2d861309a1b52a1d20 - id: 532 - position: [263.08374, 113.779831] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 36 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_033.png (Copy) - uid: 873f9a33d5c64d868fe942af2c4a64d5 - id: 534 - position: [151.588501, 223.409058] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 34 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 7046d34f278a456b860592820eae0031 - id: 536 - position: [181.911484, 203.349243] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: e0fa96688b5b4eb0972a123b1c943601 - id: 538 - position: [212.234451, 184.68895] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_029.png (Copy) - uid: 6a85dacecf1f415fb252f6343b29c2a8 - id: 540 - position: [244.889969, 164.629135] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 30 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_035.png (Copy) - uid: 71be4967c4164594acee0fc4e2a85e66 - id: 542 - position: [274.746429, 143.270004] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 36 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 7cb8d1aa5dcb4077a5b3fee746c19d9a - id: 544 - position: [292.473724, 134.306152] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_030.png (Copy) - uid: 24031cb37a174ef7ab92d5635c1e567b - id: 546 - position: [327.148438, 151.777542] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 31 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_029.png (Copy) - uid: a5326ae711e347c6bb0359d0e9930e86 - id: 548 - position: [294.760345, 172.09021] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 30 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_030.png (Copy) - uid: bc7cd1f0fbcd41d5a76b3768d9ba488a - id: 550 - position: [263.476593, 193.235703] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 31 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 7a60e8a744c841e0938d26f06c2b4444 - id: 552 - position: [229.875534, 216.98819] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_035.png (Copy) - uid: 346c505bff3d4afba4419f666e04c650 - id: 554 - position: [186.425873, 237.554352] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 36 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_030.png (Copy) - uid: 8b27a3ef972d4d8daaa46b40dd7f3015 - id: 556 - position: [204.095398, 227.126434] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 31 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_033.png (Copy) - uid: eeec48429a554fc0bb260537cf556c5b - id: 558 - position: [217.999313, 251.458191] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 34 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_031.png (Copy) - uid: 33c53758cfea4967ad1dc593231d2f2e - id: 560 - position: [245.807098, 232.340347] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 32 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_034.png (Copy) - uid: 543908eb09b34e0dbf2a3e790442ff56 - id: 562 - position: [274.773529, 216.408798] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 35 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_033.png (Copy) - uid: 5944adbdf387467e954dee38774e1611 - id: 564 - position: [303.450317, 197.870285] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 34 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_032.png (Copy) - uid: ab5d5b2000a04b81bc3c316588a26876 - id: 566 - position: [334.444397, 178.752426] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 33 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_029.png (Copy) - uid: 4048454453db4e2aada000f7a8b56f28 - id: 568 - position: [350.665588, 170.64183] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 30 - normalMap: 0 - renderType: Lit - children: [] color_correction: brightness: 1 saturation: 1 @@ -4456,72 +4469,709 @@ color_correction: intensity: 4 threshold: 1 Assets: - - uaid: 14 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_013.png - filename: tile_013.png + - uaid: 104 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_103.png + filename: tile_103.png filetype: png type: 0 - hash: be9b2566c79ca9e3 - lastModified: 1728871741 + hash: 93be22329a97f13a + lastModified: 1728871745 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 + - uaid: 105 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_104.png + filename: tile_104.png filetype: png type: 0 - hash: e9c9d0a81a34e191 + hash: 2d73577cfe2985f8 + lastModified: 1728871746 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 106 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_105.png + filename: tile_105.png + filetype: png + type: 0 + hash: 893cb7a825c3def2 + lastModified: 1728871746 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 107 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_106.png + filename: tile_106.png + filetype: png + type: 0 + hash: 9559b168bb797f61 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 108 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_107.png + filename: tile_107.png + filetype: png + type: 0 + hash: a0843e8681231325 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 109 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_108.png + filename: tile_108.png + filetype: png + type: 0 + hash: dc8c15964e615c28 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 110 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_109.png + filename: tile_109.png + filetype: png + type: 0 + hash: 8f7568ef2b75f210 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 111 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_110.png + filename: tile_110.png + filetype: png + type: 0 + hash: a97225d051b0be0f + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 112 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_111.png + filename: tile_111.png + filetype: png + type: 0 + hash: a5a090079e1eb3b5 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 113 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_112.png + filename: tile_112.png + filetype: png + type: 0 + hash: ea99517d8b684ab8 + lastModified: 1728871746 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 114 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_113.png + filename: tile_113.png + filetype: png + type: 0 + hash: 5d615b590fe9431a + lastModified: 1728871746 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 115 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_114.png + filename: tile_114.png + filetype: png + type: 0 + hash: bffbedcad0c620c7 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 102 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_101.png + filename: tile_101.png + 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: 16 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_015.png - filename: tile_015.png + - uaid: 94 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_093.png + filename: tile_093.png filetype: png type: 0 - hash: dfbb87d88e7b361a - lastModified: 1728871742 + hash: fecc9a1f3e9802d8 + lastModified: 1728871746 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 + - uaid: 89 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_088.png + filename: tile_088.png filetype: png type: 0 - hash: d66738b42167c25b + 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: 18 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_017.png - filename: tile_017.png + - uaid: 90 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_089.png + filename: tile_089.png filetype: png type: 0 - hash: 32c7b5c15559556f + 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 + format: GL_RGBA + - uaid: 103 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_102.png + filename: tile_102.png + filetype: png + type: 0 + hash: ee4893b0b0e389b0 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 75 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_074.png + filename: tile_074.png + filetype: png + type: 0 + hash: 42121b492147d8fb + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 76 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_075.png + filename: tile_075.png + filetype: png + type: 0 + hash: 077768331bb39105 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 77 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_076.png + filename: tile_076.png + filetype: png + type: 0 + hash: 414a4fc402bf8d9a + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 78 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_077.png + filename: tile_077.png + filetype: png + type: 0 + hash: 51e120ce40647450 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 80 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_079.png + filename: tile_079.png + filetype: png + type: 0 + hash: 6a517ee8c8a504b3 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 81 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_080.png + filename: tile_080.png + filetype: png + type: 0 + hash: 24af11a711c4a405 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 82 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_081.png + filename: tile_081.png + filetype: png + type: 0 + hash: e37d943f98df117c + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 83 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_082.png + filename: tile_082.png + filetype: png + type: 0 + hash: a7d389b57649b8c1 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 84 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_083.png + filename: tile_083.png + filetype: png + type: 0 + hash: 7e26027e93ae8665 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 85 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_084.png + filename: tile_084.png + filetype: png + type: 0 + hash: a720f40abed06305 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 79 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_078.png + filename: tile_078.png + filetype: png + type: 0 + hash: 0c75dd1dfcb324e2 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 27 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_026.png + filename: tile_026.png + filetype: png + type: 0 + hash: 455f9cc034a4e240 lastModified: 1728871742 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 + - uaid: 86 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_085.png + filename: tile_085.png filetype: png type: 0 - hash: 2f4aa3d6c9a88136 + hash: c921026208aff689 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 74 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_073.png + filename: tile_073.png + filetype: png + type: 0 + hash: 75748e5776001213 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 73 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_072.png + filename: tile_072.png + filetype: png + type: 0 + hash: cda73d6cbd54d108 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 72 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_071.png + filename: tile_071.png + filetype: png + type: 0 + hash: 07cff9b3939795f5 + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 116 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\spritesheet.png + filename: spritesheet.png + filetype: png + type: 0 + hash: d178a6f5b597b470 + lastModified: 1728871741 + size: [352, 352] + channels: 4 + format: GL_RGBA + - uaid: 64 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_063.png + filename: tile_063.png + filetype: png + type: 0 + hash: 3f62dcdb053f6abe + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 60 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_059.png + filename: tile_059.png + filetype: png + type: 0 + hash: 8deb3108a6f2fd67 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 61 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_060.png + filename: tile_060.png + filetype: png + type: 0 + hash: 5871fcecf1d47e1c + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 62 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_061.png + filename: tile_061.png + filetype: png + type: 0 + hash: c8a1b22d67f32e16 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 63 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_062.png + filename: tile_062.png + filetype: png + type: 0 + hash: 54ba3afbbf9a9b9d + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 65 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_064.png + filename: tile_064.png + filetype: png + type: 0 + hash: dc1ce13185d6f9dd + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 66 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_065.png + filename: tile_065.png + filetype: png + type: 0 + hash: 70dd4177ac2aacd3 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 67 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_066.png + filename: tile_066.png + filetype: png + type: 0 + hash: 7fcc1e121b9c475a + lastModified: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 68 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_067.png + filename: tile_067.png + filetype: png + type: 0 + hash: fb3139953ea9d8d1 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 69 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_068.png + filename: tile_068.png + filetype: png + type: 0 + hash: be2caa45ef20fd82 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 70 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_069.png + filename: tile_069.png + filetype: png + type: 0 + hash: 6cc14afc186ec771 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 71 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_070.png + filename: tile_070.png + filetype: png + type: 0 + hash: ee1ef8567b8a3df0 + 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: 20 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_019.png - filename: tile_019.png + - uaid: 34 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_033.png + filename: tile_033.png filetype: png type: 0 - hash: f4d73b8ef85ddfbf + 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 @@ -4536,137 +5186,22 @@ Assets: 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 + - uaid: 20 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_019.png + filename: tile_019.png filetype: png type: 0 - hash: a2b2f33d53eafbe1 - lastModified: 1728871743 - 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: 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: 6 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_005.png - filename: tile_005.png - filetype: png - type: 0 - hash: 75d134cdb99c01b0 + hash: f4d73b8ef85ddfbf lastModified: 1728871742 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: 4 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_003.png - filename: tile_003.png + - uaid: 59 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_058.png + filename: tile_058.png filetype: png type: 0 - hash: 2ce62d3fa5f83a85 - 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: 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: 1728871742 - 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: 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 + hash: d7e53d66d6608e44 lastModified: 1728871744 size: [32, 32] channels: 4 @@ -4678,40 +5213,168 @@ Assets: 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 + - uaid: 1 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_000.png + filename: tile_000.png filetype: png type: 0 - hash: d7e53d66d6608e44 - lastModified: 1728871744 + hash: 43b1a791b2f610aa + lastModified: 1728871741 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 + - 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: 59f5a825963b4b58 + 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: 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 + - uaid: 7 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_006.png + filename: tile_006.png filetype: png type: 0 - hash: 62e0d421dc1b94ca - lastModified: 1728871744 + hash: 977d38606f54ec1a + lastModified: 1728871741 size: [32, 32] channels: 4 format: GL_RGBA @@ -4791,7 +5454,7 @@ Assets: filetype: png type: 0 hash: 00a8e91ac50d0582 - lastModified: 1728871743 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -4801,7 +5464,7 @@ Assets: filetype: png type: 0 hash: f4cb8b97cee3bb7c - lastModified: 1728871744 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA @@ -4821,7 +5484,7 @@ Assets: filetype: png type: 0 hash: 32bf6597d4a096f7 - lastModified: 1728871741 + lastModified: 1728871742 size: [32, 32] channels: 4 format: GL_RGBA @@ -4831,7 +5494,7 @@ Assets: filetype: png type: 0 hash: 7b09d94969ebc484 - lastModified: 1728871744 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA @@ -4861,7 +5524,7 @@ Assets: filetype: png type: 0 hash: d35fb51aa3acdc47 - lastModified: 1728871743 + lastModified: 1728871742 size: [32, 32] channels: 4 format: GL_RGBA @@ -4881,7 +5544,7 @@ Assets: filetype: png type: 0 hash: 835f3dbf895d2518 - lastModified: 1728871743 + lastModified: 1728871742 size: [32, 32] channels: 4 format: GL_RGBA @@ -4901,7 +5564,7 @@ Assets: filetype: png type: 0 hash: b02749d8ee945f27 - lastModified: 1728871742 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA @@ -4921,7 +5584,7 @@ Assets: filetype: png type: 0 hash: ce606e9690950052 - lastModified: 1728871744 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA @@ -4941,7 +5604,7 @@ Assets: filetype: png type: 0 hash: 7bd2a717963c5a74 - lastModified: 1728871744 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA @@ -4951,7 +5614,7 @@ Assets: filetype: png type: 0 hash: b34445e878281be8 - lastModified: 1728871744 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA @@ -4961,7 +5624,7 @@ Assets: filetype: png type: 0 hash: 1f1918a8c669d3c1 - lastModified: 1728871744 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA @@ -4971,7 +5634,7 @@ Assets: filetype: png type: 0 hash: 7d5264eea52a6006 - lastModified: 1728871744 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA @@ -4981,7 +5644,7 @@ Assets: filetype: png type: 0 hash: 6398a4447dcb5e13 - lastModified: 1728871744 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA @@ -5011,657 +5674,7 @@ Assets: filetype: png type: 0 hash: acc98f6bf6af4471 - lastModified: 1728871741 - 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: 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: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 71 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_070.png - filename: tile_070.png - filetype: png - type: 0 - hash: ee1ef8567b8a3df0 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 70 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_069.png - filename: tile_069.png - filetype: png - type: 0 - hash: 6cc14afc186ec771 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 69 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_068.png - filename: tile_068.png - filetype: png - type: 0 - hash: be2caa45ef20fd82 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 68 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_067.png - filename: tile_067.png - filetype: png - type: 0 - hash: fb3139953ea9d8d1 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 67 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_066.png - filename: tile_066.png - filetype: png - type: 0 - hash: 7fcc1e121b9c475a - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 66 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_065.png - filename: tile_065.png - filetype: png - type: 0 - hash: 70dd4177ac2aacd3 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 65 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_064.png - filename: tile_064.png - filetype: png - type: 0 - hash: dc1ce13185d6f9dd - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 63 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_062.png - filename: tile_062.png - filetype: png - type: 0 - hash: 54ba3afbbf9a9b9d - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 62 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_061.png - filename: tile_061.png - filetype: png - type: 0 - hash: c8a1b22d67f32e16 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 61 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_060.png - filename: tile_060.png - filetype: png - type: 0 - hash: 5871fcecf1d47e1c - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 60 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_059.png - filename: tile_059.png - filetype: png - type: 0 - hash: 8deb3108a6f2fd67 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 64 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_063.png - filename: tile_063.png - filetype: png - type: 0 - hash: 3f62dcdb053f6abe - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 116 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\spritesheet.png - filename: spritesheet.png - filetype: png - type: 0 - hash: d178a6f5b597b470 - lastModified: 1728871741 - size: [352, 352] - channels: 4 - format: GL_RGBA - - uaid: 72 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_071.png - filename: tile_071.png - filetype: png - type: 0 - hash: 07cff9b3939795f5 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 73 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_072.png - filename: tile_072.png - filetype: png - type: 0 - hash: cda73d6cbd54d108 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 74 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_073.png - filename: tile_073.png - filetype: png - type: 0 - hash: 75748e5776001213 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 86 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_085.png - filename: tile_085.png - filetype: png - type: 0 - hash: c921026208aff689 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 27 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_026.png - filename: tile_026.png - filetype: png - type: 0 - hash: 455f9cc034a4e240 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 79 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_078.png - filename: tile_078.png - filetype: png - type: 0 - hash: 0c75dd1dfcb324e2 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 85 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_084.png - filename: tile_084.png - filetype: png - type: 0 - hash: a720f40abed06305 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 84 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_083.png - filename: tile_083.png - filetype: png - type: 0 - hash: 7e26027e93ae8665 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 83 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_082.png - filename: tile_082.png - filetype: png - type: 0 - hash: a7d389b57649b8c1 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 82 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_081.png - filename: tile_081.png - filetype: png - type: 0 - hash: e37d943f98df117c - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 81 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_080.png - filename: tile_080.png - filetype: png - type: 0 - hash: 24af11a711c4a405 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 80 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_079.png - filename: tile_079.png - filetype: png - type: 0 - hash: 6a517ee8c8a504b3 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 78 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_077.png - filename: tile_077.png - filetype: png - type: 0 - hash: 51e120ce40647450 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 77 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_076.png - filename: tile_076.png - filetype: png - type: 0 - hash: 414a4fc402bf8d9a - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 76 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_075.png - filename: tile_075.png - filetype: png - type: 0 - hash: 077768331bb39105 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 75 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_074.png - filename: tile_074.png - filetype: png - type: 0 - hash: 42121b492147d8fb - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 103 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_102.png - filename: tile_102.png - filetype: png - type: 0 - hash: ee4893b0b0e389b0 - lastModified: 1728871745 - 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: 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: 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: 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: 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: 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: 1728871745 - 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: 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: 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: 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: 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: 102 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_101.png - filename: tile_101.png - filetype: png - type: 0 - hash: e5a269d460d00e69 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 115 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_114.png - filename: tile_114.png - filetype: png - type: 0 - hash: bffbedcad0c620c7 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 114 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_113.png - filename: tile_113.png - filetype: png - type: 0 - hash: 5d615b590fe9431a - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 113 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_112.png - filename: tile_112.png - filetype: png - type: 0 - hash: ea99517d8b684ab8 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 112 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_111.png - filename: tile_111.png - filetype: png - type: 0 - hash: a5a090079e1eb3b5 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 111 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_110.png - filename: tile_110.png - filetype: png - type: 0 - hash: a97225d051b0be0f - lastModified: 1728871746 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 110 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_109.png - filename: tile_109.png - filetype: png - type: 0 - hash: 8f7568ef2b75f210 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 109 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_108.png - filename: tile_108.png - filetype: png - type: 0 - hash: dc8c15964e615c28 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 108 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_107.png - filename: tile_107.png - filetype: png - type: 0 - hash: a0843e8681231325 - lastModified: 1728871746 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 107 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_106.png - filename: tile_106.png - filetype: png - type: 0 - hash: 9559b168bb797f61 - lastModified: 1728871746 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 106 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_105.png - filename: tile_105.png - filetype: png - type: 0 - hash: 893cb7a825c3def2 - lastModified: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 105 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_104.png - filename: tile_104.png - filetype: png - type: 0 - hash: 2d73577cfe2985f8 - lastModified: 1728871745 - 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 - filetype: png - type: 0 - hash: 93be22329a97f13a - lastModified: 1728871746 - 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 2cab45f..2047bac 100644 --- a/src/src/Engine.cpp +++ b/src/src/Engine.cpp @@ -14,7 +14,6 @@ #include "core/utils/Logging.h" #include "core/utils/Input.h" - #include "core/audio/AudioEngine.h" #include "core/utils/EngineConfig.h" @@ -23,7 +22,6 @@ #include "core/utils/utils.h" #include "core/utils/LoadingWindow.h" - #include "editor/windows/AssetBrowser.h" #include "editor/windows/Inspector.h" #include "editor/windows/AudioInfo.h" @@ -36,7 +34,6 @@ #include "ImGuizmo.h" #include - #include #include #include @@ -438,12 +435,7 @@ void ShowColorCorrectionWindow() ImGui::End(); } - - - - - -void DrawGizmoForObject(const std::shared_ptr& obj, const glm::mat4& view, const glm::mat4& projection) +void DrawGizmoForObject(const std::shared_ptr &obj, const glm::mat4 &view, const glm::mat4 &projection) { if (!obj) return; @@ -461,8 +453,10 @@ void DrawGizmoForObject(const std::shared_ptr& obj, const glm::mat4& vie ImGuizmo::SetRect(windowPos.x, windowPos.y, windowSize.x, windowSize.y); static ImGuizmo::OPERATION operation = ImGuizmo::TRANSLATE; - if (ImGui::IsKeyPressed(ImGuiKey_T)) operation = ImGuizmo::TRANSLATE; - if (ImGui::IsKeyPressed(ImGuiKey_R)) operation = ImGuizmo::ROTATE; + if (ImGui::IsKeyPressed(ImGuiKey_T)) + operation = ImGuizmo::TRANSLATE; + if (ImGui::IsKeyPressed(ImGuiKey_R)) + operation = ImGuizmo::ROTATE; glm::mat4 manipulated = model; ImGuizmo::Manipulate(glm::value_ptr(view), glm::value_ptr(projection), @@ -481,10 +475,6 @@ void DrawGizmoForObject(const std::shared_ptr& obj, const glm::mat4& vie } } - - - - void Engine::Init() { @@ -578,12 +568,10 @@ void Engine::Init() AudioEngine::Init(); - Logger::LogVerbose("Init Input Core"); Input::Init(window); - // AssetManager::LoadAssetAsync("C:\\Users\\spenc\\Music\\creative-technology-showreel-241274.mp3", AssetType::Audio); Logger::LogVerbose("Resverving Objects"); @@ -775,7 +763,17 @@ void Engine::Run() if (g_engineConfig.settings.profile_enabled) { ImGui::Checkbox("Profile Engine", &g_engineConfig.settings.profile_editor); +#ifdef DISABLE_DEEP_PROFILING + ImGui::BeginDisabled(); + bool dummy = false; + ImGui::Checkbox("Deep Profiling", &dummy); + if (ImGui::IsItemHovered()) + ImGui::SetTooltip("Deep Profiling is disabled at compile time."); + ImGui::EndDisabled(); +#else ImGui::Checkbox("Deep Profiling", &g_engineConfig.settings.profile_deep); +#endif + // ImGui::Checkbox("GPU Profiling", &g_engineConfig.settings.profile_gpu); } ImGui::EndMenu(); @@ -1260,18 +1258,15 @@ void Engine::Run() previewUAID = 0; } - glm::mat4 projection = glm::ortho( - 0.0f, static_cast(size.x), // left, right - static_cast(size.y), 0.0f, // bottom, top (y-down) - -1.0f, 1.0f // near, far + 0.0f, static_cast(size.x), // left, right + static_cast(size.y), 0.0f, // bottom, top (y-down) + -1.0f, 1.0f // near, far ); - - glm::mat4 view = glm::translate(glm::mat4(1.0f), glm::vec3(-cameraPos, 0.0f)); - - - DrawGizmoForObject(selected, view, projection); + glm::mat4 view = glm::translate(glm::mat4(1.0f), glm::vec3(-cameraPos, 0.0f)); + + DrawGizmoForObject(selected, view, projection); ImGui::End(); @@ -1358,7 +1353,7 @@ void Engine::DrawObjectNode(const std::shared_ptr &obj) if (ImGui::MenuItem("Duplicate")) { auto clone = std::make_shared(*obj); - + if (auto parent = obj->GetParent()) { parent->AddChild(clone); @@ -1367,12 +1362,11 @@ void Engine::DrawObjectNode(const std::shared_ptr &obj) { objects.push_back(clone); } - - + selected = clone; ImGui::OpenPopup("RenameObject"); } - + ImGui::EndPopup(); } @@ -1381,7 +1375,7 @@ void Engine::DrawObjectNode(const std::shared_ptr &obj) auto dragRef = obj; ImGui::SetDragDropPayload("OBJECT", &dragRef, sizeof(dragRef)); ImGui::Text("%s", obj->GetName().c_str()); - ImGui::EndDragDropSource() ; + ImGui::EndDragDropSource(); } if (ImGui::BeginDragDropTarget()) @@ -1510,11 +1504,12 @@ void Engine::LoadScene(const std::string &path) return; } - if (root["engine_version"].as() != "0.1.0") + + + if (root["engine_version"].as() != g_engineConfig.version) { - Logger::LogError("[LoadScene] Version mismatch! Expected 0.1.0, got %s", root["engine_version"].as().c_str()); - loadingUI.Destroy(); - return; + Logger::LogError("[LoadScene] Version mismatch! Expected %s, got %s", g_engineConfig.version.c_str(), root["engine_version"].as().c_str()); + } if (!VerifySceneHash(root)) diff --git a/src/src/core/audio/AudioEngine.cpp b/src/src/core/audio/AudioEngine.cpp index 635cd02..fff5818 100644 --- a/src/src/core/audio/AudioEngine.cpp +++ b/src/src/core/audio/AudioEngine.cpp @@ -32,16 +32,24 @@ bool AudioEngine::Init() { void AudioEngine::Shutdown() { - // Uninit & delete every sound - for (auto& kv : s_SoundMap) { - ma_sound_uninit(kv.second); - delete kv.second; + + for (auto& [id, soundPtr] : s_SoundMap) { + if (soundPtr) { + ma_sound_stop(soundPtr); + ma_sound_uninit(soundPtr); + delete soundPtr; + } } + s_SoundMap.clear(); s_PlayingInfoMap.clear(); + + ma_engine_uninit(&s_Engine); + } + void AudioEngine::Play(uint64_t uaid, bool loop) { Cleanup(uaid); diff --git a/src/src/core/utils/EngineConfig.cpp b/src/src/core/utils/EngineConfig.cpp index 82069b6..c3ca89e 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.1.0", + .version = "0.8.1", .gl_version = "430", .gl_maxLight = 512, .settings = UserSettings{} diff --git a/src/src/main.cpp b/src/src/main.cpp index 6a400a8..9ed33da 100644 --- a/src/src/main.cpp +++ b/src/src/main.cpp @@ -2,6 +2,8 @@ #include int main() { + + try { Engine engine; engine.Run(); @@ -13,5 +15,6 @@ int main() { return 2; } + return 0; } diff --git a/src/vendor/miniaudio/miniaudio.c b/src/vendor/miniaudio/miniaudio.c index 6f88a61..925fa86 100644 --- a/src/vendor/miniaudio/miniaudio.c +++ b/src/vendor/miniaudio/miniaudio.c @@ -3,5 +3,5 @@ #define MA_ENABLE_WAV #define MA_ENABLE_FLAC #define MA_ENABLE_VORBIS -#define MA_ENABLE_NODE_GRAPH +#define MA_ENABLE_NODE_GRAPH #include "miniaudio.h"