From aae7de1e83f143e4bee7847b889b94c20c5c881d Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Fri, 18 Apr 2025 23:31:59 -0500 Subject: [PATCH] cool scene --- imgui.ini | 38 +- remake/build.log | 1 - src/assets/scenes/Colors.cene | 3109 +++++++++++++++++++++++++++++++++ 3 files changed, 3128 insertions(+), 20 deletions(-) create mode 100644 src/assets/scenes/Colors.cene diff --git a/imgui.ini b/imgui.ini index 0f93657..1b7fee3 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=0,644 -Size=385,533 +Pos=0,398 +Size=385,322 Collapsed=0 DockId=0x0000000A,0 [Window][Scene Tree] Pos=0,19 -Size=385,623 +Size=385,377 Collapsed=0 DockId=0x00000009,0 [Window][Viewport] Pos=387,19 -Size=1533,675 +Size=893,205 Collapsed=0 DockId=0x00000007,0 @@ -36,14 +36,14 @@ Size=1280,19 Collapsed=0 [Window][Performance Info] -Pos=1672,696 -Size=248,300 +Pos=1136,226 +Size=144,313 Collapsed=0 DockId=0x00000003,0 [Window][Console] -Pos=387,939 -Size=1283,238 +Pos=387,688 +Size=747,32 Collapsed=0 DockId=0x0000000C,0 @@ -54,8 +54,8 @@ Collapsed=0 DockId=0x00000007,1 [Window][Profiler] -Pos=387,696 -Size=1283,241 +Pos=387,226 +Size=747,460 Collapsed=0 DockId=0x0000000B,0 @@ -78,23 +78,23 @@ Collapsed=0 DockId=0x0000000B,1 [Window][Color Correction] -Pos=1672,998 -Size=248,179 +Pos=1136,541 +Size=144,179 Collapsed=0 DockId=0x00000004,0 [Docking][Data] -DockSpace ID=0x11111111 Window=0x1BBC0F80 Pos=0,19 Size=1920,1158 Split=X +DockSpace ID=0x11111111 Window=0x1BBC0F80 Pos=0,19 Size=1280,701 Split=X DockNode ID=0x00000001 Parent=0x11111111 SizeRef=385,701 Split=Y Selected=0x12EF0F59 DockNode ID=0x00000009 Parent=0x00000001 SizeRef=385,623 HiddenTabBar=1 Selected=0x12EF0F59 DockNode ID=0x0000000A Parent=0x00000001 SizeRef=385,533 HiddenTabBar=1 Selected=0x36DC96AB DockNode ID=0x00000002 Parent=0x11111111 SizeRef=1533,701 Split=Y Selected=0xC450F867 - DockNode ID=0x00000007 Parent=0x00000002 SizeRef=606,675 CentralNode=1 HiddenTabBar=1 Selected=0xC450F867 - DockNode ID=0x00000008 Parent=0x00000002 SizeRef=606,481 Split=X Selected=0x9B5D3198 + DockNode ID=0x00000007 Parent=0x00000002 SizeRef=606,662 CentralNode=1 HiddenTabBar=1 Selected=0xC450F867 + DockNode ID=0x00000008 Parent=0x00000002 SizeRef=606,494 Split=X Selected=0x9B5D3198 DockNode ID=0x00000005 Parent=0x00000008 SizeRef=1283,481 Split=Y Selected=0x9B5D3198 - DockNode ID=0x0000000B Parent=0x00000005 SizeRef=1336,241 Selected=0x9B5D3198 - DockNode ID=0x0000000C Parent=0x00000005 SizeRef=1336,238 Selected=0xEA83D666 + DockNode ID=0x0000000B Parent=0x00000005 SizeRef=1336,460 Selected=0x9B5D3198 + DockNode ID=0x0000000C Parent=0x00000005 SizeRef=1336,32 Selected=0xEA83D666 DockNode ID=0x00000006 Parent=0x00000008 SizeRef=248,481 Split=Y Selected=0x3FC1A724 - DockNode ID=0x00000003 Parent=0x00000006 SizeRef=226,300 Selected=0x3FC1A724 + DockNode ID=0x00000003 Parent=0x00000006 SizeRef=226,313 Selected=0x3FC1A724 DockNode ID=0x00000004 Parent=0x00000006 SizeRef=226,179 HiddenTabBar=1 Selected=0xA873C17F diff --git a/remake/build.log b/remake/build.log index 8af518a..bb62909 100644 --- a/remake/build.log +++ b/remake/build.log @@ -1,2 +1 @@ -[COMPILE] g++ -std=c++20 -Wall -g -Isrc/include -Isrc/include/lua -Isrc/vendor -Isrc/vendor/imgui -Isrc/vendor/box2d -IC:/msys64/mingw64/include -Isrc\vendor\imgui -IC:\msys64\mingw64\lib\libyaml-cpp.a -MMD -MP -c src\src\Engine.cpp -o src\build\Engine.o [LINK] g++ src\build\Engine.o src\build\main.o src\build\Renderer.o src\build\Components\CameraComponent.o src\build\Components\LightComponent.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\Entitys\Object.o src\build\utils\EngineConfig.o src\build\utils\ExceptionHandler.o src\build\utils\FileDialog.o src\build\utils\GameObjectsList.o src\build\utils\Logging.o src\build\utils\Profiler.o src\build\utils\Shader.o src\build\utils\UID.o src\build\utils\utils.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 -o src\build\app.exe -LC:\msys64\mingw64\lib -lglfw3 -lglew32 -lopengl32 -lgdi32 -lyaml-cpp -lcomdlg32 -lssl -lcrypto diff --git a/src/assets/scenes/Colors.cene b/src/assets/scenes/Colors.cene new file mode 100644 index 0000000..8f44896 --- /dev/null +++ b/src/assets/scenes/Colors.cene @@ -0,0 +1,3109 @@ +engine_version: 0.1.0 +scene_name: New Text Document +scene_hash: a8db1d1f5c9b74c3c250a48e1a9027e6b17667a97313f951a1f11cee4cdf1d59 +format_version: 1 +objects: + - name: Pebble_0 + uid: e85562016cb64b959fd69315cc1797e7 + id: 0 + position: [0, 0] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_1 + uid: 1cae17c45d3d4438b8f543b50e5ffb72 + id: 1 + position: [1024, 0] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_2 + uid: f5f36fec036548308aecc76eff1a9a3f + id: 2 + position: [2048, 0] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_3 + uid: 5813414e4cba45db9d1bb80fa6a65c9f + id: 3 + position: [3072, 0] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_4 + uid: 3bf3be70582f462bac2c24d6bae8ead3 + id: 4 + position: [4096, 0] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_5 + uid: 6896df7c64944bdf8215b1c926f692ba + id: 5 + position: [5120, 0] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_6 + uid: 0aa64beade3d4e67b27536f562cfa350 + id: 6 + position: [6144, 0] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_7 + uid: 8bd0110b57684fe3b62a72417011772c + id: 7 + position: [7168, 0] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_8 + uid: 470cdd48a12d478cab97ed0ede5a74aa + id: 8 + position: [8192, 0] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_9 + uid: cf6cf8264000408c8e96394d4a0d35b5 + id: 9 + position: [9216, 0] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_10 + uid: b1058484091042939081566afbabdb19 + id: 10 + position: [0, 1024] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_11 + uid: d37e0904a8ec4e39974fd778d0864306 + id: 11 + position: [1024, 1024] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_12 + uid: 7096385451f642eb8be60b6b382758ec + id: 12 + position: [2048, 1024] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_13 + uid: 9fd0f3e7359243ffad3b7650fded8216 + id: 13 + position: [3072, 1024] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_14 + uid: 41561c043dd74b7ba8a96784b5ac7f67 + id: 14 + position: [4096, 1024] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_15 + uid: d69beab18a6045f28898ad4a204b4e32 + id: 15 + position: [5120, 1024] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_16 + uid: 6e66769b01a54db4b0a4c864cc010acd + id: 16 + position: [6144, 1024] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_17 + uid: 9ae594bcc9284415bf6fcc512ce13e35 + id: 17 + position: [7168, 1024] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_18 + uid: e99b90fa9f8f451496e047c938872a39 + id: 18 + position: [8192, 1024] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_19 + uid: fa4ec19f6ea741acaf433bac275d0caf + id: 19 + position: [9216, 1024] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_20 + uid: ac6c5aab4f734f45bca650641e6e0aa8 + id: 20 + position: [0, 2048] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_21 + uid: b88b0f4e174b4692980af93f4cff21ed + id: 21 + position: [1024, 2048] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_22 + uid: b0664699297944cbbcd4b284e8bead83 + id: 22 + position: [2048, 2048] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_23 + uid: 49318062e20c4755b84852182bb1a856 + id: 23 + position: [3072, 2048] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_24 + uid: 6ca72b6001ae44baa347e855ca687424 + id: 24 + position: [4096, 2048] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_25 + uid: 10638441c01c4d45b5667f501e5d7c6e + id: 25 + position: [5120, 2048] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_26 + uid: cf225d8e63a5420db7c1c154c2c5cc45 + id: 26 + position: [6144, 2048] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_27 + uid: bd8bb4c3245c401b8ab9933c51386e1a + id: 27 + position: [7168, 2048] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_28 + uid: 18abfe3cd6f344659be35928c7450ece + id: 28 + position: [8192, 2048] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_29 + uid: 8430f20f19cb4c6d99209f570db533a2 + id: 29 + position: [9216, 2048] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_30 + uid: 29a076615a854c59bd942babfde09cd1 + id: 30 + position: [0, 3072] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_31 + uid: bdbbdeb1ecf049c39f5d2ef370bec812 + id: 31 + position: [1024, 3072] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_32 + uid: 1b67fca2316948e2b9037c893e7b176a + id: 32 + position: [2048, 3072] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_33 + uid: 633b1ee581b54988b296f0ed1f8d40af + id: 33 + position: [3072, 3072] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_34 + uid: 45207140762641a4bb000d4c790a4bef + id: 34 + position: [4096, 3072] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_35 + uid: 7b24f12884864f2fb5ae28dab67c4b64 + id: 35 + position: [5120, 3072] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_36 + uid: e3b5680fcb51440ba76b684af19f23ed + id: 36 + position: [6144, 3072] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_37 + uid: 36dd5cd44b114269bd29fefb7517dc14 + id: 37 + position: [7168, 3072] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_38 + uid: 01bde747effb4c7ca3072b1ea2e00fab + id: 38 + position: [8192, 3072] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_39 + uid: 88a574ed4f584c2198d2a5d2435cb45e + id: 39 + position: [9216, 3072] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_40 + uid: 7d62e7bca5a24b48976330f442a69dca + id: 40 + position: [0, 4096] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_41 + uid: 89ee300ad90341029a91750d7c386c06 + id: 41 + position: [1024, 4096] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_42 + uid: 5118ed7a742a4b749298aa1ea472f2d3 + id: 42 + position: [2048, 4096] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_43 + uid: 05259ce8f36446cb9ef884a3124c80fc + id: 43 + position: [3072, 4096] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_44 + uid: 81aa1e36a42e448ca2902be2c405af4c + id: 44 + position: [4096, 4096] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_45 + uid: 2f0f0b4baf994fec88061b280ede3aa5 + id: 45 + position: [5120, 4096] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_46 + uid: 885d5c8bc849495fbf6c40c6926ccdd9 + id: 46 + position: [6144, 4096] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_47 + uid: 6f4eb9624ad74fb284de034ff0600a39 + id: 47 + position: [7168, 4096] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_48 + uid: 674d2e0d955747b496ba7ae49795532a + id: 48 + position: [8192, 4096] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_49 + uid: 3135e415df1a45f1936cc5b652c64d81 + id: 49 + position: [9216, 4096] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_50 + uid: 8e30ea606e634e08a726272c8b08f3d2 + id: 50 + position: [0, 5120] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_51 + uid: 34917f8c086e478e967d8d256dab06a9 + id: 51 + position: [1024, 5120] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_52 + uid: dcfefbb692854641b4e66c85eca80c7e + id: 52 + position: [2048, 5120] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_53 + uid: 36781bcd92fc4f5790dfd7182b3a76db + id: 53 + position: [3072, 5120] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_54 + uid: 7933991dc14b47c3843e57dbfb7ce9bb + id: 54 + position: [4096, 5120] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_55 + uid: 3353d14cadd04712844a876971e6e288 + id: 55 + position: [5120, 5120] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_56 + uid: 2180bb91aed848788c7b7511af47ff05 + id: 56 + position: [6144, 5120] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_57 + uid: aecebd51fcc941fead1ee2f304146266 + id: 57 + position: [7168, 5120] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_58 + uid: 8faf85fcaa3e40b297286ca89c4c7d69 + id: 58 + position: [8192, 5120] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_59 + uid: 060d6e5b663d4787a7a194f45907520c + id: 59 + position: [9216, 5120] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_60 + uid: b54cdbe3f8864f6d808f04b28095fc25 + id: 60 + position: [0, 6144] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_61 + uid: d4df499a1ef24827bae3562f62d9711b + id: 61 + position: [1024, 6144] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_62 + uid: a7e87ffb532145fe87fa1c66c3fac5f9 + id: 62 + position: [2048, 6144] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_63 + uid: e72964f159684da3b66fefca2ba3889a + id: 63 + position: [3072, 6144] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_64 + uid: 1e851618460b4db69e15760bc8521ca7 + id: 64 + position: [4096, 6144] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_65 + uid: 21726c79605641ebb60fc9a5ee9ec926 + id: 65 + position: [5120, 6144] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_66 + uid: 1e02beb64e3046f892ed30bc93e41644 + id: 66 + position: [6144, 6144] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_67 + uid: 1fe2a10d91ed4cc29f0685e17afdadbd + id: 67 + position: [7168, 6144] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_68 + uid: bc7a1acecde34ca99afd66e082d362f3 + id: 68 + position: [8192, 6144] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_69 + uid: c18c99ed2deb4703be0101352de81242 + id: 69 + position: [9216, 6144] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_70 + uid: 9599c3be4d6641ff900b032ee3741f72 + id: 70 + position: [0, 7168] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_71 + uid: c37d06c6f10e4298bfd4bd889b183406 + id: 71 + position: [1024, 7168] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_72 + uid: 32f17a8c3f764b03ab7d1912c4c8bc18 + id: 72 + position: [2048, 7168] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_73 + uid: 8df92f39976e4857895d7003968981e1 + id: 73 + position: [3072, 7168] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_74 + uid: 8858541ba3b64461ba1dd632d3a6755e + id: 74 + position: [4096, 7168] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_75 + uid: 1b26972864554b09abbebff7dae2b2ab + id: 75 + position: [5120, 7168] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_76 + uid: e36317d91d8941b68b94f84fb81c4b4c + id: 76 + position: [6144, 7168] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_77 + uid: ae688d2542fb44f0b7896ce6414f0126 + id: 77 + position: [7168, 7168] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_78 + uid: c06e90589f754f929eb32678c725fdd6 + id: 78 + position: [8192, 7168] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_79 + uid: be869f4a858648629403d86cb4d0e879 + id: 79 + position: [9216, 7168] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_80 + uid: 49df107ae80740beb2a50893a4d83943 + id: 80 + position: [0, 8192] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_81 + uid: 7b8b2f468d3c48da9a7bb7d65faf0da3 + id: 81 + position: [1024, 8192] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_82 + uid: 9ca6577421c14f71969022d327490ad2 + id: 82 + position: [2048, 8192] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_83 + uid: 63147c259b434cac86d7c274a4d71275 + id: 83 + position: [3072, 8192] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_84 + uid: e8599c29b1904f1d9fb0a28ee218d259 + id: 84 + position: [4096, 8192] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_85 + uid: 7933aec2c0d9461c83ad1558d8bc05f8 + id: 85 + position: [5120, 8192] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_86 + uid: 8af8b0c1545c486fbe2a7022abab076f + id: 86 + position: [6144, 8192] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_87 + uid: 843f7e5e2c134db8bdb62a660da08ee3 + id: 87 + position: [7168, 8192] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_88 + uid: 56463f54f8224deb82487cb6037dae3f + id: 88 + position: [8192, 8192] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_89 + uid: fb194bdd8a354a08af66cbd81309285a + id: 89 + position: [9216, 8192] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_90 + uid: 3b946a1130984c82a6338ae7e49ea5cd + id: 90 + position: [0, 9216] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_91 + uid: 05040a7a2c1d4661b15bde9a6fb68869 + id: 91 + position: [1024, 9216] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_92 + uid: a0da596a8d72433a94d0d785b5dc3790 + id: 92 + position: [2048, 9216] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_93 + uid: 624c2c1f7efe41f5a037147afc428151 + id: 93 + position: [3072, 9216] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_94 + uid: 3ef60094854b4d228d56a4e05d14bb3a + id: 94 + position: [4096, 9216] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_95 + uid: aa620ead20eb4bc7a63758aa5c9d3dbd + id: 95 + position: [5120, 9216] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_96 + uid: 8f3e2c7f4a134249a0303106c9e04fe0 + id: 96 + position: [6144, 9216] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_97 + uid: 53948db9e8a748128fa9fd7852bbff4b + id: 97 + position: [7168, 9216] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_98 + uid: e445d9c193074bc0aadb3103b33fa8f1 + id: 98 + position: [8192, 9216] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Pebble_99 + uid: 89c5ad48aed84184ac43f4f365fbf4c7 + id: 99 + position: [9216, 9216] + rotation: 0 + layer: 0 + visable: true + components: + - type: SpriteComponent + texture: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_diff_1k.png + normalMap: C:/Users/spenc/OneDrive/Pictures/textures/ganges_river_pebbles_nor_gl_1k.png + renderType: Lit + children: [] + - name: Light_0 + uid: 3cb97547069149d7a6d27af31c903b25 + id: 100 + position: [3901.22412, 2896.03564] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.489319623 + - 1 + - 0.199999988 + intensity: 1.66476631 + radius: 1233.07166 + falloff: 1 + type: 0 + children: [] + - name: Light_1 + uid: eaffc6b9e0a742909131ad10d0222bac + id: 101 + position: [2026.68091, 9731.88574] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.963738561 + - 1 + - 0.199999988 + intensity: 2.36469412 + radius: 1045.35706 + falloff: 1 + type: 0 + children: [] + - name: Light_2 + uid: 99e69a9a63c744d6bc1fff69d25ddfae + id: 102 + position: [1522.11377, 4078.87012] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.350159049 + intensity: 2.38165951 + radius: 1734.40576 + falloff: 1 + type: 0 + children: [] + - name: Light_3 + uid: bbeea00d3be34fcb80d8a863ba2bf23e + id: 103 + position: [7200.55273, 6327.17529] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.635792494 + intensity: 2.16699195 + radius: 1029.44385 + falloff: 1 + type: 0 + children: [] + - name: Light_4 + uid: 6241eeb5dc6c4fa79f973d1d2c37c69a + id: 104 + position: [9603.5625, 2609.63623] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.491446316 + - 1 + - 0.199999988 + intensity: 2.49930882 + radius: 1752.31519 + falloff: 1 + type: 0 + children: [] + - name: Light_5 + uid: a0473594f1ae43299f177e7d2d2a3653 + id: 105 + position: [4944.39014, 9524.95996] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.745680571 + - 0.199999988 + - 1 + intensity: 2.48285055 + radius: 1557.01807 + falloff: 1 + type: 0 + children: [] + - name: Light_6 + uid: 45a3fdfcbca5465e9e1bde49faf7d349 + id: 106 + position: [7821.25684, 5581.13574] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.435739517 + intensity: 1.28551114 + radius: 1945.03064 + falloff: 1 + type: 0 + children: [] + - name: Light_7 + uid: fe67fe47de1c455085a74c3419e4850a + id: 107 + position: [3704.49829, 3251.24609] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.292122245 + - 1 + intensity: 2.30713272 + radius: 1530.85645 + falloff: 1 + type: 0 + children: [] + - name: Light_8 + uid: cde66103dab74d14b4f2347b497b6f67 + id: 108 + position: [1412.7019, 6992.08594] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.214532554 + - 0.199999988 + intensity: 2.36716342 + radius: 1223.75488 + falloff: 1 + type: 0 + children: [] + - name: Light_9 + uid: 8050ff793ac14803a4bcc434fd22840d + id: 109 + position: [6744.38232, 8306.41699] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.727203965 + - 1 + - 0.199999988 + intensity: 1.29524505 + radius: 1783.7998 + falloff: 1 + type: 0 + children: [] + - name: Light_10 + uid: e7bdb7ab13414cc299f46a406787d887 + id: 110 + position: [3784.95874, 7176.94434] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.891654193 + - 0.199999988 + - 1 + intensity: 2.65170288 + radius: 1148.35474 + falloff: 1 + type: 0 + children: [] + - name: Light_11 + uid: 041716c45d624d5ab2df520aa42b9b8d + id: 111 + position: [6582.80225, 7549.75293] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.773637891 + - 1 + - 0.199999988 + intensity: 2.03734994 + radius: 1390.5813 + falloff: 1 + type: 0 + children: [] + - name: Light_12 + uid: 65dc26e2f25c4ff6905ec8e2f6a914b8 + id: 112 + position: [3146.45972, 1841.58691] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.807023823 + - 0.199999988 + intensity: 2.78442764 + radius: 1269.17517 + falloff: 1 + type: 0 + children: [] + - name: Light_13 + uid: 4854ef35245742538672ac1248496173 + id: 113 + position: [6562.56738, 8955.02148] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.381626129 + intensity: 2.69773269 + radius: 1472.25 + falloff: 1 + type: 0 + children: [] + - name: Light_14 + uid: ce0220014c9545678cce340f472d90c7 + id: 114 + position: [8961.5166, 8173.98682] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.235994041 + - 1 + - 0.199999988 + intensity: 1.47586954 + radius: 1036.09717 + falloff: 1 + type: 0 + children: [] + - name: Light_15 + uid: b6598bfadc5f46f8a277a3e9bb40e275 + id: 115 + position: [4637.24707, 8902.9707] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.606765747 + - 1 + intensity: 2.25549364 + radius: 1436.7699 + falloff: 1 + type: 0 + children: [] + - name: Light_16 + uid: 156206ebc4594e3097ab6d87e57d84af + id: 116 + position: [7109.38086, 8469.68262] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.495189071 + - 1 + - 0.199999988 + intensity: 1.74388075 + radius: 1842.75684 + falloff: 1 + type: 0 + children: [] + - name: Light_17 + uid: 9afea19ba2554bbeafae023f80e72a46 + id: 117 + position: [9555.2168, 977.290894] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.225245655 + intensity: 1.92680895 + radius: 1069.55347 + falloff: 1 + type: 0 + children: [] + - name: Light_18 + uid: 58bcd0a738714ae9b768af4ee654480a + id: 118 + position: [9994.58594, 4463.71777] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.45705241 + intensity: 2.71693754 + radius: 1225.06982 + falloff: 1 + type: 0 + children: [] + - name: Light_19 + uid: e06dde85f52c47638a30728486b869db + id: 119 + position: [2750.42969, 5391.74072] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.573387086 + - 0.199999988 + intensity: 1.94713986 + radius: 1770.49817 + falloff: 1 + type: 0 + children: [] + - name: Light_20 + uid: 6ca8bcd16eb34b648323830cd5d69a57 + id: 120 + position: [2619.87891, 6527.42285] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.802324295 + intensity: 1.29240942 + radius: 1393.31091 + falloff: 1 + type: 0 + children: [] + - name: Light_21 + uid: 09c056f5ca7740b0b5f3eec1edccc26b + id: 121 + position: [9224.05176, 809.621887] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.670708418 + - 1 + intensity: 2.4819603 + radius: 1663.65283 + falloff: 1 + type: 0 + children: [] + - name: Light_22 + uid: e8f102b29abc440aa098e816d0738e9a + id: 122 + position: [8575.92676, 7.2305727] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.949144721 + - 1 + intensity: 2.03148031 + radius: 1000.82623 + falloff: 1 + type: 0 + children: [] + - name: Light_23 + uid: 05c0b795e8b54453862cfc6561c5a37b + id: 123 + position: [9753.85059, 4158.14648] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.609568357 + - 0.199999988 + - 1 + intensity: 1.97983384 + radius: 1694.31482 + falloff: 1 + type: 0 + children: [] + - name: Light_24 + uid: 16fce5e4168640959d2d3741f0a2f749 + id: 124 + position: [2342.95361, 9656.3623] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.571794152 + - 0.199999988 + - 1 + intensity: 2.32946396 + radius: 1598.8894 + falloff: 1 + type: 0 + children: [] + - name: Light_25 + uid: 16ea0f0b565c480db6971011ddc79225 + id: 125 + position: [4942.91846, 10100.4414] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.706192374 + - 0.199999988 + - 1 + intensity: 1.77436972 + radius: 1823.9552 + falloff: 1 + type: 0 + children: [] + - name: Light_26 + uid: 4ba8f7f227024d8d9e5d9e8fcef2166a + id: 126 + position: [1700.68542, 7472.38721] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.547876 + - 1 + - 0.199999988 + intensity: 1.36890602 + radius: 1843.43677 + falloff: 1 + type: 0 + children: [] + - name: Light_27 + uid: 67390cb291704ef89ba83fc045b3af02 + id: 127 + position: [3444.08667, 3528.40088] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.550740004 + - 0.199999988 + - 1 + intensity: 2.3009491 + radius: 1174.10803 + falloff: 1 + type: 0 + children: [] + - name: Light_28 + uid: e75b3cdeb2164747bde00db711d0b825 + id: 128 + position: [1581.92651, 5704.40918] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.618692398 + - 1 + intensity: 2.70370793 + radius: 1312.57996 + falloff: 1 + type: 0 + children: [] + - name: Light_29 + uid: 5be48d6523524fdca4b27537f70e60d2 + id: 129 + position: [6000.02197, 7985.50391] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.316960394 + - 1 + - 0.199999988 + intensity: 1.86900985 + radius: 1702.17224 + falloff: 1 + type: 0 + children: [] + - name: Light_30 + uid: f6a86896f358409f8e3ac481ed42c879 + id: 130 + position: [3171.60864, 3632.08789] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.420029461 + intensity: 2.56550407 + radius: 1750.90015 + falloff: 1 + type: 0 + children: [] + - name: Light_31 + uid: 34d82933590e4115ab80861d5f62b38e + id: 131 + position: [6150.59326, 6397.81982] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.323482096 + - 1 + intensity: 1.29814434 + radius: 1376.38672 + falloff: 1 + type: 0 + children: [] + - name: Light_32 + uid: 208c769a15fa45e09153081c37db5434 + id: 132 + position: [2045.50317, 6644.56494] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.75643158 + - 1 + intensity: 2.73563671 + radius: 1094.18152 + falloff: 1 + type: 0 + children: [] + - name: Light_33 + uid: 446b07fc8ed94f45a6cf130df69c6884 + id: 133 + position: [4728.87744, 7597.72754] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.923639655 + - 0.199999988 + - 1 + intensity: 1.20599031 + radius: 1626.90405 + falloff: 1 + type: 0 + children: [] + - name: Light_34 + uid: 50bf02f02e4b4e21816110e2059349ba + id: 134 + position: [2004.56531, 8466.02148] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.267017543 + - 1 + - 0.199999988 + intensity: 2.13951731 + radius: 1788.50024 + falloff: 1 + type: 0 + children: [] + - name: Light_35 + uid: 3ff8b28e20144d4e8096758b8f0d8dfc + id: 135 + position: [2058.45117, 1217.01721] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.379731178 + - 0.199999988 + intensity: 1.38999331 + radius: 1066.37573 + falloff: 1 + type: 0 + children: [] + - name: Light_36 + uid: cdfc2649b69f4c1593c2ebe4df148990 + id: 136 + position: [5886.98975, 5407.64062] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.508194804 + - 0.199999988 + intensity: 2.8339529 + radius: 1012.03967 + falloff: 1 + type: 0 + children: [] + - name: Light_37 + uid: f65666a8fcea4189bd1e15d08426ec0d + id: 137 + position: [1678.026, 4437.3457] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.970243812 + intensity: 1.25699973 + radius: 1208.42419 + falloff: 1 + type: 0 + children: [] + - name: Light_38 + uid: 9c79f6c4e1e34fe2bb6b7488a6c8e865 + id: 138 + position: [9745.7959, 9568.70508] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.422947705 + - 1 + intensity: 2.13969493 + radius: 1615.94128 + falloff: 1 + type: 0 + children: [] + - name: Light_39 + uid: f73bdeca02294787a2d7297a99e3d5d6 + id: 139 + position: [6753.5, 4646.64355] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.999959946 + intensity: 2.40263915 + radius: 1402.83215 + falloff: 1 + type: 0 + children: [] + - name: Light_40 + uid: dc38f72285794139aef9c696d5afbd01 + id: 140 + position: [5044.02637, 7681.7876] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.57409358 + - 1 + - 0.199999988 + intensity: 2.3991096 + radius: 1105.19275 + falloff: 1 + type: 0 + children: [] + - name: Light_41 + uid: d2caea34d16a4891bb75b2a493addd07 + id: 141 + position: [1614.73975, 4442.48242] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.294381499 + - 1 + - 0.199999988 + intensity: 2.80402565 + radius: 1632.43567 + falloff: 1 + type: 0 + children: [] + - name: Light_42 + uid: a58a9e7ca4f149b985c8c4aabeb2392f + id: 142 + position: [4163.63818, 9645.02539] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.617695212 + - 1 + - 0.199999988 + intensity: 1.68376732 + radius: 1244.44287 + falloff: 1 + type: 0 + children: [] + - name: Light_43 + uid: 201886ee1e0a4105b4c9977bb76dbe69 + id: 143 + position: [4809.80859, 5361.58398] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.777808011 + - 1 + - 0.199999988 + intensity: 1.05312908 + radius: 1412.63867 + falloff: 1 + type: 0 + children: [] + - name: Light_44 + uid: f43a6f90714f47f8b2a44e64ed21ab9a + id: 144 + position: [3003.90283, 6251.73242] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.378355145 + - 0.199999988 + intensity: 2.45989609 + radius: 1272.09668 + falloff: 1 + type: 0 + children: [] + - name: Light_45 + uid: fbc81e50376b4e88b17fca012c5799e7 + id: 145 + position: [1686.22583, 1750.1394] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.446176529 + - 1 + - 0.199999988 + intensity: 2.58707905 + radius: 1670.82056 + falloff: 1 + type: 0 + children: [] + - name: Light_46 + uid: 11e26d019bb640b0b148b577bfd19c54 + id: 146 + position: [1587.854, 4698.12061] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.945951581 + - 0.199999988 + intensity: 2.73910713 + radius: 1131.14795 + falloff: 1 + type: 0 + children: [] + - name: Light_47 + uid: 68a625e0387a488b8a302022faf65130 + id: 147 + position: [2225.77783, 3850.36182] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.504052877 + - 0.199999988 + intensity: 1.31479168 + radius: 1281.91235 + falloff: 1 + type: 0 + children: [] + - name: Light_48 + uid: 348644190dc6434abaedac6d73490909 + id: 148 + position: [2590.70532, 2392.64307] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.20602113 + - 1 + - 0.199999988 + intensity: 2.67040777 + radius: 1470.43298 + falloff: 1 + type: 0 + children: [] + - name: Light_49 + uid: 6568f842a50e4fd3be59dfbd98f3a28e + id: 149 + position: [1137.18213, 1896.04065] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.840049565 + - 1 + - 0.199999988 + intensity: 2.96069431 + radius: 1522.66846 + falloff: 1 + type: 0 + children: [] + - name: Light_50 + uid: eb1a982c24604c0c9f4843b4766c107a + id: 150 + position: [1758.36365, 3141.57812] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.966285348 + - 0.199999988 + - 1 + intensity: 2.6676259 + radius: 1294.50085 + falloff: 1 + type: 0 + children: [] + - name: Light_51 + uid: 03f3597845084901b5ca1ae970bb6442 + id: 151 + position: [8920.93164, 3388.73511] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.343250811 + intensity: 2.20038962 + radius: 1013.47729 + falloff: 1 + type: 0 + children: [] + - name: Light_52 + uid: 92f51b73f25044179a2a040d93aef572 + id: 152 + position: [10198.627, 5362.4541] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.33322674 + intensity: 2.97321653 + radius: 1307.75366 + falloff: 1 + type: 0 + children: [] + - name: Light_53 + uid: 75329d49b6c44afab8813c26fdbf300c + id: 153 + position: [6810.86621, 7988.54443] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.391174972 + - 0.199999988 + intensity: 2.63926077 + radius: 1610.46704 + falloff: 1 + type: 0 + children: [] + - name: Light_54 + uid: 8fa946851c9a452e8409a3da4351824e + id: 154 + position: [7798.8291, 506.15097] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.783341229 + intensity: 2.94630623 + radius: 1385.2002 + falloff: 1 + type: 0 + children: [] + - name: Light_55 + uid: f5e336b1fb3f4e6cbb44fd6cef5fb96c + id: 155 + position: [10181.293, 9984.06641] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.509760857 + - 1 + intensity: 1.40131342 + radius: 1164.27087 + falloff: 1 + type: 0 + children: [] + - name: Light_56 + uid: fd5ab58e4c84435ea84e6c5fd6544f81 + id: 156 + position: [8721.57129, 8898.22656] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.944986343 + - 1 + intensity: 2.34490442 + radius: 1039.62646 + falloff: 1 + type: 0 + children: [] + - name: Light_57 + uid: 16992645a8e34231889f8433cfce1ec7 + id: 157 + position: [7444.26807, 826.23291] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.264924228 + intensity: 1.25025654 + radius: 1685.90088 + falloff: 1 + type: 0 + children: [] + - name: Light_58 + uid: b96385fa01a44bbbae31c7643d46f7a7 + id: 158 + position: [5639.4873, 269.66156] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.483573318 + - 0.199999988 + intensity: 1.10180652 + radius: 1408.6012 + falloff: 1 + type: 0 + children: [] + - name: Light_59 + uid: abe22517a74843ea94ddc4334e61731b + id: 159 + position: [9511.45215, 8182.91113] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.723189056 + - 1 + - 0.199999988 + intensity: 2.11441565 + radius: 1061.31775 + falloff: 1 + type: 0 + children: [] + - name: Light_60 + uid: 022fa95a2b524e1f8a80a922d3e0b1a9 + id: 160 + position: [7346.68945, 1453.26367] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.308411419 + - 1 + intensity: 2.26036263 + radius: 1716.67603 + falloff: 1 + type: 0 + children: [] + - name: Light_61 + uid: a27f3094ab1b466aad9712e958c3fb0e + id: 161 + position: [5716.1582, 4599.34473] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.374322474 + - 0.199999988 + intensity: 1.18649173 + radius: 1878.10681 + falloff: 1 + type: 0 + children: [] + - name: Light_62 + uid: aa390bdc852247a08126936bdcbf1748 + id: 162 + position: [8501.46094, 6619.20996] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.48978591 + - 0.199999988 + intensity: 1.86765671 + radius: 1764.55591 + falloff: 1 + type: 0 + children: [] + - name: Light_63 + uid: 5beac42c4da44c6a986748c329cef6cb + id: 163 + position: [813.162292, 5128.78906] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.656278491 + - 1 + - 0.199999988 + intensity: 1.39260769 + radius: 1278.00195 + falloff: 1 + type: 0 + children: [] + - name: Light_64 + uid: 1ae2ee7fff5041dda870c5345794d253 + id: 164 + position: [8547.47559, 1180.38013] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.93843919 + - 0.199999988 + - 1 + intensity: 1.62196064 + radius: 1551.3175 + falloff: 1 + type: 0 + children: [] + - name: Light_65 + uid: 7a0512c84db643ceb59369afc85e6f56 + id: 165 + position: [1178.19287, 6439.54492] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.225457191 + - 1 + - 0.199999988 + intensity: 2.7600975 + radius: 1361.54041 + falloff: 1 + type: 0 + children: [] + - name: Light_66 + uid: 2ecd5e226fc5451d9a56949909e5752e + id: 166 + position: [1371.57568, 7063.72559] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.439098716 + - 1 + intensity: 2.71200418 + radius: 1981.18848 + falloff: 1 + type: 0 + children: [] + - name: Light_67 + uid: 3b6a5c72599444208f53c61e861a92d6 + id: 167 + position: [5767.4248, 7152.47998] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.302259028 + intensity: 2.76029015 + radius: 1124.01477 + falloff: 1 + type: 0 + children: [] + - name: Light_68 + uid: 02a26156a3dc433d9a30144bc4eb73fc + id: 168 + position: [2135.19873, 714.492798] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.432363868 + - 0.199999988 + - 1 + intensity: 2.81613493 + radius: 1523.68384 + falloff: 1 + type: 0 + children: [] + - name: Light_69 + uid: 78a079def0da4995b994c4c00691fd99 + id: 169 + position: [8116.38379, 1513.9187] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.917639136 + - 0.199999988 + - 1 + intensity: 2.78565335 + radius: 1295.77637 + falloff: 1 + type: 0 + children: [] + - name: Light_70 + uid: 00ff90c2741b491793b02aff246b4694 + id: 170 + position: [831.819397, 2584.22095] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.401310742 + - 1 + intensity: 1.72078454 + radius: 1036.67322 + falloff: 1 + type: 0 + children: [] + - name: Light_71 + uid: fb7d5c7aed5f4061b2c229911a2aee7f + id: 171 + position: [5716.8623, 5367.37012] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.297533572 + intensity: 2.70558619 + radius: 1517.12354 + falloff: 1 + type: 0 + children: [] + - name: Light_72 + uid: 480e9a661aae4382a00433cd71ce4f0f + id: 172 + position: [3769.17603, 8868.37695] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.681029081 + intensity: 2.11139536 + radius: 1124.46765 + falloff: 1 + type: 0 + children: [] + - name: Light_73 + uid: 6b8030502aaf431f8df93bdf9190f37f + id: 173 + position: [2437.87622, 2330.25586] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.540248632 + intensity: 2.78275752 + radius: 1458.7511 + falloff: 1 + type: 0 + children: [] + - name: Light_74 + uid: 6f21b720b19c48318836f1c24f31d832 + id: 174 + position: [621.247314, 1819.44165] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.34916532 + intensity: 2.73046207 + radius: 1246.58179 + falloff: 1 + type: 0 + children: [] + - name: Light_75 + uid: d3602c9e65894201be6db4b183b9d16d + id: 175 + position: [1846.56494, 518.292114] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.494087219 + - 1 + intensity: 1.40578079 + radius: 1630.1582 + falloff: 1 + type: 0 + children: [] + - name: Light_76 + uid: f55d004fe9b74721a7d97840704c76e9 + id: 176 + position: [9977.96289, 3110.9585] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.385571837 + - 1 + intensity: 2.10342216 + radius: 1561.96167 + falloff: 1 + type: 0 + children: [] + - name: Light_77 + uid: 35b55f556fb24c4e93a9508c32ed204a + id: 177 + position: [706.212036, 8504.96973] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.273451984 + - 1 + intensity: 2.42909002 + radius: 1100.77356 + falloff: 1 + type: 0 + children: [] + - name: Light_78 + uid: f100d3087b494320a7fd7187f9470645 + id: 178 + position: [840.018799, 10042.1885] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.263822138 + intensity: 2.19824719 + radius: 1199.18042 + falloff: 1 + type: 0 + children: [] + - name: Light_79 + uid: e78c3fff6b19445ebe9e3183aabd4457 + id: 179 + position: [3910.82227, 2883.36792] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.626394987 + intensity: 1.44031715 + radius: 1325.10596 + falloff: 1 + type: 0 + children: [] + - name: Light_80 + uid: 5504c9cccaee4f37aff53c948555878b + id: 180 + position: [8758.99023, 3266.30762] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.901969135 + intensity: 2.07944918 + radius: 1248.98901 + falloff: 1 + type: 0 + children: [] + - name: Light_81 + uid: 879cb7e5b70e4ffda288dfb4844e3893 + id: 181 + position: [3707.62915, 1343.15002] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.366218746 + - 1 + intensity: 1.77633476 + radius: 1796.10132 + falloff: 1 + type: 0 + children: [] + - name: Light_82 + uid: ece7463e71e64b4bba0a4e3a3504f27b + id: 182 + position: [4241.06885, 6407.03125] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.379257977 + intensity: 1.7478292 + radius: 1892.97986 + falloff: 1 + type: 0 + children: [] + - name: Light_83 + uid: 204e546ebce746aa9ba1f91d12012cab + id: 183 + position: [9730.21289, 5664.38086] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.617449164 + - 1 + intensity: 2.54580641 + radius: 1273.66016 + falloff: 1 + type: 0 + children: [] + - name: Light_84 + uid: 15391eb182934db3a7ae8ea4ca1869eb + id: 184 + position: [4367.00293, 10189.3574] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.486594498 + - 1 + - 0.199999988 + intensity: 2.99903464 + radius: 1784.16382 + falloff: 1 + type: 0 + children: [] + - name: Light_85 + uid: 4091a18b5a214906b4b395da712fc507 + id: 185 + position: [2685.4834, 3817.72314] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.422403991 + - 0.199999988 + intensity: 1.07608593 + radius: 1898.6123 + falloff: 1 + type: 0 + children: [] + - name: Light_86 + uid: 6b1d5ecf3f6d47b6b851a69ee1716da1 + id: 186 + position: [5901.38184, 8644.33984] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.746846557 + - 0.199999988 + intensity: 1.92068315 + radius: 1610.12732 + falloff: 1 + type: 0 + children: [] + - name: Light_87 + uid: be0513a72e8448c9bb2d1fd4163e944e + id: 187 + position: [6333.29297, 1479.30554] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.895972371 + - 0.199999988 + intensity: 1.98927116 + radius: 1076.6333 + falloff: 1 + type: 0 + children: [] + - name: Light_88 + uid: 5237da35da6e480ab9e1be0d58892b07 + id: 188 + position: [9263.02637, 4117.1377] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.252906024 + intensity: 2.54042578 + radius: 1761.48828 + falloff: 1 + type: 0 + children: [] + - name: Light_89 + uid: 183b65becba74066a189ccd2a339100c + id: 189 + position: [2286.46924, 7730.44727] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.370602429 + intensity: 1.83279562 + radius: 1396.91272 + falloff: 1 + type: 0 + children: [] + - name: Light_90 + uid: 954a08b96897493fa479e89e306cdb1c + id: 190 + position: [3180.90967, 4337.23877] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.37062645 + - 1 + intensity: 2.08366013 + radius: 1055.17114 + falloff: 1 + type: 0 + children: [] + - name: Light_91 + uid: d0157db15e7e425a9f602c39a78033f1 + id: 191 + position: [4170.79004, 8887.47266] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.519426703 + - 1 + - 0.199999988 + intensity: 2.11854076 + radius: 1605.40674 + falloff: 1 + type: 0 + children: [] + - name: Light_92 + uid: 9a716be6999e4d8ea22c2db1196c4f99 + id: 192 + position: [8159.49707, 3249.63477] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.68592298 + intensity: 1.13812637 + radius: 1638.51978 + falloff: 1 + type: 0 + children: [] + - name: Light_93 + uid: ce35802791d54cafa7b402ce9182d33a + id: 193 + position: [865.037231, 6004.35791] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.269989967 + intensity: 1.44306695 + radius: 1558.61597 + falloff: 1 + type: 0 + children: [] + - name: Light_94 + uid: 4513051e8e6945ac922dcc3157a964b8 + id: 194 + position: [1688.11353, 6904.9873] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.581830621 + - 1 + intensity: 1.14574003 + radius: 1689.09558 + falloff: 1 + type: 0 + children: [] + - name: Light_95 + uid: 5bfe4cf383184752ba9e3d2c2e72ac87 + id: 195 + position: [8772.71387, 9022.81641] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 1 + - 0.390780985 + intensity: 1.40600204 + radius: 1694.69482 + falloff: 1 + type: 0 + children: [] + - name: Light_96 + uid: b0c7aeb56d994533b94eaecf877ed663 + id: 196 + position: [2014.50098, 5568.98877] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.221722782 + - 0.199999988 + intensity: 2.29749608 + radius: 1387.56628 + falloff: 1 + type: 0 + children: [] + - name: Light_97 + uid: abfb857406a04c38a54908dbb1340bce + id: 197 + position: [8364.92285, 5985.27344] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.503095984 + - 0.199999988 + - 1 + intensity: 1.6693182 + radius: 1313.39648 + falloff: 1 + type: 0 + children: [] + - name: Light_98 + uid: 869b0df8b74b43c896c0d9345133c1c8 + id: 198 + position: [5495.56641, 6429.77441] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 1 + - 0.199999988 + - 0.506084442 + intensity: 1.88404572 + radius: 1793.00903 + falloff: 1 + type: 0 + children: [] + - name: Light_99 + uid: 106d0dafa6dd400abf7bb0698a394bc5 + id: 199 + position: [2826.17334, 5054.354] + rotation: 0 + layer: 0 + visable: true + components: + - type: LightComponent + color: + - 0.199999988 + - 0.745536566 + - 1 + intensity: 1.79323292 + radius: 1938.23523 + falloff: 1 + type: 0 + children: [] +color_correction: + brightness: 1 + saturation: 1 + gamma: 1 \ No newline at end of file