From b36e6dfc6acc1ae14fdc81cfcf68e14c09fd175c Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Fri, 9 May 2025 20:27:33 -0500 Subject: [PATCH] Fixed Bugs --- imgui.ini | 36 +- remake/build.log | 3 - src/assets/lua/light_test.lua | 26 +- src/assets/scenes/a_cool_isometric_world.cene | 3176 ++++++++--------- src/src/Components/ScriptComponent.cpp | 127 +- src/src/Engine.cpp | 2 + src/src/core/scripts/ScriptCore.cpp | 52 +- src/src/core/scripts/ScriptCore.h | 14 +- src/src/core/utils/AssetManager.cpp | 5 +- src/src/core/utils/EngineConfig.cpp | 2 +- src/src/core/utils/Logging.cpp | 12 +- src/src/core/utils/Logging.h | 1 + src/src/core/utils/utils.h | 18 + 13 files changed, 1687 insertions(+), 1787 deletions(-) diff --git a/imgui.ini b/imgui.ini index 40b93a2..3770530 100644 --- a/imgui.ini +++ b/imgui.ini @@ -10,24 +10,24 @@ Collapsed=1 [Window][WindowOverViewport_11111111] Pos=0,19 -Size=1920,1158 +Size=1280,701 Collapsed=0 [Window][Inspector] -Pos=1553,19 -Size=367,659 +Pos=913,19 +Size=367,202 Collapsed=0 DockId=0x00000018,0 [Window][Scene Tree] Pos=0,19 -Size=341,579 +Size=341,350 Collapsed=0 DockId=0x0000000F,0 [Window][Viewport] Pos=343,19 -Size=1208,659 +Size=568,202 Collapsed=0 DockId=0x00000017,0 @@ -36,14 +36,14 @@ Size=1280,19 Collapsed=0 [Window][Performance Info] -Pos=1628,680 -Size=292,268 +Pos=1107,223 +Size=173,268 Collapsed=0 DockId=0x00000019,0 [Window][Console] -Pos=343,680 -Size=927,497 +Pos=343,223 +Size=549,497 Collapsed=0 DockId=0x0000001B,0 @@ -78,8 +78,8 @@ Collapsed=0 DockId=0x00000015,1 [Window][Color Correction] -Pos=1628,950 -Size=292,227 +Pos=1107,493 +Size=173,227 Collapsed=0 DockId=0x0000001A,0 @@ -113,8 +113,8 @@ Collapsed=0 DockId=0x0000000E,0 [Window][Audio Output] -Pos=1577,680 -Size=49,497 +Pos=1076,223 +Size=29,497 Collapsed=0 DockId=0x00000012,0 @@ -125,8 +125,8 @@ Collapsed=0 DockId=0x0000000D,0 [Window][Resources] -Pos=0,600 -Size=341,577 +Pos=0,371 +Size=341,349 Collapsed=0 DockId=0x00000010,0 @@ -136,8 +136,8 @@ Size=550,695 Collapsed=0 [Window][Lua Globals] -Pos=1272,680 -Size=303,497 +Pos=894,223 +Size=180,497 Collapsed=0 DockId=0x0000001C,0 @@ -163,7 +163,7 @@ Column 0 Weight=1.0000 Column 1 Width=120 [Docking][Data] -DockSpace ID=0x11111111 Window=0x1BBC0F80 Pos=0,19 Size=1920,1158 Split=X +DockSpace ID=0x11111111 Window=0x1BBC0F80 Pos=0,19 Size=1280,701 Split=X DockNode ID=0x00000005 Parent=0x11111111 SizeRef=989,1158 Split=X DockNode ID=0x00000001 Parent=0x00000005 SizeRef=341,701 Split=Y Selected=0x12EF0F59 DockNode ID=0x00000003 Parent=0x00000001 SizeRef=342,637 Split=Y Selected=0x12EF0F59 diff --git a/remake/build.log b/remake/build.log index 8b4b0c4..e69de29 100644 --- a/remake/build.log +++ b/remake/build.log @@ -1,3 +0,0 @@ -[COMPILE] g++ -std=c++20 -Wall -g -DGLM_ENABLE_EXPERIMENTAL -O2 -static -static-libstdc++ -static-libgcc -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\PathFollowerComponent.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\functions\Prefab.o src\build\core\functions\ScenePacker.o src\build\core\scripts\LuaGlobalBridge.o src\build\core\scripts\ScriptCore.o src\build\core\utils\AssetManager.o src\build\core\utils\EngineConfig.o src\build\core\utils\ExceptionHandler.o src\build\core\utils\FileDialog.o src\build\core\utils\input.o src\build\core\utils\LoadingWindow.o src\build\core\utils\Logging.o src\build\core\utils\Popup.o src\build\core\utils\Profiler.o src\build\core\utils\Texture.o src\build\core\utils\utils.o src\build\editor\utils\Themes.o src\build\editor\windows\AssetBrowser.o src\build\editor\windows\AudioInfo.o src\build\editor\windows\Inspector.o src\build\editor\windows\LuaGlobals.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 -lz -lfreetype -[ERROR] Interrupted by user. diff --git a/src/assets/lua/light_test.lua b/src/assets/lua/light_test.lua index a65350b..23da125 100644 --- a/src/assets/lua/light_test.lua +++ b/src/assets/lua/light_test.lua @@ -2,33 +2,23 @@ local obj = nil local light = nil local hue = 0.0 -function HSVtoRGB(h, s, v) - local i = math.floor(h * 6) - local f = h * 6 - i - local p = v * (1 - s) - local q = v * (1 - f * s) - local t = v * (1 - (1 - f) * s) - i = i % 6 - - if i == 0 then return Vector3(v, t, p) end - if i == 1 then return Vector3(q, v, p) end - if i == 2 then return Vector3(p, v, t) end - if i == 3 then return Vector3(p, q, v) end - if i == 4 then return Vector3(t, p, v) end - if i == 5 then return Vector3(v, p, q) end -end - - function OnInit() obj = Engine.GetObjectByTag("Light") if obj then light = obj:GetComponent("LightComponent") end + + for i = 1, 5 do + local num = math.random(10000, 10000000) + Engine.Log(Engine.Utils.ShortNumberFormat(num, 2), 2) + end end function OnUpdate(dt) if not light then return end hue = (hue + dt * 0.2) % 1.0 - light:SetColor(HSVtoRGB(hue, 1.0, 1.0)) + + local rgb = Engine.Utils.HSVtoRGB(hue * 360.0, 1.0, 1.0) + light:SetColor(rgb) end diff --git a/src/assets/scenes/a_cool_isometric_world.cene b/src/assets/scenes/a_cool_isometric_world.cene index 00343f7..56d6013 100644 --- a/src/assets/scenes/a_cool_isometric_world.cene +++ b/src/assets/scenes/a_cool_isometric_world.cene @@ -1,11 +1,11 @@ -engine_version: 0.8.4 +engine_version: 0.10.3 scene_name: a_cool_isometric_world -scene_hash: 05d6c4fbc4fa529c75427aad7c445ffda998f191126edf318380250328832da4 +scene_hash: c8c171420e7ec4d53f21f1ebc4a7127f6ceee647fee54b44513bf1d548002bae format_version: 1 objects: - name: Light uid: cabd139ec6ac4245b4e4075668a6d971 - id: 1 + id: 450 position: [-171.816513, 7.47858715] rotation: -0.119997971 layer: 0 @@ -25,7 +25,7 @@ objects: children: [] - name: Tiles uid: 2917181dc75c4b3e9c052b2d9120dc1e - id: 2 + id: 451 position: [0, -1.95139575] rotation: 0 layer: 0 @@ -34,7 +34,7 @@ objects: children: - name: tile_053.png uid: 0f6135a7c4dc4cca857bf16c080a3bce - id: 3 + id: 452 position: [-58.2519989, 26.0020008] rotation: 0 layer: 1 @@ -47,7 +47,7 @@ objects: children: [] - name: tile_049.png uid: 8aeb05965e4d408b9456cb0f144cb118 - id: 4 + id: 453 position: [-165.057999, -90.435997] rotation: 0 layer: 1 @@ -60,7 +60,7 @@ objects: children: [] - name: tile_044.png uid: 40b88ad3429e42af94466d658a3ec42d - id: 5 + id: 454 position: [8.5340004, 23.6730003] rotation: 0 layer: 1 @@ -73,7 +73,7 @@ objects: children: [] - name: tile_045.png uid: d9ac006ad61e4d3e87fa1cd6ef88eecc - id: 6 + id: 455 position: [-59.9570007, -33.0279999] rotation: 0 layer: 1 @@ -86,7 +86,7 @@ objects: children: [] - name: tile_027.png uid: c0c272acf23e4d5387672352ad1713c2 - id: 7 + id: 456 position: [41.5, 61.5] rotation: 0 layer: 0 @@ -99,7 +99,7 @@ objects: children: [] - name: tile_028.png uid: 792c9f480f9f45f9be59c1ceac365765 - id: 8 + id: 457 position: [14.5, 83.5] rotation: 0 layer: 0 @@ -112,7 +112,7 @@ objects: children: [] - name: tile_024.png uid: 26d61f1f90af4530ae18112b8aff95ee - id: 9 + id: 458 position: [-22.5, 66.5] rotation: 0 layer: 0 @@ -125,7 +125,7 @@ objects: children: [] - name: tile_022.png uid: 99cade4e8b47450a9d8f973915122ec6 - id: 10 + id: 459 position: [7.5, 47.5] rotation: 0 layer: 0 @@ -138,7 +138,7 @@ objects: children: [] - name: tile_022.png uid: 46a6724bf3384e009e2c4e3a2a20bc27 - id: 11 + id: 460 position: [36.5, 29.5] rotation: 0 layer: 0 @@ -151,7 +151,7 @@ objects: children: [] - name: tile_044.png uid: 76f65522c6fb4657ba05552e68e0a599 - id: 12 + id: 461 position: [-96.5, -49.5] rotation: 0 layer: 1 @@ -164,7 +164,7 @@ objects: children: [] - name: tile_011.png uid: 523ae2cbf4734069a6d516506e937d72 - id: 13 + id: 462 position: [-54.5, 52.5] rotation: 0 layer: 0 @@ -177,7 +177,7 @@ objects: children: [] - name: tile_011.png uid: a3e3e598e4a045538e0b892812bc1fa0 - id: 14 + id: 463 position: [-89.5, 36.5] rotation: 0 layer: 0 @@ -190,7 +190,7 @@ objects: children: [] - name: tile_011.png uid: 813f64a82c18411c8050593012d21b28 - id: 15 + id: 464 position: [-123.5, 19.5] rotation: 0 layer: 0 @@ -203,7 +203,7 @@ objects: children: [] - name: tile_011.png uid: 0f5ab154b77b4ed4b71b8ec2b7f89740 - id: 16 + id: 465 position: [-156.5, -0.5] rotation: 0 layer: 0 @@ -216,7 +216,7 @@ objects: children: [] - name: tile_011.png uid: 52e7db8645e942aba356e12b22e2a9a9 - id: 17 + id: 466 position: [-190.5, -17.5] rotation: 0 layer: 0 @@ -229,7 +229,7 @@ objects: children: [] - name: tile_011.png uid: f94b7208f06f4ec38c2806dfb272be9f - id: 18 + id: 467 position: [-222.5, -32.5] rotation: 0 layer: 0 @@ -242,7 +242,7 @@ objects: children: [] - name: tile_011.png uid: e382eab57275422b9855c46c478e002e - id: 19 + id: 468 position: [-26.5, 33.5] rotation: 0 layer: 0 @@ -255,7 +255,7 @@ objects: children: [] - name: tile_011.png uid: d6fc3967321241e3b95beb7574643a91 - id: 20 + id: 469 position: [-59.5, 16.5] rotation: 0 layer: 0 @@ -268,7 +268,7 @@ objects: children: [] - name: tile_011.png uid: d2bc09ec9fc84c998d7b8e5c9a96a542 - id: 21 + id: 470 position: [-92.5, 0.5] rotation: 0 layer: 0 @@ -281,7 +281,7 @@ objects: children: [] - name: tile_011.png uid: c9df0247484b489f927602bfc12d4025 - id: 22 + id: 471 position: [-125.5, -17.5] rotation: 0 layer: 0 @@ -294,7 +294,7 @@ objects: children: [] - name: tile_011.png uid: 5d498c9e69ff48c5a5434f2fdd757e1d - id: 23 + id: 472 position: [-158.5, -33.5] rotation: 0 layer: 0 @@ -307,7 +307,7 @@ objects: children: [] - name: tile_011.png uid: 6a5258c5e198481fb99b9a79078a24c1 - id: 24 + id: 473 position: [-192.5, -50.5] rotation: 0 layer: 0 @@ -320,7 +320,7 @@ objects: children: [] - name: tile_031.png uid: 1fbd41c54f1348c1872a29385ec1d0eb - id: 25 + id: 474 position: [4.5, 20.5] rotation: 0 layer: 0 @@ -333,7 +333,7 @@ objects: children: [] - name: tile_038.png uid: 2cba861c1ab04bbabccfb0335605fc7f - id: 26 + id: 475 position: [36.5, 1.5] rotation: 0 layer: 0 @@ -346,7 +346,7 @@ objects: children: [] - name: tile_032.png uid: 2ce26442422b41c091188f4d6fc38cda - id: 27 + id: 476 position: [-26.5, 2.5] rotation: 0 layer: 0 @@ -359,7 +359,7 @@ objects: children: [] - name: tile_038.png uid: 88ecd280be5348de8f6aa48fdec67fc2 - id: 28 + id: 477 position: [-60.5, -12.5] rotation: 0 layer: 0 @@ -372,7 +372,7 @@ objects: children: [] - name: tile_038.png uid: b783547b62084c348197e07a44d376f2 - id: 29 + id: 478 position: [-96.5, -30.5] rotation: 0 layer: 0 @@ -385,7 +385,7 @@ objects: children: [] - name: tile_037.png uid: 9cc1fbb79520491dafe0eabdb66b9b6c - id: 30 + id: 479 position: [-128.5, -48.5] rotation: 0 layer: 0 @@ -398,7 +398,7 @@ objects: children: [] - name: tile_039.png uid: 6be36a4c0a8c441798fc490f2ab0a861 - id: 31 + id: 480 position: [-163.5, -68.5] rotation: 0 layer: 0 @@ -411,7 +411,7 @@ objects: children: [] - name: tile_032.png uid: 87332fee5f964d77a3a80f2599e09ba8 - id: 32 + id: 481 position: [8.5, -20.5] rotation: 0 layer: 0 @@ -424,7 +424,7 @@ objects: children: [] - name: tile_029.png uid: 81b39ababeaf43be8942b654275e5fe1 - id: 33 + id: 482 position: [-28.5, -38.5] rotation: 0 layer: 0 @@ -437,7 +437,7 @@ objects: children: [] - name: tile_031.png uid: e6c2abbf97914bf6bc5ebc8874fafffd - id: 34 + id: 483 position: [-61.5, -55.5] rotation: 0 layer: 0 @@ -450,7 +450,7 @@ objects: children: [] - name: tile_030.png uid: 74893ccd73614c91a36806f927423d78 - id: 35 + id: 484 position: [-95.5, -71.5] rotation: 0 layer: 0 @@ -463,7 +463,7 @@ objects: children: [] - name: tile_037.png uid: a6dfc3eeb0f34c5da6470ffc545755ed - id: 36 + id: 485 position: [-128.5, -88.5] rotation: 0 layer: 0 @@ -476,7 +476,7 @@ objects: children: [] - name: tile_022.png uid: 1d59fd6958ab47579b786da6c08f1a3f - id: 37 + id: 486 position: [95.9465179, 30.9888229] rotation: 0 layer: 0 @@ -489,7 +489,7 @@ objects: children: [] - name: tile_023.png uid: 4b4a69b0089e464596ecc779089602af - id: 38 + id: 487 position: [68.4461136, 44.2444115] rotation: 0 layer: 0 @@ -502,7 +502,7 @@ objects: children: [] - name: tile_023.png uid: 0d6cbb03f06540eb913c6cd66ac6f5ba - id: 39 + id: 488 position: [66.4676666, 11.995739] rotation: 0 layer: 0 @@ -515,7 +515,7 @@ objects: children: [] - name: tile_044.png uid: be8626864f5c48e7b7e60fbf9181e620 - id: 40 + id: 489 position: [100.766998, 6.04500008] rotation: 0 layer: 1 @@ -528,7 +528,7 @@ objects: children: [] - name: tile_061.png uid: 446b1ef5445c466a86f97e305c12dc93 - id: 41 + id: 490 position: [-253.18512, -14.0298166] rotation: 0 layer: 0 @@ -541,7 +541,7 @@ objects: children: [] - name: tile_061.png uid: 3ceb19b1609f4e9bb92df0a035904934 - id: 42 + id: 491 position: [-221.640671, 2.443398] rotation: 0 layer: 0 @@ -554,7 +554,7 @@ objects: children: [] - name: tile_061.png uid: 3c4cf37eec42417ca8dd6abd21601311 - id: 43 + id: 492 position: [-196.054626, 15.4116726] rotation: 0 layer: 0 @@ -567,7 +567,7 @@ objects: children: [] - name: tile_061.png uid: 6d35bade3dff40188afb99282edc94a4 - id: 44 + id: 493 position: [-170.468536, 27.6789627] rotation: 0 layer: 0 @@ -580,7 +580,7 @@ objects: children: [] - name: tile_061.png uid: 1071051d54714904a018078e14dfbf9d - id: 45 + id: 494 position: [-145.282059, 40.9676094] rotation: 0 layer: 0 @@ -593,7 +593,7 @@ objects: children: [] - name: tile_061.png uid: f765f75c483c4b5c81bdb15b2c5ff700 - id: 46 + id: 495 position: [-119.188309, 53.8947716] rotation: 0 layer: 0 @@ -606,7 +606,7 @@ objects: children: [] - name: tile_061.png uid: 1864bb513b6e47fca816f03bb204c07a - id: 47 + id: 496 position: [-93.8127518, 66.3431549] rotation: 0 layer: 0 @@ -619,7 +619,7 @@ objects: children: [] - name: tile_061.png uid: c982bb4b85a347d8b124d1a0fd922cfe - id: 48 + id: 497 position: [-68.9159698, 79.2703552] rotation: 0 layer: 0 @@ -632,7 +632,7 @@ objects: children: [] - name: tile_061.png uid: 7425db5cd8e5484d849bf31bce798a67 - id: 49 + id: 498 position: [-43.3010292, 92.197525] rotation: 0 layer: 0 @@ -645,7 +645,7 @@ objects: children: [] - name: tile_061.png uid: 4f4dec982027487da6f0556fed8051f2 - id: 50 + id: 499 position: [-16.7285137, 105.842873] rotation: 0 layer: 0 @@ -658,7 +658,7 @@ objects: children: [] - name: tile_015.png uid: 2957588db3f443fc8a583aae4aee0707 - id: 51 + id: 500 position: [-284.383118, 4.68400383] rotation: 0 layer: 0 @@ -671,7 +671,7 @@ objects: children: [] - name: tile_015.png uid: d4d7d210151b48ec966df90b2d2ec14c - id: 52 + id: 501 position: [-250.431122, 21.8027191] rotation: 0 layer: 0 @@ -684,7 +684,7 @@ objects: children: [] - name: tile_015.png uid: 5fb7d971a0c448bdbee716899616149c - id: 53 + id: 502 position: [-217.905701, 38.636116] rotation: 0 layer: 0 @@ -697,7 +697,7 @@ objects: children: [] - name: tile_014.png uid: 8f4feabb8f4a4ae69118cbb0c37bd194 - id: 54 + id: 503 position: [-184.809586, 55.7548294] rotation: 0 layer: 0 @@ -710,7 +710,7 @@ objects: children: [] - name: tile_015.png uid: 19152cf672064c01b39b19ec8329c16b - id: 55 + id: 504 position: [-151.142792, 71.1616669] rotation: 0 layer: 0 @@ -723,7 +723,7 @@ objects: children: [] - name: tile_015.png uid: 740f68c1ab3b49a58fb17918098f0ae6 - id: 56 + id: 505 position: [-116.620041, 88.2801971] rotation: 0 layer: 0 @@ -736,7 +736,7 @@ objects: children: [] - name: tile_015.png uid: a4636904a9d04046ab2d9d9fd79684f6 - id: 57 + id: 506 position: [-82.9532471, 104.25766] rotation: 0 layer: 0 @@ -749,7 +749,7 @@ objects: children: [] - name: tile_015.png uid: 0f5d9d9f8c4248798a621087a612aa7c - id: 58 + id: 507 position: [-52.7101898, 122.517609] rotation: 0 layer: 0 @@ -762,7 +762,7 @@ objects: children: [] - name: tile_065.png uid: c9565d5e49994f2b9c0285f6924e81c3 - id: 59 + id: 508 position: [-193.240005, -5.04500008] rotation: 0 layer: 1 @@ -775,7 +775,7 @@ objects: children: [] - name: tile_062.png uid: f26efe24b9ea432895fdfa1dba30fc68 - id: 60 + id: 509 position: [-120.778999, 32.2639999] rotation: 0 layer: 1 @@ -788,7 +788,7 @@ objects: children: [] - name: tile_082.png uid: 14787a0a6a7c4344a8ab0016468354fd - id: 61 + id: 510 position: [-158.194, 12.6339998] rotation: 0 layer: 1 @@ -801,7 +801,7 @@ objects: children: [] - name: tile_058.png uid: ff92f17b4f864a98b6083e4ec813b46d - id: 62 + id: 511 position: [-227.75, -54.2232857] rotation: 0 layer: 1 @@ -814,7 +814,7 @@ objects: children: [] - name: tile_045.png uid: b33545748be34999aa0a69fbc08e2d91 - id: 63 + id: 512 position: [-140.867996, -38.8449745] rotation: 0 layer: 1 @@ -827,7 +827,7 @@ objects: children: [] - name: tile_047.png uid: b13d4cc28b544d5299d0bae06e5d9bf3 - id: 64 + id: 513 position: [-91.4160004, -15.3730001] rotation: 0 layer: 1 @@ -840,7 +840,7 @@ objects: children: [] - name: tile_042.png uid: 238a50ddf5944c3baad2000eae337f3e - id: 65 + id: 514 position: [-188.693695, 27.3759041] rotation: 0 layer: 1 @@ -853,7 +853,7 @@ objects: children: [] - name: tile_052.png uid: 1456e2eb4d7f4a5b951429a91ff8baf1 - id: 66 + id: 515 position: [-21.875, 44.987999] rotation: 0 layer: 1 @@ -866,7 +866,7 @@ objects: children: [] - name: tile_028.png uid: bac54db03d8b4507a1138768db2ce2f1 - id: 67 + id: 516 position: [-17.2237396, 138.836761] rotation: 0 layer: 0 @@ -879,7 +879,7 @@ objects: children: [] - name: tile_031.png uid: 2e3e8e939e7e4758bd62d917f333c613 - id: 68 + id: 517 position: [11.3386536, 120.830032] rotation: 0 layer: 0 @@ -892,7 +892,7 @@ objects: children: [] - name: tile_030.png uid: 57d2d2102d15498e9582dbb80c5788a2 - id: 69 + id: 518 position: [43.005661, 99.0977783] rotation: 0 layer: 0 @@ -905,7 +905,7 @@ objects: children: [] - name: tile_032.png uid: 5f27a4cb3842436f9690d4ac80af91d9 - id: 70 + id: 519 position: [74.6726685, 81.0910492] rotation: 0 layer: 0 @@ -918,7 +918,7 @@ objects: children: [] - name: tile_034.png uid: 5530a0545f7e4e00993b81e777c46ab5 - id: 71 + id: 520 position: [103.855988, 64.9470825] rotation: 0 layer: 0 @@ -931,7 +931,7 @@ objects: children: [] - name: tile_036.png uid: 0688a67cff51416fab3f2d41af00cdaf - id: 72 + id: 521 position: [132.418381, 49.4240456] rotation: 0 layer: 0 @@ -944,7 +944,7 @@ objects: children: [] - name: tile_040.png uid: bdbb107bb2c947c4b718a0851cf03c4e - id: 73 + id: 522 position: [18.733284, 155.827454] rotation: 0 layer: 0 @@ -957,7 +957,7 @@ objects: children: [] - name: tile_033.png uid: aa2e13adf13745d2964c19166590cbeb - id: 74 + id: 523 position: [45.8280487, 136.635315] rotation: 0 layer: 0 @@ -970,7 +970,7 @@ objects: children: [] - name: tile_027.png uid: 56571e9c0f15495b8f6c6944173b38a5 - id: 75 + id: 524 position: [76.3096619, 118.007668] rotation: 0 layer: 0 @@ -983,7 +983,7 @@ objects: children: [] - name: tile_031.png uid: ad2e91976ba84154b6d0a43539e66398 - id: 76 + id: 525 position: [107.920227, 104.460281] rotation: 0 layer: 0 @@ -996,7 +996,7 @@ objects: children: [] - name: tile_029.png uid: 0c004f821f8c484f938c9745c09f9dd4 - id: 77 + id: 526 position: [133.886047, 89.7839508] rotation: 0 layer: 0 @@ -1009,7 +1009,7 @@ objects: children: [] - name: tile_032.png uid: f781918d60874b868f1d4ae6ead18be6 - id: 78 + id: 527 position: [168.318985, 68.3339233] rotation: 0 layer: 0 @@ -1022,7 +1022,7 @@ objects: children: [] - name: tile_022.png uid: 0db24f9cf1ee4603b1061a60426ab29e - id: 79 + id: 528 position: [52.6889915, 174.425797] rotation: 0 layer: 0 @@ -1035,7 +1035,7 @@ objects: children: [] - name: tile_022.png uid: f9d6630ce94d4857a7627c9453eb2735 - id: 80 + id: 529 position: [83.4784698, 158.098038] rotation: 0 layer: 0 @@ -1048,7 +1048,7 @@ objects: children: [] - name: tile_023.png uid: 659dcee795074fc982e2c8e27d4a3b0d - id: 81 + id: 530 position: [113.801453, 140.370758] rotation: 0 layer: 0 @@ -1061,7 +1061,7 @@ objects: children: [] - name: tile_024.png uid: 8b130f332c2b480f85ef7e5abb63d373 - id: 82 + id: 531 position: [144.12442, 119.377937] rotation: 0 layer: 0 @@ -1074,7 +1074,7 @@ objects: children: [] - name: tile_023.png uid: f95b393bece34a3b989756fa611708cc - id: 83 + id: 532 position: [173.047882, 106.782242] rotation: 0 layer: 0 @@ -1087,7 +1087,7 @@ objects: children: [] - name: tile_024.png uid: ee37c469c96044669493f1fea92b5cd9 - id: 84 + id: 533 position: [200.571808, 90.454483] rotation: 0 layer: 0 @@ -1100,7 +1100,7 @@ objects: children: [] - name: tile_031.png uid: a5711b8aff6a477db3d10cee42aaf371 - id: 85 + id: 534 position: [86.2775192, 190.287048] rotation: 0 layer: 0 @@ -1113,7 +1113,7 @@ objects: children: [] - name: tile_029.png uid: ac2bdfd7c2f0443bb08679ae679e6576 - id: 86 + id: 535 position: [115.66748, 169.29422] rotation: 0 layer: 0 @@ -1126,7 +1126,7 @@ objects: children: [] - name: tile_028.png uid: eb543f718c404451a69398fbab73d7e6 - id: 87 + id: 536 position: [147.389984, 152.033447] rotation: 0 layer: 0 @@ -1139,7 +1139,7 @@ objects: children: [] - name: tile_031.png uid: 69103d0a80654686beea4a2eb65fe560 - id: 88 + id: 537 position: [177.246445, 130.574112] rotation: 0 layer: 0 @@ -1152,7 +1152,7 @@ objects: children: [] - name: tile_032.png uid: 66469bd8172546e48f894527e5a6957b - id: 89 + id: 538 position: [205.7034, 115.645874] rotation: 0 layer: 0 @@ -1165,7 +1165,7 @@ objects: children: [] - name: tile_030.png uid: cfba90f35e044a3f877842a74dc4059f - id: 90 + id: 539 position: [230.894806, 97.9185944] rotation: 0 layer: 0 @@ -1178,7 +1178,7 @@ objects: children: [] - name: tile_031.png uid: 9ea972ac401249f5a5451f3909c9c8cb - id: 91 + id: 540 position: [118.932991, 206.614792] rotation: 0 layer: 0 @@ -1191,7 +1191,7 @@ objects: children: [] - name: tile_032.png uid: 331de1481b1d4ebf9a9113dfaf4d151f - id: 92 + id: 541 position: [148.322952, 187.487991] rotation: 0 layer: 0 @@ -1204,7 +1204,7 @@ objects: children: [] - name: tile_035.png uid: 18f1c4bc2e404745905e879ef2a80247 - id: 93 + id: 542 position: [177.246399, 165.095642] rotation: 0 layer: 0 @@ -1217,7 +1217,7 @@ objects: children: [] - name: tile_034.png uid: df9e07bdf7fb48948ab2aa8d1820a82c - id: 94 + id: 543 position: [205.236847, 149.700897] rotation: 0 layer: 0 @@ -1230,7 +1230,7 @@ objects: children: [] - name: tile_034.png uid: 26ccfb2ff97b40eb8878d46d30eff320 - id: 95 + id: 544 position: [234.626801, 131.973618] rotation: 0 layer: 0 @@ -1243,7 +1243,7 @@ objects: children: [] - name: tile_035.png uid: 831757c5035b493d954ef36e3286d94b - id: 96 + id: 545 position: [263.08374, 113.779831] rotation: 0 layer: 0 @@ -1256,7 +1256,7 @@ objects: children: [] - name: tile_033.png uid: a8b2b31c86ac4260a17c3a84e9c90e47 - id: 97 + id: 546 position: [151.588501, 223.409058] rotation: 0 layer: 0 @@ -1269,7 +1269,7 @@ objects: children: [] - name: tile_031.png uid: 436fdf0b203042c58bf4728a32d67433 - id: 98 + id: 547 position: [181.911484, 203.349243] rotation: 0 layer: 0 @@ -1282,7 +1282,7 @@ objects: children: [] - name: tile_032.png uid: ec03733132f7412398f880d8d3955d14 - id: 99 + id: 548 position: [212.234451, 184.68895] rotation: 0 layer: 0 @@ -1295,7 +1295,7 @@ objects: children: [] - name: tile_029.png uid: 67de93b2ef5f4de88550a081514d5ac8 - id: 100 + id: 549 position: [244.889969, 164.629135] rotation: 0 layer: 0 @@ -1308,7 +1308,7 @@ objects: children: [] - name: tile_035.png uid: c27f23489c184827b726aa3716ce08c9 - id: 101 + id: 550 position: [274.746429, 143.270004] rotation: 0 layer: 0 @@ -1321,7 +1321,7 @@ objects: children: [] - name: tile_031.png uid: bd6fb39a6d374a49b7b61c5b9d723b3a - id: 102 + id: 551 position: [292.473724, 134.306152] rotation: 0 layer: 0 @@ -1334,7 +1334,7 @@ objects: children: [] - name: tile_030.png uid: 6b349fdc33fc43cb97b47e2353f4ecc1 - id: 103 + id: 552 position: [327.148438, 151.777542] rotation: 0 layer: 0 @@ -1347,7 +1347,7 @@ objects: children: [] - name: tile_029.png uid: 302cfd4a75aa49c384797f73da42cde2 - id: 104 + id: 553 position: [294.760345, 172.09021] rotation: 0 layer: 0 @@ -1360,7 +1360,7 @@ objects: children: [] - name: tile_030.png uid: 80e1436fe99d48249428aa264a4f5824 - id: 105 + id: 554 position: [263.476593, 193.235703] rotation: 0 layer: 0 @@ -1373,7 +1373,7 @@ objects: children: [] - name: tile_031.png uid: c2e0ed1489ad44da866fb21591b2ba52 - id: 106 + id: 555 position: [229.875534, 216.98819] rotation: 0 layer: 0 @@ -1386,7 +1386,7 @@ objects: children: [] - name: tile_035.png uid: 544d4ee539d04591967a32ef931a3be1 - id: 107 + id: 556 position: [186.425873, 237.554352] rotation: 0 layer: 0 @@ -1399,7 +1399,7 @@ objects: children: [] - name: tile_030.png uid: c848a5b8032b4d27b405718a7b4cd11e - id: 108 + id: 557 position: [204.095398, 227.126434] rotation: 0 layer: 0 @@ -1412,7 +1412,7 @@ objects: children: [] - name: tile_033.png uid: 39c5ea93221d4bd195734445b519c96e - id: 109 + id: 558 position: [217.999313, 251.458191] rotation: 0 layer: 0 @@ -1425,7 +1425,7 @@ objects: children: [] - name: tile_031.png uid: 836852c8fdb6457a9299a9c6bc088e47 - id: 110 + id: 559 position: [245.807098, 232.340347] rotation: 0 layer: 0 @@ -1438,7 +1438,7 @@ objects: children: [] - name: tile_034.png uid: 78f0098aaab649bba4903804d5796b97 - id: 111 + id: 560 position: [274.773529, 216.408798] rotation: 0 layer: 0 @@ -1451,7 +1451,7 @@ objects: children: [] - name: tile_033.png uid: e21cdd55a26c4264b8ed369b2374845d - id: 112 + id: 561 position: [303.450317, 197.870285] rotation: 0 layer: 0 @@ -1464,7 +1464,7 @@ objects: children: [] - name: tile_032.png uid: 2be4df2caf8944b393636913ea67c5f3 - id: 113 + id: 562 position: [334.444397, 178.752426] rotation: 0 layer: 0 @@ -1477,7 +1477,7 @@ objects: children: [] - name: tile_029.png uid: 4e478bfbd18e441793e7b18ec25c5ad3 - id: 114 + id: 563 position: [350.665588, 170.64183] rotation: 0 layer: 0 @@ -1490,7 +1490,7 @@ objects: children: [] - name: tile_046.png uid: 8f0cb3f4daeb427e8217ce6e87a3654e - id: 115 + id: 564 position: [-107.079956, 81.2964172] rotation: 0 layer: 1 @@ -1503,7 +1503,7 @@ objects: children: [] - name: Tiles (Copy) uid: 69a2b32fd2a9498aaf99c91b2e3567bb - id: 116 + id: 565 position: [-167.800003, 103] rotation: 0 layer: 0 @@ -1512,7 +1512,7 @@ objects: children: - name: tile_053.png (Copy) uid: 3d86815eb0d14bebbbc082f82188768d - id: 117 + id: 566 position: [-58.2519989, 26.0020008] rotation: 0 layer: 1 @@ -1525,7 +1525,7 @@ objects: children: [] - name: tile_049.png (Copy) uid: 1a1a4beece1c4d0fada70b8985044a5f - id: 118 + id: 567 position: [-165.057999, -90.435997] rotation: 0 layer: 1 @@ -1538,7 +1538,7 @@ objects: children: [] - name: tile_044.png (Copy) uid: 30bffa896fff4d99abc60dc16181c127 - id: 119 + id: 568 position: [8.5340004, 23.6730003] rotation: 0 layer: 1 @@ -1551,7 +1551,7 @@ objects: children: [] - name: tile_045.png (Copy) uid: 9fb29735030c49a4bc5957d78940f4ad - id: 120 + id: 569 position: [-59.9570007, -33.0279999] rotation: 0 layer: 1 @@ -1564,7 +1564,7 @@ objects: children: [] - name: tile_027.png (Copy) uid: ed98aa7f9d774ffcaf921b48c4c3dae1 - id: 121 + id: 570 position: [41.5, 61.5] rotation: 0 layer: 0 @@ -1577,7 +1577,7 @@ objects: children: [] - name: tile_028.png (Copy) uid: 63cf105d6c664d528d01fede8c72e1f9 - id: 122 + id: 571 position: [14.5, 83.5] rotation: 0 layer: 0 @@ -1590,7 +1590,7 @@ objects: children: [] - name: tile_024.png (Copy) uid: a5460ac0dee944fe8a2543abb27875ed - id: 123 + id: 572 position: [-22.5, 66.5] rotation: 0 layer: 0 @@ -1603,7 +1603,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: d8941cb66b854dfc82f95cbdf59acd95 - id: 124 + id: 573 position: [7.5, 47.5] rotation: 0 layer: 0 @@ -1616,7 +1616,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: 854a39bb9c444aac822c4135af57cc6c - id: 125 + id: 574 position: [36.5, 29.5] rotation: 0 layer: 0 @@ -1629,7 +1629,7 @@ objects: children: [] - name: tile_044.png (Copy) uid: 29a6d3f679b143c888a6df9ab29fdb50 - id: 126 + id: 575 position: [-96.5, -49.5] rotation: 0 layer: 1 @@ -1642,7 +1642,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 6ba79b27df57444fbd739e60587edac4 - id: 127 + id: 576 position: [-54.5, 52.5] rotation: 0 layer: 0 @@ -1655,7 +1655,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: d960cb6de902469ebb58400dfcc90b90 - id: 128 + id: 577 position: [-89.5, 36.5] rotation: 0 layer: 0 @@ -1668,7 +1668,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: d32a905eca214f7b8b77f1202f24f245 - id: 129 + id: 578 position: [-123.5, 19.5] rotation: 0 layer: 0 @@ -1681,7 +1681,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: e3e6ce5a18a04a848a877a9013c07961 - id: 130 + id: 579 position: [-156.5, -0.5] rotation: 0 layer: 0 @@ -1694,7 +1694,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: da5b0ed8cf7a4772a329841fe6f3510f - id: 131 + id: 580 position: [-190.5, -17.5] rotation: 0 layer: 0 @@ -1707,7 +1707,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: a10066540204409ba199522a320174ca - id: 132 + id: 581 position: [-222.5, -32.5] rotation: 0 layer: 0 @@ -1720,7 +1720,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: c56684d53691446984049b2951702ace - id: 133 + id: 582 position: [-26.5, 33.5] rotation: 0 layer: 0 @@ -1733,7 +1733,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 1e7c405d74d7402ba8f47e9a3b92cc34 - id: 134 + id: 583 position: [-59.5, 16.5] rotation: 0 layer: 0 @@ -1746,7 +1746,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 7e68690fcf7743758c44c6ce4fe767e7 - id: 135 + id: 584 position: [-92.5, 0.5] rotation: 0 layer: 0 @@ -1759,7 +1759,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 7b2d55762e944bdbad3997ad35946808 - id: 136 + id: 585 position: [-125.5, -17.5] rotation: 0 layer: 0 @@ -1772,7 +1772,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 097e492c04c04140ab1bf962c329dd0d - id: 137 + id: 586 position: [-158.5, -33.5] rotation: 0 layer: 0 @@ -1785,7 +1785,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 83ba60ff73214fb1a0295d134d131284 - id: 138 + id: 587 position: [-192.5, -50.5] rotation: 0 layer: 0 @@ -1798,7 +1798,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 664c1baca33f4fd5bb31576912988958 - id: 139 + id: 588 position: [4.5, 20.5] rotation: 0 layer: 0 @@ -1811,7 +1811,7 @@ objects: children: [] - name: tile_038.png (Copy) uid: 034ee843a1ae4ac1b1d55ca3bb38ae47 - id: 140 + id: 589 position: [36.5, 1.5] rotation: 0 layer: 0 @@ -1824,7 +1824,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: 43f97c93220d40b0beb12f2e9dd581b6 - id: 141 + id: 590 position: [-26.5, 2.5] rotation: 0 layer: 0 @@ -1837,7 +1837,7 @@ objects: children: [] - name: tile_038.png (Copy) uid: 615613403a4b40f5871aa48e77d49cac - id: 142 + id: 591 position: [-60.5, -12.5] rotation: 0 layer: 0 @@ -1850,7 +1850,7 @@ objects: children: [] - name: tile_038.png (Copy) uid: d3ab15ae50524cbf9285de44e2068818 - id: 143 + id: 592 position: [-96.5, -30.5] rotation: 0 layer: 0 @@ -1863,7 +1863,7 @@ objects: children: [] - name: tile_037.png (Copy) uid: 9b3d61b8dbe54abd9336e47937cc68ff - id: 144 + id: 593 position: [-128.5, -48.5] rotation: 0 layer: 0 @@ -1876,7 +1876,7 @@ objects: children: [] - name: tile_039.png (Copy) uid: 23a2daa5ce5f475a81f4cd36261df871 - id: 145 + id: 594 position: [-163.5, -68.5] rotation: 0 layer: 0 @@ -1889,7 +1889,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: d635c52b6884411584de524c2b3c1800 - id: 146 + id: 595 position: [8.5, -20.5] rotation: 0 layer: 0 @@ -1902,7 +1902,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 46cf3b8a3e394e42a8d928b0e9320034 - id: 147 + id: 596 position: [-28.5, -38.5] rotation: 0 layer: 0 @@ -1915,7 +1915,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: a06abbe9a38c43c894edbeaeb89c66c6 - id: 148 + id: 597 position: [-61.5, -55.5] rotation: 0 layer: 0 @@ -1928,7 +1928,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 88564b351b8e4913b97345d43271d58e - id: 149 + id: 598 position: [-95.5, -71.5] rotation: 0 layer: 0 @@ -1941,7 +1941,7 @@ objects: children: [] - name: tile_037.png (Copy) uid: a92f53905b07459abf2263753d8526cd - id: 150 + id: 599 position: [-128.5, -88.5] rotation: 0 layer: 0 @@ -1954,7 +1954,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: a1aa82d92f1449399545bbd8c88515f7 - id: 151 + id: 600 position: [95.9465179, 30.9888229] rotation: 0 layer: 0 @@ -1967,7 +1967,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: 709bd12ecfde4d82ad271634fb8732be - id: 152 + id: 601 position: [68.4461136, 44.2444115] rotation: 0 layer: 0 @@ -1980,7 +1980,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: 621ffe1f11e94f2e9715e36f5f2484db - id: 153 + id: 602 position: [66.4676666, 11.995739] rotation: 0 layer: 0 @@ -1993,7 +1993,7 @@ objects: children: [] - name: tile_044.png (Copy) uid: 3bafc015956247dd8d482b9c3a48fe99 - id: 154 + id: 603 position: [100.766998, 6.04500008] rotation: 0 layer: 1 @@ -2006,7 +2006,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: a063a9f1e40c40a7b088bf7bf752a185 - id: 155 + id: 604 position: [-253.18512, -14.0298166] rotation: 0 layer: 0 @@ -2019,7 +2019,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 8c468a6363c44f5486f84db87d084f09 - id: 156 + id: 605 position: [-221.640671, 2.443398] rotation: 0 layer: 0 @@ -2032,7 +2032,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 9e724dd7c3a445a19133dd4973d5fbef - id: 157 + id: 606 position: [-196.054626, 15.4116726] rotation: 0 layer: 0 @@ -2045,7 +2045,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: b92351ae6af044cfa9cf9d1e77863acc - id: 158 + id: 607 position: [-170.468536, 27.6789627] rotation: 0 layer: 0 @@ -2058,7 +2058,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 33dfd7399c8e415dac10f78ee3fc59bf - id: 159 + id: 608 position: [-145.282059, 40.9676094] rotation: 0 layer: 0 @@ -2071,7 +2071,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 5e57606c9d364085be8b95fcf633093e - id: 160 + id: 609 position: [-119.188309, 53.8947716] rotation: 0 layer: 0 @@ -2084,7 +2084,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: cb6176294b4947c0a0677b2d92ebea63 - id: 161 + id: 610 position: [-93.8127518, 66.3431549] rotation: 0 layer: 0 @@ -2097,7 +2097,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: b07e16adff624404bf6f0d74a0398c02 - id: 162 + id: 611 position: [-68.9159698, 79.2703552] rotation: 0 layer: 0 @@ -2110,7 +2110,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 7e66936d35a340eb9500a1c2d6990fce - id: 163 + id: 612 position: [-43.3010292, 92.197525] rotation: 0 layer: 0 @@ -2123,7 +2123,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 88ffd5e6dcb84b38bff837486afdf42a - id: 164 + id: 613 position: [-16.7285137, 105.842873] rotation: 0 layer: 0 @@ -2136,7 +2136,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: c74d856081b44b9da2a59c40945aa9a6 - id: 165 + id: 614 position: [-284.383118, 4.68400383] rotation: 0 layer: 0 @@ -2149,7 +2149,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: 6768a365a6a047e68d2d875e05fd8883 - id: 166 + id: 615 position: [-250.431122, 21.8027191] rotation: 0 layer: 0 @@ -2162,7 +2162,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: c02deda7552449aca0e0e4c2f3c2396c - id: 167 + id: 616 position: [-217.905701, 38.636116] rotation: 0 layer: 0 @@ -2175,7 +2175,7 @@ objects: children: [] - name: tile_014.png (Copy) uid: 4ab5d4163d83473d9e169facfe339918 - id: 168 + id: 617 position: [-184.809586, 55.7548294] rotation: 0 layer: 0 @@ -2188,7 +2188,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: d7d8689c3679466dbbc02ca2d9689a36 - id: 169 + id: 618 position: [-151.142792, 71.1616669] rotation: 0 layer: 0 @@ -2201,7 +2201,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: 3d278775e2a343a285f4da74b52cf82b - id: 170 + id: 619 position: [-116.620041, 88.2801971] rotation: 0 layer: 0 @@ -2214,7 +2214,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: e87e1f7af36f47b1b1584cd2a79f08be - id: 171 + id: 620 position: [-82.9532471, 104.25766] rotation: 0 layer: 0 @@ -2227,7 +2227,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: 4a12e4e0925947598018bbe76f40cd0a - id: 172 + id: 621 position: [-52.7101898, 122.517609] rotation: 0 layer: 0 @@ -2240,7 +2240,7 @@ objects: children: [] - name: tile_065.png (Copy) uid: f8014234258a493b839f5b8b903f49ce - id: 173 + id: 622 position: [-193.240005, -5.04500008] rotation: 0 layer: 1 @@ -2253,7 +2253,7 @@ objects: children: [] - name: tile_062.png (Copy) uid: 2010b236338e41f6b2dd9d10e8b79d7f - id: 174 + id: 623 position: [-120.778999, 32.2639999] rotation: 0 layer: 1 @@ -2266,7 +2266,7 @@ objects: children: [] - name: tile_082.png (Copy) uid: 9f9d91b1c73b4a6eb23dba3f669ea8ed - id: 175 + id: 624 position: [-158.194, 12.6339998] rotation: 0 layer: 1 @@ -2279,7 +2279,7 @@ objects: children: [] - name: tile_058.png (Copy) uid: c0f19619adf949d58e8c97ec0b126eae - id: 176 + id: 625 position: [-227.75, -54.2232857] rotation: 0 layer: 1 @@ -2292,7 +2292,7 @@ objects: children: [] - name: tile_045.png (Copy) uid: d842598d09364183a292dac111273f58 - id: 177 + id: 626 position: [-140.867996, -38.8449745] rotation: 0 layer: 1 @@ -2305,7 +2305,7 @@ objects: children: [] - name: tile_047.png (Copy) uid: d7627acfd9e04b138f1395b384b7bca3 - id: 178 + id: 627 position: [-91.4160004, -15.3730001] rotation: 0 layer: 1 @@ -2318,7 +2318,7 @@ objects: children: [] - name: tile_042.png (Copy) uid: 93026a1eff984424bf6b6132fa81083a - id: 179 + id: 628 position: [-188.693695, 27.3759041] rotation: 0 layer: 1 @@ -2331,7 +2331,7 @@ objects: children: [] - name: tile_052.png (Copy) uid: 656e2fd8dbdb4fbf8dd880f31b41ccd7 - id: 180 + id: 629 position: [-21.875, 44.987999] rotation: 0 layer: 1 @@ -2344,7 +2344,7 @@ objects: children: [] - name: tile_028.png (Copy) uid: c0cd1d7ba0344323835fae18334626b8 - id: 181 + id: 630 position: [-17.2237396, 138.836761] rotation: 0 layer: 0 @@ -2357,7 +2357,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: f2c479758aca461d9fd59dba808206b9 - id: 182 + id: 631 position: [11.3386536, 120.830032] rotation: 0 layer: 0 @@ -2370,7 +2370,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 33d1b5ba5c3141f78d74215a21b7bbfb - id: 183 + id: 632 position: [43.005661, 99.0977783] rotation: 0 layer: 0 @@ -2383,7 +2383,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: f288f92749aa4ffe9ac96bd8b2d6b5ab - id: 184 + id: 633 position: [74.6726685, 81.0910492] rotation: 0 layer: 0 @@ -2396,7 +2396,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: 8975440f193d4c98b088545a06d4ef86 - id: 185 + id: 634 position: [103.855988, 64.9470825] rotation: 0 layer: 0 @@ -2409,7 +2409,7 @@ objects: children: [] - name: tile_036.png (Copy) uid: 6242d5ddb0614d1299de7d91e502f2b4 - id: 186 + id: 635 position: [132.418381, 49.4240456] rotation: 0 layer: 0 @@ -2422,7 +2422,7 @@ objects: children: [] - name: tile_040.png (Copy) uid: d785cc6acfd940208f6be2f89b02ecda - id: 187 + id: 636 position: [18.733284, 155.827454] rotation: 0 layer: 0 @@ -2435,7 +2435,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: 2c43604bb0d44834b8f61fa910d2f29d - id: 188 + id: 637 position: [45.8280487, 136.635315] rotation: 0 layer: 0 @@ -2448,7 +2448,7 @@ objects: children: [] - name: tile_027.png (Copy) uid: 489a84982c11435dae9a2deab31713f7 - id: 189 + id: 638 position: [76.3096619, 118.007668] rotation: 0 layer: 0 @@ -2461,7 +2461,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 6677d356f8d84db69aea025dd0d548f6 - id: 190 + id: 639 position: [107.920227, 104.460281] rotation: 0 layer: 0 @@ -2474,7 +2474,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 96c6aced4ce04caeafef190a2f9e38c0 - id: 191 + id: 640 position: [133.886047, 89.7839508] rotation: 0 layer: 0 @@ -2487,7 +2487,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: 06e85476211c426a80829c5a7a6efb39 - id: 192 + id: 641 position: [168.318985, 68.3339233] rotation: 0 layer: 0 @@ -2500,7 +2500,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: d21690e2ead74404b25003a88dcd7681 - id: 193 + id: 642 position: [52.6889915, 174.425797] rotation: 0 layer: 0 @@ -2513,7 +2513,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: b02ecca948934fe18dfa5ae6842cfb7c - id: 194 + id: 643 position: [83.4784698, 158.098038] rotation: 0 layer: 0 @@ -2526,7 +2526,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: 9cdf2813bbf049ae800e6846a763f34b - id: 195 + id: 644 position: [113.801453, 140.370758] rotation: 0 layer: 0 @@ -2539,7 +2539,7 @@ objects: children: [] - name: tile_024.png (Copy) uid: 19a69e8e94b543fbad2c3d35ee923c58 - id: 196 + id: 645 position: [144.12442, 119.377937] rotation: 0 layer: 0 @@ -2552,7 +2552,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: 626639b5f1964e1284f9e387501965e4 - id: 197 + id: 646 position: [173.047882, 106.782242] rotation: 0 layer: 0 @@ -2565,7 +2565,7 @@ objects: children: [] - name: tile_024.png (Copy) uid: ac90acea4a50435290afa5a6220300b6 - id: 198 + id: 647 position: [200.571808, 90.454483] rotation: 0 layer: 0 @@ -2578,7 +2578,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 2676009d31e54faa86cd9d86967577d9 - id: 199 + id: 648 position: [86.2775192, 190.287048] rotation: 0 layer: 0 @@ -2591,7 +2591,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 986242a1c3b54c01886522721646b91c - id: 200 + id: 649 position: [115.66748, 169.29422] rotation: 0 layer: 0 @@ -2604,7 +2604,7 @@ objects: children: [] - name: tile_028.png (Copy) uid: 2d0f27176b05423bb5c9865073f2ac76 - id: 201 + id: 650 position: [147.389984, 152.033447] rotation: 0 layer: 0 @@ -2617,7 +2617,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 987c1f3805d4424bb52126ed344daab3 - id: 202 + id: 651 position: [177.246445, 130.574112] rotation: 0 layer: 0 @@ -2630,7 +2630,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: a59413b605f342db8856f2dd488278e2 - id: 203 + id: 652 position: [205.7034, 115.645874] rotation: 0 layer: 0 @@ -2643,7 +2643,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: a47b87f3b90f4f2a8d7289b929146a27 - id: 204 + id: 653 position: [230.894806, 97.9185944] rotation: 0 layer: 0 @@ -2656,7 +2656,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 476dcd72a138476d9c9f1328585959bf - id: 205 + id: 654 position: [118.932991, 206.614792] rotation: 0 layer: 0 @@ -2669,7 +2669,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: ad297151e3aa4f20a2a77d84e4426564 - id: 206 + id: 655 position: [148.322952, 187.487991] rotation: 0 layer: 0 @@ -2682,7 +2682,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: 0f5bc38269d440e9acec5eb9d9ec3252 - id: 207 + id: 656 position: [177.246399, 165.095642] rotation: 0 layer: 0 @@ -2695,7 +2695,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: ea0e98cacc8842bc847318faeac5d402 - id: 208 + id: 657 position: [205.236847, 149.700897] rotation: 0 layer: 0 @@ -2708,7 +2708,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: ecaf1e3f37494319969dd8d1dcc22aec - id: 209 + id: 658 position: [234.626801, 131.973618] rotation: 0 layer: 0 @@ -2721,7 +2721,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: 07e4ad8609c44e0192141ed75e896690 - id: 210 + id: 659 position: [263.08374, 113.779831] rotation: 0 layer: 0 @@ -2734,7 +2734,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: 409adb0f7d0043f7b92fc48a1c5bf551 - id: 211 + id: 660 position: [151.588501, 223.409058] rotation: 0 layer: 0 @@ -2747,7 +2747,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 280008b99cb44a6f936780ec6929e57f - id: 212 + id: 661 position: [181.911484, 203.349243] rotation: 0 layer: 0 @@ -2760,7 +2760,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: f4acffdc44cb4e3b95d852cc28d58f4b - id: 213 + id: 662 position: [212.234451, 184.68895] rotation: 0 layer: 0 @@ -2773,7 +2773,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 99bfdb1fdd2e4876971b78d793a05422 - id: 214 + id: 663 position: [244.889969, 164.629135] rotation: 0 layer: 0 @@ -2786,7 +2786,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: 311e42116795435dae72387f730fac29 - id: 215 + id: 664 position: [274.746429, 143.270004] rotation: 0 layer: 0 @@ -2799,7 +2799,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 5141c08516f6403081a5a4837a44dcb0 - id: 216 + id: 665 position: [292.473724, 134.306152] rotation: 0 layer: 0 @@ -2812,7 +2812,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 895bf7b412f744de993e890b18ca2ce8 - id: 217 + id: 666 position: [327.148438, 151.777542] rotation: 0 layer: 0 @@ -2825,7 +2825,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: e89c9cf71a41452ab4ad215e3c84fa2c - id: 218 + id: 667 position: [294.760345, 172.09021] rotation: 0 layer: 0 @@ -2838,7 +2838,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: f9632152526c4f9f876b892e09c628d5 - id: 219 + id: 668 position: [263.476593, 193.235703] rotation: 0 layer: 0 @@ -2851,7 +2851,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 1b9b468d489c49deb7395d68a846bfc4 - id: 220 + id: 669 position: [229.875534, 216.98819] rotation: 0 layer: 0 @@ -2864,7 +2864,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: bd45245a79424e598409bf3c44eed196 - id: 221 + id: 670 position: [186.425873, 237.554352] rotation: 0 layer: 0 @@ -2877,7 +2877,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 58c63bed17c84fd281481ca0d22d207a - id: 222 + id: 671 position: [204.095398, 227.126434] rotation: 0 layer: 0 @@ -2890,7 +2890,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: f1a4c40c93674b5aa094e21fbeb32891 - id: 223 + id: 672 position: [217.999313, 251.458191] rotation: 0 layer: 0 @@ -2903,7 +2903,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 51c4e7bf0d4e49f2b9d5f93291606dd8 - id: 224 + id: 673 position: [245.807098, 232.340347] rotation: 0 layer: 0 @@ -2916,7 +2916,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: d6143755a8154fbc8962a97dd0bb4650 - id: 225 + id: 674 position: [274.773529, 216.408798] rotation: 0 layer: 0 @@ -2929,7 +2929,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: 8b3eeede6ed645b3bf9697c94d710612 - id: 226 + id: 675 position: [303.450317, 197.870285] rotation: 0 layer: 0 @@ -2942,7 +2942,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: e476ca9072d142e1a467aa69778111bf - id: 227 + id: 676 position: [334.444397, 178.752426] rotation: 0 layer: 0 @@ -2955,7 +2955,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 868c8942db074f8e942a28a3cc49ef9f - id: 228 + id: 677 position: [350.665588, 170.64183] rotation: 0 layer: 0 @@ -2968,7 +2968,7 @@ objects: children: [] - name: Tiles (Copy) uid: c0d4901c2f8f44629857b14fbbf539e5 - id: 229 + id: 678 position: [176, -103] rotation: 0 layer: 0 @@ -2977,7 +2977,7 @@ objects: children: - name: tile_053.png (Copy) uid: 3cdc90c10c2e49d1a17266bf93a9d4cb - id: 230 + id: 679 position: [-58.2519989, 26.0020008] rotation: 0 layer: 1 @@ -2990,7 +2990,7 @@ objects: children: [] - name: tile_049.png (Copy) uid: bde7e475c55c4de69821ba12b8dd5de8 - id: 231 + id: 680 position: [-165.057999, -90.435997] rotation: 0 layer: 1 @@ -3003,7 +3003,7 @@ objects: children: [] - name: tile_044.png (Copy) uid: 034c3d94a2da4a41aa8e7f78b0edfa34 - id: 232 + id: 681 position: [8.5340004, 23.6730003] rotation: 0 layer: 1 @@ -3016,7 +3016,7 @@ objects: children: [] - name: tile_045.png (Copy) uid: 7c84a3a2e14b45a1b9c4f4ed923d1b08 - id: 233 + id: 682 position: [-59.9570007, -33.0279999] rotation: 0 layer: 1 @@ -3029,7 +3029,7 @@ objects: children: [] - name: tile_027.png (Copy) uid: 02bc21f49baf44998904435526f50e79 - id: 234 + id: 683 position: [41.5, 61.5] rotation: 0 layer: 0 @@ -3042,7 +3042,7 @@ objects: children: [] - name: tile_028.png (Copy) uid: 256c6037f0a54e1bbef99fcf5a8b0da2 - id: 235 + id: 684 position: [14.5, 83.5] rotation: 0 layer: 0 @@ -3055,7 +3055,7 @@ objects: children: [] - name: tile_024.png (Copy) uid: 76452c91836644218da19bc359bbc748 - id: 236 + id: 685 position: [-22.5, 66.5] rotation: 0 layer: 0 @@ -3068,7 +3068,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: b3ef14293f394fc49dc90292820f3b60 - id: 237 + id: 686 position: [7.5, 47.5] rotation: 0 layer: 0 @@ -3081,7 +3081,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: bcc49a0d23c64dd39c870b8b78ac5cc4 - id: 238 + id: 687 position: [36.5, 29.5] rotation: 0 layer: 0 @@ -3094,7 +3094,7 @@ objects: children: [] - name: tile_044.png (Copy) uid: cbd940e93db445f9adcd7c1ac6bb137f - id: 239 + id: 688 position: [-96.5, -49.5] rotation: 0 layer: 1 @@ -3107,7 +3107,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 1d82f5dbc1ba44af96113d3955df8209 - id: 240 + id: 689 position: [-54.5, 52.5] rotation: 0 layer: 0 @@ -3120,7 +3120,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: f85fd94f288b4ab7bcd8480cd0ce0ee1 - id: 241 + id: 690 position: [-89.5, 36.5] rotation: 0 layer: 0 @@ -3133,7 +3133,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 64af878ef2ea4dc3b2aa290b5b60df9d - id: 242 + id: 691 position: [-123.5, 19.5] rotation: 0 layer: 0 @@ -3146,7 +3146,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 73ae86a970f447e2ab54248fea260525 - id: 243 + id: 692 position: [-156.5, -0.5] rotation: 0 layer: 0 @@ -3159,7 +3159,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 5a13a515cdc04aa19ed97f55f51be964 - id: 244 + id: 693 position: [-190.5, -17.5] rotation: 0 layer: 0 @@ -3172,7 +3172,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: cf5ec3094d0e4c4e85d86cc05d2376bc - id: 245 + id: 694 position: [-222.5, -32.5] rotation: 0 layer: 0 @@ -3185,7 +3185,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: e536cfe05b994a509ac0fc3ba13d8419 - id: 246 + id: 695 position: [-26.5, 33.5] rotation: 0 layer: 0 @@ -3198,7 +3198,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: c5fbb3d8fbd14633b7cd6bd6f7bf65b4 - id: 247 + id: 696 position: [-59.5, 16.5] rotation: 0 layer: 0 @@ -3211,7 +3211,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 9d956afc59d242188657559238e1e58f - id: 248 + id: 697 position: [-92.5, 0.5] rotation: 0 layer: 0 @@ -3224,7 +3224,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: 5e5270ebf8bf425490f5a14ae7a06673 - id: 249 + id: 698 position: [-125.5, -17.5] rotation: 0 layer: 0 @@ -3237,7 +3237,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: b21d70db047c4ded855bf26396c1feb9 - id: 250 + id: 699 position: [-158.5, -33.5] rotation: 0 layer: 0 @@ -3250,7 +3250,7 @@ objects: children: [] - name: tile_011.png (Copy) uid: b4c788dfb77b46e79889ffbcff330931 - id: 251 + id: 700 position: [-192.5, -50.5] rotation: 0 layer: 0 @@ -3263,7 +3263,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 5c69ac1345844afe96a18ff7ad029a8e - id: 252 + id: 701 position: [4.5, 20.5] rotation: 0 layer: 0 @@ -3276,7 +3276,7 @@ objects: children: [] - name: tile_038.png (Copy) uid: 07844519667a4714b15156fdac07f852 - id: 253 + id: 702 position: [36.5, 1.5] rotation: 0 layer: 0 @@ -3289,7 +3289,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: 79a63578bc75495ea670d6c84771324f - id: 254 + id: 703 position: [-26.5, 2.5] rotation: 0 layer: 0 @@ -3302,7 +3302,7 @@ objects: children: [] - name: tile_038.png (Copy) uid: 1b2b592b52e84d8e9ae3b56d0b963b38 - id: 255 + id: 704 position: [-60.5, -12.5] rotation: 0 layer: 0 @@ -3315,7 +3315,7 @@ objects: children: [] - name: tile_038.png (Copy) uid: 62cc1f2af2774628a693c4496f854c66 - id: 256 + id: 705 position: [-96.5, -30.5] rotation: 0 layer: 0 @@ -3328,7 +3328,7 @@ objects: children: [] - name: tile_037.png (Copy) uid: 79174b7c9c224ef89676e3a1fbb5cccc - id: 257 + id: 706 position: [-128.5, -48.5] rotation: 0 layer: 0 @@ -3341,7 +3341,7 @@ objects: children: [] - name: tile_039.png (Copy) uid: 1d1c1f3ba28647568557c3ece0718b76 - id: 258 + id: 707 position: [-163.5, -68.5] rotation: 0 layer: 0 @@ -3354,7 +3354,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: a70af0c27a7b4690b86608cc381fba22 - id: 259 + id: 708 position: [8.5, -20.5] rotation: 0 layer: 0 @@ -3367,7 +3367,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 7281bac51c314810b8d9fa3276719046 - id: 260 + id: 709 position: [-28.5, -38.5] rotation: 0 layer: 0 @@ -3380,7 +3380,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 8a2317314893479aad14a07b8356d6f8 - id: 261 + id: 710 position: [-61.5, -55.5] rotation: 0 layer: 0 @@ -3393,7 +3393,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 4dd623d398764d6898e9a426c40be0b3 - id: 262 + id: 711 position: [-95.5, -71.5] rotation: 0 layer: 0 @@ -3406,7 +3406,7 @@ objects: children: [] - name: tile_037.png (Copy) uid: f42e1030b7034f559fa195640a55193e - id: 263 + id: 712 position: [-128.5, -88.5] rotation: 0 layer: 0 @@ -3419,7 +3419,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: 11b46483cade4786a7b93f038695566e - id: 264 + id: 713 position: [95.9465179, 30.9888229] rotation: 0 layer: 0 @@ -3432,7 +3432,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: 68758a69e5404e45801491e357e7fe2f - id: 265 + id: 714 position: [68.4461136, 44.2444115] rotation: 0 layer: 0 @@ -3445,7 +3445,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: c74cda7faa5144cebc24f79464a2c7d8 - id: 266 + id: 715 position: [66.4676666, 11.995739] rotation: 0 layer: 0 @@ -3458,7 +3458,7 @@ objects: children: [] - name: tile_044.png (Copy) uid: d3e18d46616649b1bffbc0231711aa1d - id: 267 + id: 716 position: [100.766998, 6.04500008] rotation: 0 layer: 1 @@ -3471,7 +3471,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 2081bae555fb471abce69648cc9da5e8 - id: 268 + id: 717 position: [-253.18512, -14.0298166] rotation: 0 layer: 0 @@ -3484,7 +3484,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 0084da25319243d1a210862763528dbf - id: 269 + id: 718 position: [-221.640671, 2.443398] rotation: 0 layer: 0 @@ -3497,7 +3497,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 343a9fbe89df4cd2a699907d3eb80f7c - id: 270 + id: 719 position: [-196.054626, 15.4116726] rotation: 0 layer: 0 @@ -3510,7 +3510,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 9e78913cb0404ba5a6c7223fa411fb35 - id: 271 + id: 720 position: [-170.468536, 27.6789627] rotation: 0 layer: 0 @@ -3523,7 +3523,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: b3d3eed4fa844eb48ce026c6509be6dc - id: 272 + id: 721 position: [-145.282059, 40.9676094] rotation: 0 layer: 0 @@ -3536,7 +3536,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: c7c40c890b74454b9be1636dba5eb41e - id: 273 + id: 722 position: [-119.188309, 53.8947716] rotation: 0 layer: 0 @@ -3549,7 +3549,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 8c41a29fb4754adf9f8ca939fc7e8f39 - id: 274 + id: 723 position: [-93.8127518, 66.3431549] rotation: 0 layer: 0 @@ -3562,7 +3562,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: a8bb886152194badaa627efab4364b23 - id: 275 + id: 724 position: [-68.9159698, 79.2703552] rotation: 0 layer: 0 @@ -3575,7 +3575,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 5c63900612d6405ca5f21f5dfbf20371 - id: 276 + id: 725 position: [-43.3010292, 92.197525] rotation: 0 layer: 0 @@ -3588,7 +3588,7 @@ objects: children: [] - name: tile_061.png (Copy) uid: 1b292a778de34788b510b87ffd1333e5 - id: 277 + id: 726 position: [-16.7285137, 105.842873] rotation: 0 layer: 0 @@ -3601,7 +3601,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: e195f83eee7a49d4a186f92e411d001c - id: 278 + id: 727 position: [-284.383118, 4.68400383] rotation: 0 layer: 0 @@ -3614,7 +3614,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: 57099d53b8da48ad83cea3ce604b4ef8 - id: 279 + id: 728 position: [-250.431122, 21.8027191] rotation: 0 layer: 0 @@ -3627,7 +3627,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: b23f4f8072864cfbbb28c05a16325d94 - id: 280 + id: 729 position: [-217.905701, 38.636116] rotation: 0 layer: 0 @@ -3640,7 +3640,7 @@ objects: children: [] - name: tile_014.png (Copy) uid: 6e59970125c94a97a984eadb13ff3241 - id: 281 + id: 730 position: [-184.809586, 55.7548294] rotation: 0 layer: 0 @@ -3653,7 +3653,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: 4cb8b25cf4d24ab0abff4f7cb3ef0648 - id: 282 + id: 731 position: [-151.142792, 71.1616669] rotation: 0 layer: 0 @@ -3666,7 +3666,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: c03f27c5473e4cb78ba506d63d0f1854 - id: 283 + id: 732 position: [-116.620041, 88.2801971] rotation: 0 layer: 0 @@ -3679,7 +3679,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: 1e518bd37efa4640ad476306b6fda428 - id: 284 + id: 733 position: [-82.9532471, 104.25766] rotation: 0 layer: 0 @@ -3692,7 +3692,7 @@ objects: children: [] - name: tile_015.png (Copy) uid: b49a0f5e3c1340dc935f094ee1d6873f - id: 285 + id: 734 position: [-52.7101898, 122.517609] rotation: 0 layer: 0 @@ -3705,7 +3705,7 @@ objects: children: [] - name: tile_065.png (Copy) uid: f302cbb91fac4c8398404c45e8c6250f - id: 286 + id: 735 position: [-193.240005, -5.04500008] rotation: 0 layer: 1 @@ -3718,7 +3718,7 @@ objects: children: [] - name: tile_062.png (Copy) uid: c9e04e10d9144da4b1b5c475e9919434 - id: 287 + id: 736 position: [-120.778999, 32.2639999] rotation: 0 layer: 1 @@ -3731,7 +3731,7 @@ objects: children: [] - name: tile_082.png (Copy) uid: f9eaae2422d148cea1bbff2d837734d8 - id: 288 + id: 737 position: [-158.194, 12.6339998] rotation: 0 layer: 1 @@ -3744,7 +3744,7 @@ objects: children: [] - name: tile_058.png (Copy) uid: b1df05d68a3e428b978952bf5186098c - id: 289 + id: 738 position: [-227.75, -54.2232857] rotation: 0 layer: 1 @@ -3757,7 +3757,7 @@ objects: children: [] - name: tile_045.png (Copy) uid: 0386424e564e413a8f6101e06b05daa4 - id: 290 + id: 739 position: [-140.867996, -38.8449745] rotation: 0 layer: 1 @@ -3770,7 +3770,7 @@ objects: children: [] - name: tile_047.png (Copy) uid: 81d698ad3e604ce98d50eaacd5792eeb - id: 291 + id: 740 position: [-91.4160004, -15.3730001] rotation: 0 layer: 1 @@ -3783,7 +3783,7 @@ objects: children: [] - name: tile_042.png (Copy) uid: fbf2d3d4db124d7fb7e64c58fe25276b - id: 292 + id: 741 position: [-188.693695, 27.3759041] rotation: 0 layer: 1 @@ -3796,7 +3796,7 @@ objects: children: [] - name: tile_052.png (Copy) uid: 894f3d5c9c9c453daa1ed7f11a0caa93 - id: 293 + id: 742 position: [-21.875, 44.987999] rotation: 0 layer: 1 @@ -3809,7 +3809,7 @@ objects: children: [] - name: tile_028.png (Copy) uid: 64b27d1ae80c40c88f82c8dd0543e7f5 - id: 294 + id: 743 position: [-17.2237396, 138.836761] rotation: 0 layer: 0 @@ -3822,7 +3822,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 224c791b11e644c5ada87bc6cdd62fdd - id: 295 + id: 744 position: [11.3386536, 120.830032] rotation: 0 layer: 0 @@ -3835,7 +3835,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 63b3673c23f142aa883f4a92c1810955 - id: 296 + id: 745 position: [43.005661, 99.0977783] rotation: 0 layer: 0 @@ -3848,7 +3848,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: aa6cb29699ba47d698690ae99c14a188 - id: 297 + id: 746 position: [74.6726685, 81.0910492] rotation: 0 layer: 0 @@ -3861,7 +3861,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: d655de0d5ac94572ba768ba97f8ddb81 - id: 298 + id: 747 position: [103.855988, 64.9470825] rotation: 0 layer: 0 @@ -3874,7 +3874,7 @@ objects: children: [] - name: tile_036.png (Copy) uid: e6516d6ff4fa468a82d6bab778138bb0 - id: 299 + id: 748 position: [132.418381, 49.4240456] rotation: 0 layer: 0 @@ -3887,7 +3887,7 @@ objects: children: [] - name: tile_040.png (Copy) uid: 968365c688854140b0310ee0baccceeb - id: 300 + id: 749 position: [18.733284, 155.827454] rotation: 0 layer: 0 @@ -3900,7 +3900,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: 73dc5cb3251b48ed95ccf6153d621c28 - id: 301 + id: 750 position: [45.8280487, 136.635315] rotation: 0 layer: 0 @@ -3913,7 +3913,7 @@ objects: children: [] - name: tile_027.png (Copy) uid: 3f5acdce408a484d8dca1d8f8027e504 - id: 302 + id: 751 position: [76.3096619, 118.007668] rotation: 0 layer: 0 @@ -3926,7 +3926,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: abf39e3df5f2410ab612fae89c2181da - id: 303 + id: 752 position: [107.920227, 104.460281] rotation: 0 layer: 0 @@ -3939,7 +3939,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: e6d1995acccc4e99864c63c264935aec - id: 304 + id: 753 position: [133.886047, 89.7839508] rotation: 0 layer: 0 @@ -3952,7 +3952,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: 4605766cea6a4038bb2788f06bb3e5f6 - id: 305 + id: 754 position: [168.318985, 68.3339233] rotation: 0 layer: 0 @@ -3965,7 +3965,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: 287e412810ad4523874d0446be8b126b - id: 306 + id: 755 position: [52.6889915, 174.425797] rotation: 0 layer: 0 @@ -3978,7 +3978,7 @@ objects: children: [] - name: tile_022.png (Copy) uid: 651b50dd44044d4d8bffd7c845443fdd - id: 307 + id: 756 position: [83.4784698, 158.098038] rotation: 0 layer: 0 @@ -3991,7 +3991,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: c274e997735846f08a700bb1acc74b25 - id: 308 + id: 757 position: [113.801453, 140.370758] rotation: 0 layer: 0 @@ -4004,7 +4004,7 @@ objects: children: [] - name: tile_024.png (Copy) uid: 4f11309b0272463d9945e8845553ee37 - id: 309 + id: 758 position: [144.12442, 119.377937] rotation: 0 layer: 0 @@ -4017,7 +4017,7 @@ objects: children: [] - name: tile_023.png (Copy) uid: 5f344b441b824b94b097bfd076d24ce0 - id: 310 + id: 759 position: [173.047882, 106.782242] rotation: 0 layer: 0 @@ -4030,7 +4030,7 @@ objects: children: [] - name: tile_024.png (Copy) uid: ce9ab9a5844440c59fb5183e592191cd - id: 311 + id: 760 position: [200.571808, 90.454483] rotation: 0 layer: 0 @@ -4043,7 +4043,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: d2c56e83821a4782b9cdf5fbdd372f6c - id: 312 + id: 761 position: [86.2775192, 190.287048] rotation: 0 layer: 0 @@ -4056,7 +4056,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: e2daf8d8dfe3419487581486c1759660 - id: 313 + id: 762 position: [115.66748, 169.29422] rotation: 0 layer: 0 @@ -4069,7 +4069,7 @@ objects: children: [] - name: tile_028.png (Copy) uid: a240c9a1462b40e7b55501a09f0f62c0 - id: 314 + id: 763 position: [147.389984, 152.033447] rotation: 0 layer: 0 @@ -4082,7 +4082,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: a1120ed042954d8ab13305cc88d91ed1 - id: 315 + id: 764 position: [177.246445, 130.574112] rotation: 0 layer: 0 @@ -4095,7 +4095,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: c44e1b86cef940df81d995fafc280cd2 - id: 316 + id: 765 position: [205.7034, 115.645874] rotation: 0 layer: 0 @@ -4108,7 +4108,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 7c16903de925434184a4e7019eb57623 - id: 317 + id: 766 position: [230.894806, 97.9185944] rotation: 0 layer: 0 @@ -4121,7 +4121,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 3a8f687002ba457dab31f44fa498d470 - id: 318 + id: 767 position: [118.932991, 206.614792] rotation: 0 layer: 0 @@ -4134,7 +4134,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: 98a4dbc5fbe24bc1b86b20a375b2aed7 - id: 319 + id: 768 position: [148.322952, 187.487991] rotation: 0 layer: 0 @@ -4147,7 +4147,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: dd36cc3dc7814ae3b5705e0b9a19b262 - id: 320 + id: 769 position: [177.246399, 165.095642] rotation: 0 layer: 0 @@ -4160,7 +4160,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: 658fb23eb2d749f5adbaa6367e88aa6f - id: 321 + id: 770 position: [205.236847, 149.700897] rotation: 0 layer: 0 @@ -4173,7 +4173,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: 72f91e49472d4bf6923001acc684d4b2 - id: 322 + id: 771 position: [234.626801, 131.973618] rotation: 0 layer: 0 @@ -4186,7 +4186,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: 2002bea0dc094f2d861309a1b52a1d20 - id: 323 + id: 772 position: [263.08374, 113.779831] rotation: 0 layer: 0 @@ -4199,7 +4199,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: 873f9a33d5c64d868fe942af2c4a64d5 - id: 324 + id: 773 position: [151.588501, 223.409058] rotation: 0 layer: 0 @@ -4212,7 +4212,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 7046d34f278a456b860592820eae0031 - id: 325 + id: 774 position: [181.911484, 203.349243] rotation: 0 layer: 0 @@ -4225,7 +4225,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: e0fa96688b5b4eb0972a123b1c943601 - id: 326 + id: 775 position: [212.234451, 184.68895] rotation: 0 layer: 0 @@ -4238,7 +4238,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 6a85dacecf1f415fb252f6343b29c2a8 - id: 327 + id: 776 position: [244.889969, 164.629135] rotation: 0 layer: 0 @@ -4251,7 +4251,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: 71be4967c4164594acee0fc4e2a85e66 - id: 328 + id: 777 position: [274.746429, 143.270004] rotation: 0 layer: 0 @@ -4264,7 +4264,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 7cb8d1aa5dcb4077a5b3fee746c19d9a - id: 329 + id: 778 position: [292.473724, 134.306152] rotation: 0 layer: 0 @@ -4277,7 +4277,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 24031cb37a174ef7ab92d5635c1e567b - id: 330 + id: 779 position: [327.148438, 151.777542] rotation: 0 layer: 0 @@ -4290,7 +4290,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: a5326ae711e347c6bb0359d0e9930e86 - id: 331 + id: 780 position: [294.760345, 172.09021] rotation: 0 layer: 0 @@ -4303,7 +4303,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: bc7cd1f0fbcd41d5a76b3768d9ba488a - id: 332 + id: 781 position: [263.476593, 193.235703] rotation: 0 layer: 0 @@ -4316,7 +4316,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 7a60e8a744c841e0938d26f06c2b4444 - id: 333 + id: 782 position: [229.875534, 216.98819] rotation: 0 layer: 0 @@ -4329,7 +4329,7 @@ objects: children: [] - name: tile_035.png (Copy) uid: 346c505bff3d4afba4419f666e04c650 - id: 334 + id: 783 position: [186.425873, 237.554352] rotation: 0 layer: 0 @@ -4342,7 +4342,7 @@ objects: children: [] - name: tile_030.png (Copy) uid: 8b27a3ef972d4d8daaa46b40dd7f3015 - id: 335 + id: 784 position: [204.095398, 227.126434] rotation: 0 layer: 0 @@ -4355,7 +4355,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: eeec48429a554fc0bb260537cf556c5b - id: 336 + id: 785 position: [217.999313, 251.458191] rotation: 0 layer: 0 @@ -4368,7 +4368,7 @@ objects: children: [] - name: tile_031.png (Copy) uid: 33c53758cfea4967ad1dc593231d2f2e - id: 337 + id: 786 position: [245.807098, 232.340347] rotation: 0 layer: 0 @@ -4381,7 +4381,7 @@ objects: children: [] - name: tile_034.png (Copy) uid: 543908eb09b34e0dbf2a3e790442ff56 - id: 338 + id: 787 position: [274.773529, 216.408798] rotation: 0 layer: 0 @@ -4394,7 +4394,7 @@ objects: children: [] - name: tile_033.png (Copy) uid: 5944adbdf387467e954dee38774e1611 - id: 339 + id: 788 position: [303.450317, 197.870285] rotation: 0 layer: 0 @@ -4407,7 +4407,7 @@ objects: children: [] - name: tile_032.png (Copy) uid: ab5d5b2000a04b81bc3c316588a26876 - id: 340 + id: 789 position: [334.444397, 178.752426] rotation: 0 layer: 0 @@ -4420,7 +4420,7 @@ objects: children: [] - name: tile_029.png (Copy) uid: 4048454453db4e2aada000f7a8b56f28 - id: 341 + id: 790 position: [350.665588, 170.64183] rotation: 0 layer: 0 @@ -4433,7 +4433,7 @@ objects: children: [] - name: GlowingFlower uid: 2729e6254b7c41d38679c48ab69cdd42 - id: 342 + id: 791 position: [86.5, 117.5] rotation: 0 layer: 0 @@ -4451,7 +4451,7 @@ objects: children: - name: tile_042.png uid: 4d487d46bfe9463baacc12bdc852aa88 - id: 343 + id: 792 position: [27.6000004, -13.1000004] rotation: 0 layer: 1 @@ -4464,7 +4464,7 @@ objects: children: [] - name: GlowingFlower uid: 2729e6254b7c41d38679c48ab69cdd42 - id: 344 + id: 793 position: [-54, 202.5] rotation: 0 layer: 1 @@ -4482,7 +4482,7 @@ objects: children: - name: tile_042.png uid: 4d487d46bfe9463baacc12bdc852aa88 - id: 345 + id: 794 position: [27.6000004, -13.1000004] rotation: 0 layer: 1 @@ -4495,7 +4495,7 @@ objects: children: [] - name: Pink_GlowingFlower.cpfb uid: 2729e6254b7c41d38679c48ab69cdd42 - id: 346 + id: 795 position: [25.4352417, 161.280823] rotation: 0 layer: 0 @@ -4513,7 +4513,7 @@ objects: children: - name: Flower uid: 4d487d46bfe9463baacc12bdc852aa88 - id: 347 + id: 796 position: [31, 1.79999995] rotation: 0 layer: 1 @@ -4526,7 +4526,7 @@ objects: children: [] - name: GlowingFlower.cpfb uid: 2729e6254b7c41d38679c48ab69cdd42 - id: 348 + id: 797 position: [315.835571, -16.5894012] rotation: 0 layer: 0 @@ -4544,7 +4544,7 @@ objects: children: - name: tile_042.png uid: 4d487d46bfe9463baacc12bdc852aa88 - id: 349 + id: 798 position: [27.6000004, -13.1000004] rotation: 0 layer: 1 @@ -4557,7 +4557,7 @@ objects: children: [] - name: GlowingFlower.cpfb uid: 2729e6254b7c41d38679c48ab69cdd42 - id: 350 + id: 799 position: [204.159424, 52.6839066] rotation: 0 layer: 0 @@ -4575,7 +4575,7 @@ objects: children: - name: tile_042.png uid: 4d487d46bfe9463baacc12bdc852aa88 - id: 351 + id: 800 position: [27.6000004, -13.1000004] rotation: 0 layer: 1 @@ -4588,7 +4588,7 @@ objects: children: [] - name: 2x2_grass.cpfb uid: a254e93fa2434ee1ab834de450dd8574 - id: 352 + id: 801 position: [-172.5, 278.5] rotation: 0 layer: 0 @@ -4597,7 +4597,7 @@ objects: children: - name: tile_022.png uid: 17c18d0952cb47bca4c8d74ab76e1fe6 - id: 353 + id: 802 position: [0, 0] rotation: 0 layer: 0 @@ -4610,7 +4610,7 @@ objects: children: [] - name: tile_024.png uid: b9bbc2f08fa945bea2005c102989eff2 - id: 354 + id: 803 position: [32.2715454, 15.9430523] rotation: 0 layer: 0 @@ -4623,7 +4623,7 @@ objects: children: [] - name: tile_024.png uid: 0a7860356ead42f7b9f5fe69830e0b83 - id: 355 + id: 804 position: [-31.744339, 18.2603683] rotation: 0 layer: 0 @@ -4636,7 +4636,7 @@ objects: children: [] - name: tile_024.png uid: 766f1484abe6468e8a2a6eb053d6d6e4 - id: 356 + id: 805 position: [-0.460556984, 34.4815903] rotation: 0 layer: 0 @@ -4649,7 +4649,7 @@ objects: children: [] - name: 2x2_grass.cpfb uid: a254e93fa2434ee1ab834de450dd8574 - id: 357 + id: 806 position: [-108.085464, 310.808441] rotation: 0 layer: 0 @@ -4658,7 +4658,7 @@ objects: children: - name: tile_022.png uid: 17c18d0952cb47bca4c8d74ab76e1fe6 - id: 358 + id: 807 position: [0, 0] rotation: 0 layer: 0 @@ -4671,7 +4671,7 @@ objects: children: [] - name: tile_024.png uid: b9bbc2f08fa945bea2005c102989eff2 - id: 359 + id: 808 position: [32.2715454, 15.9430523] rotation: 0 layer: 0 @@ -4684,7 +4684,7 @@ objects: children: [] - name: tile_024.png uid: 0a7860356ead42f7b9f5fe69830e0b83 - id: 360 + id: 809 position: [-31.744339, 18.2603683] rotation: 0 layer: 0 @@ -4697,7 +4697,7 @@ objects: children: [] - name: tile_024.png uid: 766f1484abe6468e8a2a6eb053d6d6e4 - id: 361 + id: 810 position: [-0.460556984, 34.4815903] rotation: 0 layer: 0 @@ -4710,7 +4710,7 @@ objects: children: [] - name: 2x2_grass.cpfb uid: a254e93fa2434ee1ab834de450dd8574 - id: 362 + id: 811 position: [-44.0467415, 343.039856] rotation: 0 layer: 0 @@ -4719,7 +4719,7 @@ objects: children: - name: tile_022.png uid: 17c18d0952cb47bca4c8d74ab76e1fe6 - id: 363 + id: 812 position: [0, 0] rotation: 0 layer: 0 @@ -4732,7 +4732,7 @@ objects: children: [] - name: tile_024.png uid: b9bbc2f08fa945bea2005c102989eff2 - id: 364 + id: 813 position: [32.2715454, 15.9430523] rotation: 0 layer: 0 @@ -4745,7 +4745,7 @@ objects: children: [] - name: tile_024.png uid: 0a7860356ead42f7b9f5fe69830e0b83 - id: 365 + id: 814 position: [-31.744339, 18.2603683] rotation: 0 layer: 0 @@ -4758,7 +4758,7 @@ objects: children: [] - name: tile_024.png uid: 766f1484abe6468e8a2a6eb053d6d6e4 - id: 366 + id: 815 position: [-0.460556984, 34.4815903] rotation: 0 layer: 0 @@ -4771,7 +4771,7 @@ objects: children: [] - name: GlowingFlower.cpfb uid: 2729e6254b7c41d38679c48ab69cdd42 - id: 367 + id: 816 position: [-199.079193, 287.572571] rotation: 0 layer: 0 @@ -4789,7 +4789,7 @@ objects: children: - name: tile_042.png uid: 4d487d46bfe9463baacc12bdc852aa88 - id: 368 + id: 817 position: [27.6000004, -13.1000004] rotation: 0 layer: 1 @@ -4802,7 +4802,7 @@ objects: children: [] - name: Pink_GlowingFlower.cpfb uid: 2729e6254b7c41d38679c48ab69cdd42 - id: 369 + id: 818 position: [-101.112564, 334.223328] rotation: 0 layer: 0 @@ -4820,7 +4820,7 @@ objects: children: - name: Flower uid: 4d487d46bfe9463baacc12bdc852aa88 - id: 370 + id: 819 position: [31, 1.79999995] rotation: 0 layer: 1 @@ -4833,7 +4833,7 @@ objects: children: [] - name: 2x2_grass.cpfb uid: a254e93fa2434ee1ab834de450dd8574 - id: 371 + id: 820 position: [-479.905884, 126.577858] rotation: 0 layer: 0 @@ -4842,7 +4842,7 @@ objects: children: - name: tile_022.png uid: 17c18d0952cb47bca4c8d74ab76e1fe6 - id: 372 + id: 821 position: [0, 0] rotation: 0 layer: 0 @@ -4855,7 +4855,7 @@ objects: children: [] - name: tile_024.png uid: b9bbc2f08fa945bea2005c102989eff2 - id: 373 + id: 822 position: [32.2715454, 15.9430523] rotation: 0 layer: 0 @@ -4868,7 +4868,7 @@ objects: children: [] - name: tile_024.png uid: 0a7860356ead42f7b9f5fe69830e0b83 - id: 374 + id: 823 position: [-31.744339, 18.2603683] rotation: 0 layer: 0 @@ -4881,7 +4881,7 @@ objects: children: [] - name: tile_024.png uid: 766f1484abe6468e8a2a6eb053d6d6e4 - id: 375 + id: 824 position: [-0.460556984, 34.4815903] rotation: 0 layer: 0 @@ -4894,7 +4894,7 @@ objects: children: [] - name: 2x2_grass.cpfb uid: a254e93fa2434ee1ab834de450dd8574 - id: 376 + id: 825 position: [-416.460876, 159.69989] rotation: 0 layer: 0 @@ -4903,7 +4903,7 @@ objects: children: - name: tile_022.png uid: 17c18d0952cb47bca4c8d74ab76e1fe6 - id: 377 + id: 826 position: [0, 0] rotation: 0 layer: 0 @@ -4916,7 +4916,7 @@ objects: children: [] - name: tile_024.png uid: b9bbc2f08fa945bea2005c102989eff2 - id: 378 + id: 827 position: [32.2715454, 15.9430523] rotation: 0 layer: 0 @@ -4929,7 +4929,7 @@ objects: children: [] - name: tile_024.png uid: 0a7860356ead42f7b9f5fe69830e0b83 - id: 379 + id: 828 position: [-31.744339, 18.2603683] rotation: 0 layer: 0 @@ -4942,7 +4942,7 @@ objects: children: [] - name: tile_024.png uid: 766f1484abe6468e8a2a6eb053d6d6e4 - id: 380 + id: 829 position: [-0.460556984, 34.4815903] rotation: 0 layer: 0 @@ -4955,7 +4955,7 @@ objects: children: [] - name: 2x2_grass.cpfb uid: a254e93fa2434ee1ab834de450dd8574 - id: 381 + id: 830 position: [-352.549316, 192.82193] rotation: 0 layer: 0 @@ -4964,7 +4964,7 @@ objects: children: - name: tile_022.png uid: 17c18d0952cb47bca4c8d74ab76e1fe6 - id: 382 + id: 831 position: [0, 0] rotation: 0 layer: 0 @@ -4977,7 +4977,7 @@ objects: children: [] - name: tile_024.png uid: b9bbc2f08fa945bea2005c102989eff2 - id: 383 + id: 832 position: [32.2715454, 15.9430523] rotation: 0 layer: 0 @@ -4990,7 +4990,7 @@ objects: children: [] - name: tile_024.png uid: 0a7860356ead42f7b9f5fe69830e0b83 - id: 384 + id: 833 position: [-31.744339, 18.2603683] rotation: 0 layer: 0 @@ -5003,7 +5003,7 @@ objects: children: [] - name: tile_024.png uid: 766f1484abe6468e8a2a6eb053d6d6e4 - id: 385 + id: 834 position: [-0.460556984, 34.4815903] rotation: 0 layer: 0 @@ -5016,7 +5016,7 @@ objects: children: [] - name: 2x2_grass.cpfb uid: a254e93fa2434ee1ab834de450dd8574 - id: 386 + id: 835 position: [-288.171295, 226.876984] rotation: 0 layer: 0 @@ -5025,7 +5025,7 @@ objects: children: - name: tile_022.png uid: 17c18d0952cb47bca4c8d74ab76e1fe6 - id: 387 + id: 836 position: [0, 0] rotation: 0 layer: 0 @@ -5038,7 +5038,7 @@ objects: children: [] - name: tile_024.png uid: b9bbc2f08fa945bea2005c102989eff2 - id: 388 + id: 837 position: [32.2715454, 15.9430523] rotation: 0 layer: 0 @@ -5051,7 +5051,7 @@ objects: children: [] - name: tile_024.png uid: 0a7860356ead42f7b9f5fe69830e0b83 - id: 389 + id: 838 position: [-31.744339, 18.2603683] rotation: 0 layer: 0 @@ -5064,7 +5064,7 @@ objects: children: [] - name: tile_024.png uid: 766f1484abe6468e8a2a6eb053d6d6e4 - id: 390 + id: 839 position: [-0.460556984, 34.4815903] rotation: 0 layer: 0 @@ -5077,7 +5077,7 @@ objects: children: [] - name: tile_024.png uid: a4f6238d0e85473a88e046db2b6b1e8d - id: 391 + id: 840 position: [-254.116272, 277.726501] rotation: 0 layer: 0 @@ -5090,7 +5090,7 @@ objects: children: [] - name: tile_024.png uid: bfffd2f054df44caacbc52495ebca065 - id: 392 + id: 841 position: [-230.324387, 286.123627] rotation: 0 layer: 0 @@ -5103,7 +5103,7 @@ objects: children: [] - name: tile_024.png uid: 36f9c9296f9244d095e77bd40f23e326 - id: 393 + id: 842 position: [-209.331543, 266.996826] rotation: 0 layer: 0 @@ -5116,7 +5116,7 @@ objects: children: [] - name: tile_024.png uid: e15cc937be2544d68710c56b40f13446 - id: 394 + id: 843 position: [-238.255005, 252.068588] rotation: 0 layer: 0 @@ -5129,7 +5129,7 @@ objects: children: [] - name: tile_024.png uid: 9242cbb49913499bb7d8374e6aff8f20 - id: 395 + id: 844 position: [13.3601189, 370.026001] rotation: 0 layer: 0 @@ -5142,7 +5142,7 @@ objects: children: [] - name: tile_024.png uid: 015835edd1e74007ad95df4536f06104 - id: 396 + id: 845 position: [-21.5005836, 388.985321] rotation: 0 layer: 0 @@ -5155,7 +5155,7 @@ objects: children: [] - name: Pink_GlowingFlower.cpfb uid: 2729e6254b7c41d38679c48ab69cdd42 - id: 397 + id: 846 position: [-493.23175, 139.525085] rotation: 0 layer: 0 @@ -5173,7 +5173,7 @@ objects: children: - name: Flower uid: 4d487d46bfe9463baacc12bdc852aa88 - id: 398 + id: 847 position: [31, 1.79999995] rotation: 0 layer: 1 @@ -5186,7 +5186,7 @@ objects: children: [] - name: GlowingFlower.cpfb uid: 2729e6254b7c41d38679c48ab69cdd42 - id: 399 + id: 848 position: [-385.729736, 144.769089] rotation: 0 layer: 0 @@ -5204,7 +5204,7 @@ objects: children: - name: tile_042.png uid: 4d487d46bfe9463baacc12bdc852aa88 - id: 400 + id: 849 position: [27.6000004, -13.1000004] rotation: 0 layer: 1 @@ -5217,7 +5217,7 @@ objects: children: [] - name: Pink_GlowingFlower.cpfb uid: 2729e6254b7c41d38679c48ab69cdd42 - id: 401 + id: 850 position: [-351.643707, 211.630127] rotation: 0 layer: 0 @@ -5235,7 +5235,7 @@ objects: children: - name: Flower uid: 4d487d46bfe9463baacc12bdc852aa88 - id: 402 + id: 851 position: [31, 1.79999995] rotation: 0 layer: 1 @@ -5248,7 +5248,7 @@ objects: children: [] - name: GlowingFlower.cpfb uid: 2729e6254b7c41d38679c48ab69cdd42 - id: 403 + id: 852 position: [-253.318665, 191.965103] rotation: 0 layer: 0 @@ -5266,7 +5266,7 @@ objects: children: - name: tile_042.png uid: 4d487d46bfe9463baacc12bdc852aa88 - id: 404 + id: 853 position: [27.6000004, -13.1000004] rotation: 0 layer: 1 @@ -5279,7 +5279,7 @@ objects: children: [] - name: Animated uid: 82b18591393b492fb65e99bd5a0e0aa6 - id: 405 + id: 854 position: [-300.600006, -28] rotation: 0 layer: 1 @@ -5296,7 +5296,7 @@ objects: children: [] - name: Music uid: ebc9765f40964609a5e945417a02a7f3 - id: 406 + id: 855 position: [0, 0] rotation: 0 layer: 0 @@ -5309,7 +5309,7 @@ objects: children: [] - name: Jump_Object_Sound uid: d90808e774104a80be1c2e67e8a3b3c3 - id: 407 + id: 856 position: [0, 0] rotation: 0 layer: 0 @@ -5324,7 +5324,7 @@ objects: children: [] - name: PlayerRoot uid: d4d23163b36d4e91b69e3910494407c9 - id: 408 + id: 857 position: [-47.756958, 126.507568] rotation: 0 layer: 0 @@ -5333,7 +5333,7 @@ objects: children: - name: player_iso.png uid: 26f0d3d4ba83490d8ce72c120bd7caef - id: 409 + id: 858 position: [68.3000031, 0] rotation: 0 layer: 2 @@ -5346,7 +5346,7 @@ objects: children: [] - name: PlayerScript uid: 617d8258bac34261961cb0f4531dc920 - id: 410 + id: 859 position: [0, 0] rotation: 0 layer: 0 @@ -5357,7 +5357,7 @@ objects: children: [] - name: PlayerCamera uid: 28010b2b098441b69a97e57f47d48cd5 - id: 411 + id: 860 position: [1, -30] rotation: 0 layer: 0 @@ -5371,7 +5371,7 @@ objects: children: [] - name: CoolLight uid: 2d9b3f9b5a624a39a1bece1474d80875 - id: 412 + id: 861 position: [11.3791161, 0.73493576] rotation: 0 layer: 0 @@ -5402,7 +5402,7 @@ objects: children: [] - name: Test uid: 3afb2ea66c6f40e6ab7401872fac9572 - id: 413 + id: 862 position: [-62.1656837, -88.7905426] rotation: 0 layer: 2 @@ -5427,58 +5427,870 @@ color_correction: intensity: 4 threshold: 1 Assets: - - uaid: 196 + - 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: 117 + path: C:\Users\spenc\Music\creative-technology-showreel-241274.mp3 + filename: creative-technology-showreel-241274.mp3 + filetype: mp3 + type: 1 + hash: d7f8e8b2954d438f + lastModified: 1730076792 + - 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: 120 + path: C:\Users\spenc\Music\reflected-light-147979.mp3 + filename: reflected-light-147979.mp3 + filetype: mp3 + type: 1 + hash: b4d344d1f668e25d + lastModified: 1735362211 + - uaid: 121 + path: C:\Users\spenc\Music\simple-notification-152054.mp3 + filename: simple-notification-152054.mp3 + filetype: mp3 + type: 1 + hash: 3e57c2530f08c1ab + lastModified: 1745951640 + - 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: 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: 116 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\spritesheet.png + filename: spritesheet.png + filetype: png + type: 0 + hash: d178a6f5b597b470 + lastModified: 1728871742 + size: [352, 352] + channels: 4 + format: GL_RGBA + - uaid: 118 + path: C:\Users\spenc\Music\ethereal-vistas-191254.mp3 + filename: ethereal-vistas-191254.mp3 + filetype: mp3 + type: 1 + hash: 0da03a50fc5a40a8 + lastModified: 1735362077 + - uaid: 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: 129 + path: C:\Users\spenc\Music\jump.wav + filename: jump.wav + filetype: wav + type: 1 + hash: ced07d64af6a4fa6 + lastModified: 1746737230 + - 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: 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: 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: 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: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 101 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_100.png + filename: tile_100.png + filetype: png + type: 0 + hash: bce6842fe9a78d1e + lastModified: 1728871746 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 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: 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: 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: 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: 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: 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: 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: 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: 1728871746 + 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: 1728871746 + 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: 1728871746 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 95 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_094.png + filename: tile_094.png + filetype: png + type: 0 + hash: 26efe00187d8dde5 + lastModified: 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: 1728871745 + 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: 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: 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: 9 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_008.png + filename: tile_008.png + filetype: png + type: 0 + hash: e38d301f66207712 + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 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: 10 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_009.png + filename: tile_009.png + filetype: png + type: 0 + hash: 0ea909aad0cb11d5 + lastModified: 1728871741 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 40 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_039.png + filename: tile_039.png + filetype: png + type: 0 + hash: d35fb51aa3acdc47 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 167 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ExtraLightItalic.ttf + filename: JetBrainsMono-ExtraLightItalic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 186 + AtlasSize: [544, 294] + - uaid: 41 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_040.png + filename: tile_040.png + filetype: png + type: 0 + hash: 56430e898f7e9789 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 168 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Italic.ttf + filename: JetBrainsMono-Italic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 188 + AtlasSize: [544, 294] + - 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: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 162 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Bold.ttf + filename: JetBrainsMono-Bold.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 190 + AtlasSize: [480, 294] + - uaid: 39 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_038.png + filename: tile_038.png + filetype: png + type: 0 + hash: 835f3dbf895d2518 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 166 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ExtraLight.ttf + filename: JetBrainsMono-ExtraLight.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 192 + AtlasSize: [464, 294] + - uaid: 38 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_037.png + filename: tile_037.png + filetype: png + type: 0 + hash: b02749d8ee945f27 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 165 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ExtraBoldItalic.ttf + filename: JetBrainsMono-ExtraBoldItalic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 194 + AtlasSize: [576, 294] + - uaid: 44 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_043.png + filename: tile_043.png + filetype: png + type: 0 + hash: 49e0ee588a2d510c + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 171 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Medium.ttf + filename: JetBrainsMono-Medium.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 196 + AtlasSize: [464, 294] + - uaid: 45 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_044.png + filename: tile_044.png + filetype: png + type: 0 + hash: cc99aeb78832013d + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 172 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-MediumItalic.ttf + filename: JetBrainsMono-MediumItalic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 198 + AtlasSize: [544, 294] + - uaid: 163 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-BoldItalic.ttf + filename: JetBrainsMono-BoldItalic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 199 + AtlasSize: [576, 294] + - 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: 46 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_045.png + filename: tile_045.png + filetype: png + type: 0 + hash: a42f65407bd8d9c8 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 173 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Bold.ttf + filename: JetBrainsMonoNL-Bold.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 202 + AtlasSize: [480, 294] + - uaid: 164 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ExtraBold.ttf + filename: JetBrainsMono-ExtraBold.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 203 + AtlasSize: [496, 294] + - 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: 48 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_047.png + filename: tile_047.png + filetype: png + type: 0 + hash: 6398a4447dcb5e13 + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 175 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ExtraBold.ttf + filename: JetBrainsMonoNL-ExtraBold.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 206 + AtlasSize: [496, 294] + - uaid: 49 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_048.png + filename: tile_048.png + filetype: png + type: 0 + hash: 7d5264eea52a6006 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 176 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ExtraBoldItalic.ttf + filename: JetBrainsMonoNL-ExtraBoldItalic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 208 + AtlasSize: [576, 294] + - uaid: 125 path: C:\Users\spenc\OneDrive\Desktop\Pink_GlowingFlower.cpfb filename: Pink_GlowingFlower.cpfb filetype: cpfb - type: 3 + type: 2 hash: 6218d28873aa95c7 - lastModified: 1746635211 - prefabName: Pink_GlowingFlower + lastModified: 1746635212 + AtlasTextureID: 0 + AtlasSize: [0, 0] + - uaid: 184 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Regular.ttf + filename: JetBrainsMonoNL-Regular.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 209 + AtlasSize: [464, 294] + - uaid: 57 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_056.png + filename: tile_056.png + filetype: png + type: 0 + hash: 54c17c59498db1fc + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 185 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-SemiBold.ttf + filename: JetBrainsMonoNL-SemiBold.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 211 + AtlasSize: [464, 294] + - uaid: 58 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_057.png + filename: tile_057.png + filetype: png + type: 0 + hash: 62e0d421dc1b94ca + lastModified: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 127 + path: C:\Users\spenc\OneDrive\Desktop\2x2_grass.cpfb + filename: 2x2_grass.cpfb + filetype: cpfb + type: 2 + hash: ce3a27d81f087594 + lastModified: 1746635673 + AtlasTextureID: 0 + AtlasSize: [0, 0] + - uaid: 186 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-SemiBoldItalic.ttf + filename: JetBrainsMonoNL-SemiBoldItalic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 213 + AtlasSize: [544, 294] + - uaid: 59 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_058.png + filename: tile_058.png + filetype: png + type: 0 + hash: d7e53d66d6608e44 + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 187 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Thin.ttf + filename: JetBrainsMonoNL-Thin.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 215 + AtlasSize: [448, 300] + - 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: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 188 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ThinItalic.ttf + filename: JetBrainsMonoNL-ThinItalic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 217 + AtlasSize: [512, 300] + - 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: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 189 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Regular.ttf + filename: JetBrainsMono-Regular.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 219 + AtlasSize: [464, 294] + - 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: 190 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-SemiBold.ttf + filename: JetBrainsMono-SemiBold.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 221 + AtlasSize: [464, 294] + - 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: 1728871744 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 191 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-SemiBoldItalic.ttf + filename: JetBrainsMono-SemiBoldItalic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 223 + AtlasSize: [544, 294] + - 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: 192 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Thin.ttf + filename: JetBrainsMono-Thin.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 225 + AtlasSize: [448, 300] + - 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: 193 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ThinItalic.ttf + filename: JetBrainsMono-ThinItalic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 227 + AtlasSize: [512, 300] + - 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: 194 + path: C:\Users\spenc\OneDrive\Desktop\2x2_grass.cpfb + filename: 2x2_grass.cpfb + filetype: cpfb + type: 3 + hash: ce3a27d81f087594 + lastModified: 1746635673 + prefabName: 2x2_grass prefabYAML: - name: Pink_GlowingFlower - uid: 2729e6254b7c41d38679c48ab69cdd42 - id: 421 - position: [-46.5719986, 277.158997] + name: 2x2_grass + uid: a254e93fa2434ee1ab834de450dd8574 + id: 437 + position: [0, 0] rotation: 0 layer: 0 visable: true - components: - - type: LightComponent - color: - - 0.941176414 - - 0 - - 1 - intensity: 1 - radius: 71 - falloff: 1 - type: 0 + components: [] children: - - name: Flower - uid: 4d487d46bfe9463baacc12bdc852aa88 - id: 422 - position: [31, 1.79999995] + - name: tile_022.png + uid: 17c18d0952cb47bca4c8d74ab76e1fe6 + id: 438 + position: [0, 0] rotation: 0 - layer: 1 + layer: 0 visable: true components: - type: SpriteComponent - texture: 45 + texture: 23 normalMap: 0 renderType: Lit children: [] + - name: tile_024.png + uid: b9bbc2f08fa945bea2005c102989eff2 + id: 439 + position: [32.2715454, 15.9430523] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 25 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_024.png + uid: 0a7860356ead42f7b9f5fe69830e0b83 + id: 440 + position: [-31.744339, 18.2603683] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 25 + normalMap: 0 + renderType: Lit + children: [] + - name: tile_024.png + uid: 766f1484abe6468e8a2a6eb053d6d6e4 + id: 441 + position: [-0.460556984, 34.4815903] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: 25 + normalMap: 0 + renderType: Lit + children: [] + - 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: 195 path: C:\Users\spenc\OneDrive\Desktop\GlowingFlower.cpfb filename: GlowingFlower.cpfb filetype: cpfb type: 3 hash: 7efeae17f76f7f78 - lastModified: 1746632232 + lastModified: 1746632231 prefabName: GlowingFlower prefabYAML: name: GlowingFlower uid: 2729e6254b7c41d38679c48ab69cdd42 - id: 419 + id: 444 position: [86.5, 117.5] rotation: 0 layer: 0 @@ -5496,7 +6308,7 @@ Assets: children: - name: tile_042.png uid: 4d487d46bfe9463baacc12bdc852aa88 - id: 420 + id: 445 position: [27.6000004, -13.1000004] rotation: 0 layer: 1 @@ -5507,166 +6319,56 @@ Assets: normalMap: 0 renderType: Lit children: [] - - uaid: 194 - path: C:\Users\spenc\OneDrive\Desktop\2x2_grass.cpfb - filename: 2x2_grass.cpfb + - 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: 1728871745 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 196 + path: C:\Users\spenc\OneDrive\Desktop\Pink_GlowingFlower.cpfb + filename: Pink_GlowingFlower.cpfb filetype: cpfb type: 3 - hash: ce3a27d81f087594 - lastModified: 1746635673 - prefabName: 2x2_grass + hash: 6218d28873aa95c7 + lastModified: 1746635212 + prefabName: Pink_GlowingFlower prefabYAML: - name: 2x2_grass - uid: a254e93fa2434ee1ab834de450dd8574 - id: 414 - position: [0, 0] + name: Pink_GlowingFlower + uid: 2729e6254b7c41d38679c48ab69cdd42 + id: 448 + position: [-46.5719986, 277.158997] rotation: 0 layer: 0 visable: true - components: [] + components: + - type: LightComponent + color: + - 0.941176414 + - 0 + - 1 + intensity: 1 + radius: 71 + falloff: 1 + type: 0 children: - - name: tile_022.png - uid: 17c18d0952cb47bca4c8d74ab76e1fe6 - id: 415 - position: [0, 0] + - name: Flower + uid: 4d487d46bfe9463baacc12bdc852aa88 + id: 449 + position: [31, 1.79999995] rotation: 0 - layer: 0 + layer: 1 visable: true components: - type: SpriteComponent - texture: 23 + texture: 45 normalMap: 0 renderType: Lit children: [] - - name: tile_024.png - uid: b9bbc2f08fa945bea2005c102989eff2 - id: 416 - position: [32.2715454, 15.9430523] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 25 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_024.png - uid: 0a7860356ead42f7b9f5fe69830e0b83 - id: 417 - position: [-31.744339, 18.2603683] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 25 - normalMap: 0 - renderType: Lit - children: [] - - name: tile_024.png - uid: 766f1484abe6468e8a2a6eb053d6d6e4 - id: 418 - position: [-0.460556984, 34.4815903] - rotation: 0 - layer: 0 - visable: true - components: - - type: SpriteComponent - texture: 25 - normalMap: 0 - renderType: Lit - children: [] - - uaid: 193 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ThinItalic.ttf - filename: JetBrainsMono-ThinItalic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 156 - AtlasSize: [512, 300] - - uaid: 192 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Thin.ttf - filename: JetBrainsMono-Thin.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 155 - AtlasSize: [448, 300] - - uaid: 191 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-SemiBoldItalic.ttf - filename: JetBrainsMono-SemiBoldItalic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 154 - AtlasSize: [544, 294] - - uaid: 190 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-SemiBold.ttf - filename: JetBrainsMono-SemiBold.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 153 - AtlasSize: [464, 294] - - uaid: 189 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Regular.ttf - filename: JetBrainsMono-Regular.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 152 - AtlasSize: [464, 294] - - uaid: 188 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ThinItalic.ttf - filename: JetBrainsMonoNL-ThinItalic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 151 - AtlasSize: [512, 300] - - uaid: 187 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Thin.ttf - filename: JetBrainsMonoNL-Thin.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 150 - AtlasSize: [448, 300] - - uaid: 186 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-SemiBoldItalic.ttf - filename: JetBrainsMonoNL-SemiBoldItalic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 149 - AtlasSize: [544, 294] - - uaid: 185 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-SemiBold.ttf - filename: JetBrainsMonoNL-SemiBold.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 148 - AtlasSize: [464, 294] - - uaid: 184 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Regular.ttf - filename: JetBrainsMonoNL-Regular.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 147 - AtlasSize: [464, 294] - uaid: 183 path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-MediumItalic.ttf filename: JetBrainsMonoNL-MediumItalic.ttf @@ -5674,345 +6376,8 @@ Assets: type: 2 hash: "" lastModified: 0 - AtlasTextureID: 146 + AtlasTextureID: 231 AtlasSize: [544, 294] - - uaid: 182 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Medium.ttf - filename: JetBrainsMonoNL-Medium.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 145 - AtlasSize: [464, 294] - - uaid: 181 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-LightItalic.ttf - filename: JetBrainsMonoNL-LightItalic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 144 - AtlasSize: [544, 294] - - uaid: 180 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Light.ttf - filename: JetBrainsMonoNL-Light.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 143 - AtlasSize: [464, 294] - - uaid: 179 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Italic.ttf - filename: JetBrainsMonoNL-Italic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 142 - AtlasSize: [544, 294] - - uaid: 178 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ExtraLightItalic.ttf - filename: JetBrainsMonoNL-ExtraLightItalic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 141 - AtlasSize: [544, 294] - - uaid: 177 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ExtraLight.ttf - filename: JetBrainsMonoNL-ExtraLight.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 140 - AtlasSize: [464, 294] - - uaid: 176 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ExtraBoldItalic.ttf - filename: JetBrainsMonoNL-ExtraBoldItalic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 139 - AtlasSize: [576, 294] - - uaid: 175 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ExtraBold.ttf - filename: JetBrainsMonoNL-ExtraBold.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 138 - AtlasSize: [496, 294] - - uaid: 174 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-BoldItalic.ttf - filename: JetBrainsMonoNL-BoldItalic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 137 - AtlasSize: [576, 294] - - uaid: 173 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Bold.ttf - filename: JetBrainsMonoNL-Bold.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 136 - AtlasSize: [480, 294] - - uaid: 172 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-MediumItalic.ttf - filename: JetBrainsMono-MediumItalic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 135 - AtlasSize: [544, 294] - - uaid: 171 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Medium.ttf - filename: JetBrainsMono-Medium.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 134 - AtlasSize: [464, 294] - - uaid: 170 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-LightItalic.ttf - filename: JetBrainsMono-LightItalic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 133 - AtlasSize: [544, 294] - - uaid: 169 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Light.ttf - filename: JetBrainsMono-Light.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 132 - AtlasSize: [464, 294] - - uaid: 168 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Italic.ttf - filename: JetBrainsMono-Italic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 131 - AtlasSize: [544, 294] - - uaid: 167 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ExtraLightItalic.ttf - filename: JetBrainsMono-ExtraLightItalic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 130 - AtlasSize: [544, 294] - - uaid: 166 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ExtraLight.ttf - filename: JetBrainsMono-ExtraLight.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 129 - AtlasSize: [464, 294] - - uaid: 165 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ExtraBoldItalic.ttf - filename: JetBrainsMono-ExtraBoldItalic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 128 - AtlasSize: [576, 294] - - uaid: 164 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ExtraBold.ttf - filename: JetBrainsMono-ExtraBold.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 127 - AtlasSize: [496, 294] - - uaid: 163 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-BoldItalic.ttf - filename: JetBrainsMono-BoldItalic.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 126 - AtlasSize: [576, 294] - - uaid: 162 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Bold.ttf - filename: JetBrainsMono-Bold.ttf - filetype: ttf - type: 2 - hash: "" - lastModified: 0 - AtlasTextureID: 125 - AtlasSize: [480, 294] - - uaid: 125 - path: C:\Users\spenc\OneDrive\Desktop\Pink_GlowingFlower.cpfb - filename: Pink_GlowingFlower.cpfb - filetype: cpfb - type: 2 - hash: 6218d28873aa95c7 - lastModified: 1746635212 - AtlasTextureID: 0 - AtlasSize: [0, 0] - - uaid: 38 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_037.png - filename: tile_037.png - filetype: png - type: 0 - hash: b02749d8ee945f27 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 39 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_038.png - filename: tile_038.png - filetype: png - type: 0 - hash: 835f3dbf895d2518 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 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: 127 - path: C:\Users\spenc\OneDrive\Desktop\2x2_grass.cpfb - filename: 2x2_grass.cpfb - filetype: cpfb - type: 2 - hash: ce3a27d81f087594 - lastModified: 1746635673 - AtlasTextureID: 0 - AtlasSize: [0, 0] - - uaid: 44 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_043.png - filename: tile_043.png - filetype: png - type: 0 - hash: 49e0ee588a2d510c - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 45 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_044.png - filename: tile_044.png - filetype: png - type: 0 - hash: cc99aeb78832013d - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 48 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_047.png - filename: tile_047.png - filetype: png - type: 0 - hash: 6398a4447dcb5e13 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 49 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_048.png - filename: tile_048.png - filetype: png - type: 0 - hash: 7d5264eea52a6006 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 50 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_049.png - filename: tile_049.png - filetype: png - type: 0 - hash: 1f1918a8c669d3c1 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 51 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_050.png - filename: tile_050.png - filetype: png - type: 0 - hash: b34445e878281be8 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 52 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_051.png - filename: tile_051.png - filetype: png - type: 0 - hash: 7bd2a717963c5a74 - lastModified: 1728871744 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 53 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_052.png - filename: tile_052.png - filetype: png - type: 0 - hash: ce606e9690950052 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 54 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_053.png - filename: tile_053.png - filetype: png - type: 0 - hash: 7b09d94969ebc484 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 55 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_054.png - filename: tile_054.png - filetype: png - type: 0 - hash: f4cb8b97cee3bb7c - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - uaid: 56 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_055.png filename: tile_055.png @@ -6023,123 +6388,174 @@ Assets: size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 57 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_056.png - filename: tile_056.png + - uaid: 182 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Medium.ttf + filename: JetBrainsMonoNL-Medium.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 233 + AtlasSize: [464, 294] + - uaid: 55 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_054.png + filename: tile_054.png filetype: png type: 0 - hash: 54c17c59498db1fc + hash: f4cb8b97cee3bb7c + lastModified: 1728871743 + size: [32, 32] + channels: 4 + format: GL_RGBA + - uaid: 181 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-LightItalic.ttf + filename: JetBrainsMonoNL-LightItalic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 235 + AtlasSize: [544, 294] + - uaid: 54 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_053.png + filename: tile_053.png + filetype: png + type: 0 + hash: 7b09d94969ebc484 lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 58 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_057.png - filename: tile_057.png + - uaid: 180 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Light.ttf + filename: JetBrainsMonoNL-Light.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 237 + AtlasSize: [464, 294] + - uaid: 53 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_052.png + filename: tile_052.png filetype: png type: 0 - hash: 62e0d421dc1b94ca + hash: ce606e9690950052 lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 59 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_058.png - filename: tile_058.png + - uaid: 179 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Italic.ttf + filename: JetBrainsMonoNL-Italic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 239 + AtlasSize: [544, 294] + - uaid: 52 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_051.png + filename: tile_051.png filetype: png type: 0 - hash: d7e53d66d6608e44 + hash: 7bd2a717963c5a74 lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 46 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_045.png - filename: tile_045.png + - uaid: 178 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ExtraLightItalic.ttf + filename: JetBrainsMonoNL-ExtraLightItalic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 241 + AtlasSize: [544, 294] + - uaid: 51 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_050.png + filename: tile_050.png filetype: png type: 0 - hash: a42f65407bd8d9c8 + hash: b34445e878281be8 lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 41 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_040.png - filename: tile_040.png + - uaid: 177 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ExtraLight.ttf + filename: JetBrainsMonoNL-ExtraLight.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 243 + AtlasSize: [464, 294] + - uaid: 50 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_049.png + filename: tile_049.png filetype: png type: 0 - hash: 56430e898f7e9789 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 40 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_039.png - filename: tile_039.png - filetype: png - type: 0 - hash: d35fb51aa3acdc47 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 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 + hash: 1f1918a8c669d3c1 lastModified: 1728871744 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 + - uaid: 174 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-BoldItalic.ttf + filename: JetBrainsMonoNL-BoldItalic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 245 + AtlasSize: [576, 294] + - uaid: 47 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_046.png + filename: tile_046.png filetype: png type: 0 - hash: c8a1b22d67f32e16 + hash: a6ce3c9db850be68 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 + - uaid: 170 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-LightItalic.ttf + filename: JetBrainsMono-LightItalic.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 247 + AtlasSize: [544, 294] + - uaid: 43 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_042.png + filename: tile_042.png filetype: png type: 0 - hash: 54ba3afbbf9a9b9d - 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 + hash: 00a8e91ac50d0582 lastModified: 1728871744 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 + - uaid: 169 + path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Light.ttf + filename: JetBrainsMono-Light.ttf + filetype: ttf + type: 2 + hash: "" + lastModified: 0 + AtlasTextureID: 249 + AtlasSize: [464, 294] + - uaid: 42 + path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_041.png + filename: tile_041.png filetype: png type: 0 - hash: dc1ce13185d6f9dd - lastModified: 1728871743 + hash: 279113f5a4cbbc98 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -6159,7 +6575,7 @@ Assets: filetype: png type: 0 hash: 61e5ba2ec5cc2e03 - lastModified: 1728871746 + lastModified: 1728871745 size: [32, 32] channels: 4 format: GL_RGBA @@ -6179,7 +6595,7 @@ Assets: filetype: png type: 0 hash: ea99517d8b684ab8 - lastModified: 1728871745 + lastModified: 1728871746 size: [32, 32] channels: 4 format: GL_RGBA @@ -6193,15 +6609,6 @@ Assets: size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 158 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-SemiBold.ttf - filename: JetBrainsMono-SemiBold.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 31 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_030.png filename: tile_030.png @@ -6212,53 +6619,26 @@ Assets: size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 157 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Regular.ttf - filename: JetBrainsMono-Regular.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 30 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_029.png filename: tile_029.png filetype: png type: 0 hash: 3d1f20d336f5a0e4 - lastModified: 1728871743 + lastModified: 1728871742 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 156 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ThinItalic.ttf - filename: JetBrainsMonoNL-ThinItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - 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 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 153 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-SemiBold.ttf - filename: JetBrainsMonoNL-SemiBold.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 26 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_025.png filename: tile_025.png @@ -6269,15 +6649,6 @@ Assets: size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 149 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-LightItalic.ttf - filename: JetBrainsMonoNL-LightItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 22 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_021.png filename: tile_021.png @@ -6294,19 +6665,10 @@ Assets: filetype: png type: 0 hash: 7f30d8350216f6bb - lastModified: 1728871744 + lastModified: 1728871745 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 132 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ExtraBold.ttf - filename: JetBrainsMono-ExtraBold.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 5 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_004.png filename: tile_004.png @@ -6327,15 +6689,6 @@ Assets: size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 141 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Bold.ttf - filename: JetBrainsMonoNL-Bold.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 73 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_072.png filename: tile_072.png @@ -6346,22 +6699,13 @@ Assets: size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 130 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Bold.ttf - filename: JetBrainsMono-Bold.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - 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: 1728871742 + lastModified: 1728871741 size: [32, 32] channels: 4 format: GL_RGBA @@ -6371,7 +6715,7 @@ Assets: filetype: png type: 0 hash: ee1ef8567b8a3df0 - lastModified: 1728871745 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -6381,7 +6725,7 @@ Assets: filetype: png type: 0 hash: 550218a2714e81cd - lastModified: 1728957719 + lastModified: 1728957720 size: [64, 64] channels: 4 format: GL_RGBA @@ -6395,54 +6739,16 @@ Assets: 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: 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: 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 + lastModified: 1728871742 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 134 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ExtraLight.ttf - filename: JetBrainsMono-ExtraLight.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - - uaid: 152 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Regular.ttf - filename: JetBrainsMonoNL-Regular.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 25 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_024.png filename: tile_024.png @@ -6459,7 +6765,7 @@ Assets: filetype: png type: 0 hash: d546c3d4f31aa5a0 - lastModified: 1728871745 + lastModified: 1728871746 size: [32, 32] channels: 4 format: GL_RGBA @@ -6473,24 +6779,6 @@ Assets: size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 161 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ThinItalic.ttf - filename: JetBrainsMono-ThinItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - - uaid: 154 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-SemiBoldItalic.ttf - filename: JetBrainsMonoNL-SemiBoldItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 27 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_026.png filename: tile_026.png @@ -6501,25 +6789,6 @@ Assets: 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: 151 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-MediumItalic.ttf - filename: JetBrainsMonoNL-MediumItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 24 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_023.png filename: tile_023.png @@ -6536,7 +6805,7 @@ Assets: filetype: png type: 0 hash: 2c31a5fc8d71be6e - lastModified: 1728871745 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -6546,57 +6815,30 @@ Assets: filetype: png type: 0 hash: ab38b324f6e3068e - lastModified: 1728871743 + lastModified: 1728871742 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 160 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Thin.ttf - filename: JetBrainsMono-Thin.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 20 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_019.png filename: tile_019.png filetype: png type: 0 hash: f4d73b8ef85ddfbf - lastModified: 1728871742 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 147 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Italic.ttf - filename: JetBrainsMonoNL-Italic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - 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 + lastModified: 1728871742 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 133 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ExtraBoldItalic.ttf - filename: JetBrainsMono-ExtraBoldItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 124 path: C:\Users\spenc\OneDrive\Desktop\GlowingFlower.cpfb filename: GlowingFlower.cpfb @@ -6606,16 +6848,6 @@ Assets: lastModified: 1746632231 AtlasTextureID: 0 AtlasSize: [0, 0] - - 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: 8 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_007.png filename: tile_007.png @@ -6626,24 +6858,6 @@ Assets: size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 135 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-ExtraLightItalic.ttf - filename: JetBrainsMono-ExtraLightItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - - uaid: 155 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Thin.ttf - filename: JetBrainsMonoNL-Thin.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 28 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_027.png filename: tile_027.png @@ -6654,35 +6868,6 @@ Assets: 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: 42 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_041.png - filename: tile_041.png - filetype: png - type: 0 - hash: 279113f5a4cbbc98 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 131 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-BoldItalic.ttf - filename: JetBrainsMono-BoldItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 4 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_003.png filename: tile_003.png @@ -6699,7 +6884,7 @@ Assets: filetype: png type: 0 hash: 07cff9b3939795f5 - lastModified: 1728871744 + lastModified: 1728871745 size: [32, 32] channels: 4 format: GL_RGBA @@ -6709,35 +6894,17 @@ Assets: filetype: png type: 0 hash: 32bf6597d4a096f7 - lastModified: 1728871742 + lastModified: 1728871741 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 140 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-MediumItalic.ttf - filename: JetBrainsMono-MediumItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - - uaid: 150 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Medium.ttf - filename: JetBrainsMonoNL-Medium.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 23 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_022.png filename: tile_022.png filetype: png type: 0 hash: 2217b4ba2738d800 - lastModified: 1728871742 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA @@ -6757,102 +6924,47 @@ Assets: filetype: png type: 0 hash: 551fe37520f82310 - lastModified: 1728871742 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 159 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-SemiBoldItalic.ttf - filename: JetBrainsMono-SemiBoldItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - 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 + lastModified: 1728871742 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 143 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ExtraBold.ttf - filename: JetBrainsMonoNL-ExtraBold.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - 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 + lastModified: 1728871742 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 142 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-BoldItalic.ttf - filename: JetBrainsMonoNL-BoldItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - 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 + lastModified: 1728871743 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 144 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ExtraBoldItalic.ttf - filename: JetBrainsMonoNL-ExtraBoldItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 21 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_020.png filename: tile_020.png filetype: png type: 0 hash: 9ab8e82f77ecda85 - lastModified: 1728871743 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 148 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-Light.ttf - filename: JetBrainsMonoNL-Light.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - - uaid: 47 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_046.png - filename: tile_046.png - filetype: png - type: 0 - hash: a6ce3c9db850be68 - lastModified: 1728871743 + lastModified: 1728871742 size: [32, 32] channels: 4 format: GL_RGBA @@ -6866,40 +6978,12 @@ Assets: size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 145 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ExtraLight.ttf - filename: JetBrainsMonoNL-ExtraLight.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 19 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_018.png filename: tile_018.png filetype: png type: 0 hash: 2f4aa3d6c9a88136 - lastModified: 1728871742 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 146 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMonoNL-ExtraLightItalic.ttf - filename: JetBrainsMonoNL-ExtraLightItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - - uaid: 43 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_042.png - filename: tile_042.png - filetype: png - type: 0 - hash: 00a8e91ac50d0582 lastModified: 1728871743 size: [32, 32] channels: 4 @@ -6910,7 +6994,7 @@ Assets: filetype: png type: 0 hash: a052591c3e581551 - lastModified: 1728871744 + lastModified: 1728871745 size: [32, 32] channels: 4 format: GL_RGBA @@ -6930,7 +7014,7 @@ Assets: filetype: png type: 0 hash: 405549c9596a8b02 - lastModified: 1728871745 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -6940,7 +7024,7 @@ Assets: filetype: png type: 0 hash: c921026208aff689 - lastModified: 1728871745 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -6950,7 +7034,7 @@ Assets: filetype: png type: 0 hash: a720f40abed06305 - lastModified: 1728871745 + lastModified: 1728871744 size: [32, 32] channels: 4 format: GL_RGBA @@ -6980,7 +7064,7 @@ Assets: filetype: png type: 0 hash: e37d943f98df117c - lastModified: 1728871744 + lastModified: 1728871745 size: [32, 32] channels: 4 format: GL_RGBA @@ -7000,26 +7084,17 @@ Assets: filetype: png type: 0 hash: 6a517ee8c8a504b3 - lastModified: 1728871744 + lastModified: 1728871745 size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 139 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Medium.ttf - filename: JetBrainsMono-Medium.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 12 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_011.png filename: tile_011.png filetype: png type: 0 hash: 0c92bd2b1322d0e7 - lastModified: 1728871742 + lastModified: 1728871741 size: [32, 32] channels: 4 format: GL_RGBA @@ -7033,15 +7108,6 @@ Assets: size: [32, 32] channels: 4 format: GL_RGBA - - uaid: 138 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-LightItalic.ttf - filename: JetBrainsMono-LightItalic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - uaid: 11 path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_010.png filename: tile_010.png @@ -7051,358 +7117,4 @@ Assets: lastModified: 1728871741 size: [32, 32] channels: 4 - format: GL_RGBA - - uaid: 137 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Light.ttf - filename: JetBrainsMono-Light.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - - uaid: 10 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_009.png - filename: tile_009.png - filetype: png - type: 0 - hash: 0ea909aad0cb11d5 - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 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: 136 - path: C:\Users\spenc\OneDrive\Documents\JetBrainsMono-2.304\fonts\ttf\JetBrainsMono-Italic.ttf - filename: JetBrainsMono-Italic.ttf - filetype: ttf - type: 3 - hash: "" - lastModified: 0 - prefabName: Unnamed Prefab - prefabYAML: ~ - - uaid: 9 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\separated images\tile_008.png - filename: tile_008.png - filetype: png - type: 0 - hash: e38d301f66207712 - lastModified: 1728871741 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 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: 1728871745 - 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: 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: 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: 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: 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: 1728871745 - 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: 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: 1728871745 - 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: 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: 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: 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: 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: 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: 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: 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: 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: 1728871745 - size: [32, 32] - channels: 4 - format: GL_RGBA - - uaid: 129 - path: C:\Users\spenc\Music\jump.wav - filename: jump.wav - filetype: wav - type: 1 - hash: ced07d64af6a4fa6 - lastModified: 1746737230 - - 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: 118 - path: C:\Users\spenc\Music\ethereal-vistas-191254.mp3 - filename: ethereal-vistas-191254.mp3 - filetype: mp3 - type: 1 - hash: 0da03a50fc5a40a8 - lastModified: 1735362077 - - uaid: 116 - path: C:\Users\spenc\OneDrive\Pictures\isometric tileset\spritesheet.png - filename: spritesheet.png - filetype: png - type: 0 - hash: d178a6f5b597b470 - lastModified: 1728871742 - size: [352, 352] - 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: 122 - path: C:\Users\spenc\Music\simple-notification-152054.wav - filename: simple-notification-152054.wav - filetype: wav - type: 1 - hash: 0f5adca8b95e7494 - lastModified: 1745952999 - - 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: 120 - path: C:\Users\spenc\Music\reflected-light-147979.mp3 - filename: reflected-light-147979.mp3 - filetype: mp3 - type: 1 - hash: b4d344d1f668e25d - lastModified: 1735362211 - - 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: 117 - path: C:\Users\spenc\Music\creative-technology-showreel-241274.mp3 - filename: creative-technology-showreel-241274.mp3 - filetype: mp3 - type: 1 - hash: d7f8e8b2954d438f - lastModified: 1730076792 - - 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: 1728871746 - size: [32, 32] - channels: 4 format: GL_RGBA \ No newline at end of file diff --git a/src/src/Components/ScriptComponent.cpp b/src/src/Components/ScriptComponent.cpp index f512d9e..ae8a67b 100644 --- a/src/src/Components/ScriptComponent.cpp +++ b/src/src/Components/ScriptComponent.cpp @@ -23,6 +23,9 @@ #include "../core/scripts/LuaGlobalBridge.h" #include "../core/scripts/ScriptCore.h" + +void PushVector3(lua_State* L, float x, float y, float z); + static int Lua_SetGlobal(lua_State *L) { const char *key = luaL_checkstring(L, 1); @@ -636,6 +639,113 @@ static int Lua_Animation_Index(lua_State *L) return 1; } +static int l_ShortNumberFormat(lua_State *L) +{ + double num = 0.0; + if (lua_isnumber(L, 1)) + num = lua_tonumber(L, 1); + else if (lua_isstring(L, 1)) + num = std::strtod(lua_tostring(L, 1), nullptr); + else + return luaL_error(L, "Expected number or string as first argument"); + + int precision = 0; + if (lua_gettop(L) >= 2 && lua_isnumber(L, 2)) + { + precision = (int)lua_tointeger(L, 2); + if (precision < 0) + precision = 0; + if (precision > 9) + precision = 9; + } + + bool negative = false; + if (num < 0) + { + negative = true; + num = -num; + } + + static const char *suffixes[] = {"", "k", "M", "B", "T", "Q", "E", "Z", "Y"}; + int suffixIndex = 0; + while (num >= 1000.0 && suffixIndex < 8) + { + num /= 1000.0; + ++suffixIndex; + } + + char fmt[16]; + std::snprintf(fmt, sizeof(fmt), "%%s%%.%df%%s", precision); + + char out[64]; + std::snprintf(out, sizeof(out), fmt, negative ? "-" : "", num, suffixes[suffixIndex]); + + lua_pushstring(L, out); + return 1; +} + +static int l_HSVtoRGB(lua_State *L) +{ + float h = luaL_checknumber(L, 1); + float s = luaL_checknumber(L, 2); + float v = luaL_checknumber(L, 3); + + float c = v * s; + float x = c * (1 - std::fabs(fmod(h / 60.0f, 2) - 1)); + float m = v - c; + float r = 0, g = 0, b = 0; + + if (h < 60) { r = c; g = x; } + else if (h < 120) { r = x; g = c; } + else if (h < 180) { g = c; b = x; } + else if (h < 240) { g = x; b = c; } + else if (h < 300) { r = x; b = c; } + else { r = c; b = x; } + + PushVector3(L, r + m, g + m, b + m); + return 1; +} + +static int l_RGBtoHSV(lua_State *L) +{ + float r = luaL_checknumber(L, 1); + float g = luaL_checknumber(L, 2); + float b = luaL_checknumber(L, 3); + + float max = std::fmax(r, std::fmax(g, b)); + float min = std::fmin(r, std::fmin(g, b)); + float d = max - min; + + float h = 0.0f; + if (d != 0) + { + if (max == r) h = fmod((g - b) / d, 6.0f); + else if (max == g) h = ((b - r) / d) + 2.0f; + else h = ((r - g) / d) + 4.0f; + h *= 60.0f; + if (h < 0) h += 360.0f; + } + + float s = (max == 0) ? 0 : d / max; + float v = max; + + PushVector3(L, h, s, v); + return 1; +} + + +void RegisterUtils(lua_State *L) +{ + lua_newtable(L); + lua_pushcfunction(L, l_ShortNumberFormat); + lua_setfield(L, -2, "ShortNumberFormat"); + lua_pushcfunction(L, l_HSVtoRGB); + lua_setfield(L, -2, "HSVtoRGB"); + lua_pushcfunction(L, l_RGBtoHSV); + lua_setfield(L, -2, "RGBtoHSV"); + lua_setfield(L, -2, "Utils"); // Engine.Utils +} + static int keycode_loader(lua_State *L) { lua_newtable(L); @@ -830,6 +940,17 @@ static core::types::Vec3 GetLuaVector3(lua_State *L, int index) return core::types::Vec3(0, 0, 0); } +void PushVector3(lua_State* L, float x, float y, float z) +{ + LuaVector3* vec = (LuaVector3*)lua_newuserdata(L, sizeof(LuaVector3)); + vec->x = x; + vec->y = y; + vec->z = z; + luaL_setmetatable(L, LUA_VECTOR3_MT); +} + + + static int Lua_Vector3_New(lua_State *L) { PROFILE_DEEP_SCOPE("Vector3()"); @@ -988,6 +1109,8 @@ void ScriptComponent::RegisterEngineBindings() lua_newtable(L); lua_pushcfunction(L, Lua_LogInfo); lua_setfield(L, -2, "LogInfo"); + lua_pushcfunction(L, Lua_LogInfo); + lua_setfield(L, -2, "Log"); lua_pushcfunction(L, Lua_LogError); lua_setfield(L, -2, "LogError"); lua_pushcfunction(L, Lua_LogDebug); @@ -1007,6 +1130,8 @@ void ScriptComponent::RegisterEngineBindings() lua_pushcfunction(L, Lua_GetGlobal); lua_setfield(L, -2, "GetGlobal"); + RegisterUtils(L); // called here so its under Engine table + lua_setglobal(L, "Engine"); } @@ -1026,7 +1151,7 @@ void ScriptComponent::ReloadScript() luaL_openlibs(L); lua_sethook(L, Hook, LUA_MASKCALL | LUA_MASKRET, 0); - ScriptCore::RegisterState(L, scriptPath, GetFilenameNoExtension(scriptPath)); + ScriptCore::RegisterState(L, scriptPath, GetFilenameNoExtension(scriptPath), this); RegisterObjectType(L); RegisterVector2Type(L); diff --git a/src/src/Engine.cpp b/src/src/Engine.cpp index a17717d..50271d2 100644 --- a/src/src/Engine.cpp +++ b/src/src/Engine.cpp @@ -585,6 +585,8 @@ void Engine::Init() Input::Init(window); + ScriptCore::Init(); + // AssetManager::LoadAssetAsync("C:\\Users\\spenc\\Music\\creative-technology-showreel-241274.mp3", AssetType::Audio); Logger::LogVerbose("Resverving Objects"); diff --git a/src/src/core/scripts/ScriptCore.cpp b/src/src/core/scripts/ScriptCore.cpp index 3e91288..7901113 100644 --- a/src/src/core/scripts/ScriptCore.cpp +++ b/src/src/core/scripts/ScriptCore.cpp @@ -2,26 +2,34 @@ #include "../../core/utils/Logging.h" #include "../../core/utils/ExceptionHandler.h" #include "../../core/utils/Profiler.h" +#include "../../Components/ScriptComponent.h" void ScriptCore::Init() { s_LuaStates.clear(); + s_LuaStates.reserve(5); Logger::LogOk("Script Core"); } -void ScriptCore::RegisterState(lua_State* L, const std::string& scriptPath, const std::string& name) +void ScriptCore::RegisterState(lua_State* L, + const std::string& scriptPath, + const std::string& name, + ScriptComponent* component) { - s_LuaStates.push_back({ L, scriptPath, name }); - Logger::LogVerbose("[ScriptCore] Registered Script Instace '%s'", name.c_str()); + s_LuaStates.push_back({ L, scriptPath, name, component }); + + + Logger::LogVerbose("[ScriptCore] Registered Script Instance '%s'", name.c_str()); } void ScriptCore::UnregisterState(lua_State* L) { auto it = std::remove_if(s_LuaStates.begin(), s_LuaStates.end(), - [L](const LuaScript& script) { - return script.L == L; - }); + [L](const LuaScript& script) + { + return script.L == L; + }); if (it != s_LuaStates.end()) { @@ -34,16 +42,17 @@ void ScriptCore::UnregisterState(lua_State* L) } } - void ScriptCore::CallAllInits() { for (auto& script : s_LuaStates) { PROFILE_DEEP_SCOPE("ScriptCore::OnInit"); - if (!script.L) + if (!script.L || !script.component) continue; + script.component->ReloadScript(); + lua_getglobal(script.L, "OnInit"); if (lua_isfunction(script.L, -1)) { @@ -59,12 +68,14 @@ void ScriptCore::CallAllInits() lua_pop(script.L, 1); } } + } void ScriptCore::CallAllUpdates(float dt) { PROFILE_DEEP_SCOPE("ScriptCore::OnUpdate"); + for (auto& script : s_LuaStates) { PROFILE_SCOPE("Script: " + script.name); @@ -89,3 +100,28 @@ void ScriptCore::CallAllUpdates(float dt) } } } + +void ScriptCore::ReloadAllScripts() +{ + Logger::LogVerbose("[ScriptCore] Reloading all Lua scripts..."); + for (auto& script : s_LuaStates) + { + if (script.component) + { + script.component->ReloadScript(); + } + } +} + +void ScriptCore::PrintScriptDiagnostics() +{ + Logger::LogVerbose("[ScriptCore] Registered Scripts: %zu", s_LuaStates.size()); + for (const auto& script : s_LuaStates) + { + Logger::LogVerbose(" - Name: %s | Path: %s | Lua: %p | Component: %p", + script.name.c_str(), + script.scriptPath.c_str(), + (void*)script.L, + (void*)script.component); + } +} diff --git a/src/src/core/scripts/ScriptCore.h b/src/src/core/scripts/ScriptCore.h index 7463ee8..fe3922d 100644 --- a/src/src/core/scripts/ScriptCore.h +++ b/src/src/core/scripts/ScriptCore.h @@ -3,23 +3,33 @@ #include #include +class ScriptComponent; + class ScriptCore { public: static void Init(); - static void RegisterState(lua_State* L, const std::string& scriptPath, const std::string& name); + + static void RegisterState(lua_State* L, + const std::string& scriptPath, + const std::string& name, + ScriptComponent* component); + static void UnregisterState(lua_State* L); static void CallAllInits(); static void CallAllUpdates(float dt); + static void ReloadAllScripts(); + static void PrintScriptDiagnostics(); + private: struct LuaScript { lua_State* L; std::string scriptPath; std::string name; - + ScriptComponent* component; }; static inline std::vector s_LuaStates; diff --git a/src/src/core/utils/AssetManager.cpp b/src/src/core/utils/AssetManager.cpp index d5ac7a7..31bde10 100644 --- a/src/src/core/utils/AssetManager.cpp +++ b/src/src/core/utils/AssetManager.cpp @@ -457,13 +457,13 @@ void AssetManager::LoadFontInternal(const std::string& path, uint64_t uaid) FT_Library ft; if (FT_Init_FreeType(&ft)) { - std::cerr << "[AssetManager] Could not init FreeType\n"; + Logger::LogError("[AssetManager] Could not init FreeType\n"); return; } FT_Face face; if (FT_New_Face(ft, path.c_str(), 0, &face)) { - std::cerr << "[AssetManager] Failed to load font: " << path << "\n"; + Logger::LogError("[AssetManager] Failed to load font: '%s'\n", path.c_str()); FT_Done_FreeType(ft); return; } @@ -711,6 +711,7 @@ void PrefabAssetInfo::Save(YAML::Emitter &out) const catch (const YAML::Exception &e) { Logger::LogError("[PrefabAssetInfo] Failed to parse prefabRoot YAML for saving: %s", e.what()); + return; } out << parsedInner; diff --git a/src/src/core/utils/EngineConfig.cpp b/src/src/core/utils/EngineConfig.cpp index 8f1c67c..080d3a2 100644 --- a/src/src/core/utils/EngineConfig.cpp +++ b/src/src/core/utils/EngineConfig.cpp @@ -12,7 +12,7 @@ //! Macro Fuckery my Gz EngineConfig g_engineConfig{ - .version = "0.8.4", + .version = "0.10.3", .gl_version = "430", .gl_maxLight = 512, .settings = UserSettings{} diff --git a/src/src/core/utils/Logging.cpp b/src/src/core/utils/Logging.cpp index 14e1c82..75c5fa8 100644 --- a/src/src/core/utils/Logging.cpp +++ b/src/src/core/utils/Logging.cpp @@ -3,7 +3,7 @@ #include #include #include - +#include "utils.h" // Logger.cpp or a logger helper header #include #include @@ -49,6 +49,7 @@ bool Logger::s_ShowWarning = true; bool Logger::s_ShowError = true; bool Logger::s_ShowDebug = false; bool Logger::s_ShowVerbose = false; +bool Logger::s_PrintToTerminal = false; const char *Logger::ToString(Level level) { @@ -102,6 +103,7 @@ void Logger::Log(Level level, const char *fmt, ...) void Logger::LogVA(Level level, const char *fmt, va_list args) { + static bool has_Terminal = HasTerminal(); char buffer[1024]; vsnprintf(buffer, sizeof(buffer), fmt, args); s_Messages.push_back({buffer, level}); @@ -111,7 +113,10 @@ void Logger::LogVA(Level level, const char *fmt, va_list args) std::string formatted = std::string("[Logger][") + levelStr + "] " + buffer; - std::cout << ansiColor << formatted << "\033[0m\n"; + if (s_PrintToTerminal && has_Terminal) + { + std::cout << ansiColor << formatted << "\033[0m\n"; + } ScopedLogFileWriter logFile; auto &out = logFile.Get(); @@ -257,6 +262,9 @@ void Logger::Draw(const char *title) Clear(); ImGui::SameLine(); ImGui::Checkbox("Auto-scroll", &s_AutoScroll); + + ImGui::SameLine(); + ImGui::Checkbox("PrintLogs", &s_PrintToTerminal); ImGui::Separator(); // New Ok checkbox diff --git a/src/src/core/utils/Logging.h b/src/src/core/utils/Logging.h index 8aa14af..356d057 100644 --- a/src/src/core/utils/Logging.h +++ b/src/src/core/utils/Logging.h @@ -58,6 +58,7 @@ private: static bool s_ShowError; static bool s_ShowDebug; static bool s_ShowVerbose; + static bool s_PrintToTerminal; static const char *ToString(Level level); static const char *GetAnsiColor(Level level); diff --git a/src/src/core/utils/utils.h b/src/src/core/utils/utils.h index 94c3a89..244febd 100644 --- a/src/src/core/utils/utils.h +++ b/src/src/core/utils/utils.h @@ -21,6 +21,24 @@ #include "AssetManager.h" +#include + +#if defined(_WIN32) + #include + #define ISATTY _isatty + #define FILENO _fileno +#else + #include + #define ISATTY isatty + #define FILENO fileno +#endif + +static bool HasTerminal() +{ + return ISATTY(FILENO(stdout)) != 0; +} + + struct ImageCacheEntry { unsigned int textureID; glm::vec2 size;