diff --git a/build.gradle b/build.gradle index f1a64af..1ce3a7b 100644 --- a/build.gradle +++ b/build.gradle @@ -57,6 +57,18 @@ dependencies { } +task copyAssets(type: Copy) { + copy { + from "assets" + into "${buildDir}/libs/assets" + } + + copy { + from "level.txt" + into "${buildDir}/libs" + } +} + task fatJar(type: Jar) { manifest.from jar.manifest from { @@ -66,9 +78,9 @@ task fatJar(type: Jar) { exclude "META-INF/*.DSA" exclude "META-INF/*.RSA" } - with jar } +fatJar.dependsOn(copyAssets) artifacts { archives fatJar diff --git a/imgui.ini b/imgui.ini index 67f6ede..9278fdf 100644 --- a/imgui.ini +++ b/imgui.ini @@ -1,11 +1,11 @@ [Window][Debug##Default] -Pos=60,60 +Pos=60,37 Size=400,400 Collapsed=0 [Window][Test window] Pos=8,3 -Size=1904,145 +Size=1904,132 Collapsed=0 DockId=0x00000009,0 @@ -27,8 +27,8 @@ Size=1920,1080 Collapsed=0 [Window][Game Viewport] -Pos=511,150 -Size=1401,899 +Pos=502,3 +Size=1410,1046 Collapsed=0 DockId=0x00000002,0 @@ -39,8 +39,8 @@ Collapsed=0 DockId=0x00000008,0 [Window][Level Editor Stuff] -Pos=8,150 -Size=501,663 +Pos=8,137 +Size=492,676 Collapsed=0 DockId=0x00000003,0 @@ -51,21 +51,21 @@ Collapsed=0 DockId=0x00000003,1 [Window][Scene Hierarchy] -Pos=8,815 -Size=501,234 +Pos=8,3 +Size=492,1046 Collapsed=0 DockId=0x00000004,0 [Docking][Data] DockSpace ID=0x6D3A3A6E Window=0x091AB4BE Pos=8,26 Size=1904,1046 Split=Y - DockNode ID=0x00000009 Parent=0x6D3A3A6E SizeRef=1904,145 Selected=0x8081D1E6 - DockNode ID=0x0000000A Parent=0x6D3A3A6E SizeRef=1904,899 Split=X - DockNode ID=0x00000001 Parent=0x0000000A SizeRef=501,1981 Split=Y Selected=0xE927CF2F + DockNode ID=0x00000009 Parent=0x6D3A3A6E SizeRef=1904,132 Selected=0x8081D1E6 + DockNode ID=0x0000000A Parent=0x6D3A3A6E SizeRef=1904,912 Split=X + DockNode ID=0x00000001 Parent=0x0000000A SizeRef=492,1981 Split=Y Selected=0xE927CF2F DockNode ID=0x00000005 Parent=0x00000001 SizeRef=708,991 Split=Y Selected=0xE927CF2F DockNode ID=0x00000007 Parent=0x00000005 SizeRef=848,190 Split=Y Selected=0x9A68760C - DockNode ID=0x00000003 Parent=0x00000007 SizeRef=472,139 Selected=0x4D7EC7FC - DockNode ID=0x00000004 Parent=0x00000007 SizeRef=472,49 Selected=0x9A68760C + DockNode ID=0x00000003 Parent=0x00000007 SizeRef=472,676 Selected=0x4D7EC7FC + DockNode ID=0x00000004 Parent=0x00000007 SizeRef=472,234 Selected=0x9A68760C DockNode ID=0x00000008 Parent=0x00000005 SizeRef=848,707 Selected=0xC89E3217 DockNode ID=0x00000006 Parent=0x00000001 SizeRef=708,988 Selected=0xF02CD328 - DockNode ID=0x00000002 Parent=0x0000000A SizeRef=1401,1981 CentralNode=1 Selected=0xAE7BB42F + DockNode ID=0x00000002 Parent=0x0000000A SizeRef=1410,1981 CentralNode=1 Selected=0xAE7BB42F diff --git a/level.txt b/level.txt index b9eafff..f0f6253 100644 --- a/level.txt +++ b/level.txt @@ -1,6 +1,6 @@ [ { - "uid": 300, + "uid": 7006, "name": "Sprite_Object_Gen", "components": [ { @@ -16,7 +16,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -55,7 +55,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -75,7 +75,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -93,13 +93,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -107,14 +107,14 @@ "isDead": false }, { - "uid": 301, + "uid": 7007, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 0.125, + "x": 0.375, "y": 0.375 }, "scale": { @@ -123,7 +123,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -162,7 +162,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -182,7 +182,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -200,13 +200,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -214,15 +214,15 @@ "isDead": false }, { - "uid": 302, + "uid": 7008, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 0.125, - "y": 0.125 + "x": 1.125, + "y": 0.375 }, "scale": { "x": 0.25, @@ -230,7 +230,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -269,7 +269,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -289,7 +289,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -307,13 +307,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -321,14 +321,14 @@ "isDead": false }, { - "uid": 303, + "uid": 7009, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 0.375, + "x": 1.375, "y": 0.375 }, "scale": { @@ -337,7 +337,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -376,7 +376,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -396,7 +396,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -414,13 +414,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -428,15 +428,15 @@ "isDead": false }, { - "uid": 304, + "uid": 7010, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 0.375, - "y": 0.125 + "x": 1.625, + "y": 0.375 }, "scale": { "x": 0.25, @@ -444,7 +444,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -483,7 +483,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -503,7 +503,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -521,13 +521,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -535,14 +535,14 @@ "isDead": false }, { - "uid": 305, + "uid": 7011, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 0.625, + "x": 1.875, "y": 0.375 }, "scale": { @@ -551,7 +551,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -590,7 +590,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -610,7 +610,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -628,13 +628,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -642,15 +642,15 @@ "isDead": false }, { - "uid": 306, + "uid": 7012, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 0.625, - "y": 0.375 + "x": 1.875, + "y": 0.125 }, "scale": { "x": 0.25, @@ -658,7 +658,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -697,7 +697,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -717,7 +717,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -735,13 +735,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -749,14 +749,14 @@ "isDead": false }, { - "uid": 307, + "uid": 7013, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 0.625, + "x": 1.625, "y": 0.125 }, "scale": { @@ -765,7 +765,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -804,7 +804,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -824,7 +824,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -842,13 +842,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -856,15 +856,15 @@ "isDead": false }, { - "uid": 308, + "uid": 7014, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 0.875, - "y": 0.375 + "x": 1.375, + "y": 0.125 }, "scale": { "x": 0.25, @@ -872,7 +872,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -911,7 +911,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -931,7 +931,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -949,13 +949,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -963,15 +963,15 @@ "isDead": false }, { - "uid": 309, + "uid": 7015, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 0.875, - "y": 0.375 + "x": 1.125, + "y": 0.125 }, "scale": { "x": 0.25, @@ -979,7 +979,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -1018,7 +1018,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -1038,7 +1038,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -1056,13 +1056,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -1070,7 +1070,7 @@ "isDead": false }, { - "uid": 310, + "uid": 7016, "name": "Sprite_Object_Gen", "components": [ { @@ -1078,7 +1078,7 @@ "properties": { "position": { "x": 0.875, - "y": 0.375 + "y": 0.125 }, "scale": { "x": 0.25, @@ -1086,7 +1086,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -1125,7 +1125,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -1145,7 +1145,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -1163,13 +1163,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -1177,14 +1177,14 @@ "isDead": false }, { - "uid": 311, + "uid": 7017, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 0.875, + "x": 0.625, "y": 0.125 }, "scale": { @@ -1193,7 +1193,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -1232,7 +1232,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -1252,7 +1252,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -1270,13 +1270,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -1284,15 +1284,15 @@ "isDead": false }, { - "uid": 312, + "uid": 7018, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.125, - "y": 0.375 + "x": 0.375, + "y": 0.125 }, "scale": { "x": 0.25, @@ -1300,7 +1300,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -1339,7 +1339,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -1359,7 +1359,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -1377,13 +1377,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -1391,15 +1391,15 @@ "isDead": false }, { - "uid": 313, + "uid": 7019, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.125, - "y": 0.375 + "x": 0.125, + "y": 0.125 }, "scale": { "x": 0.25, @@ -1407,7 +1407,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -1446,7 +1446,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -1466,7 +1466,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -1484,13 +1484,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -1498,15 +1498,15 @@ "isDead": false }, { - "uid": 314, + "uid": 7020, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.125, - "y": 0.125 + "x": 0.625, + "y": 0.375 }, "scale": { "x": 0.25, @@ -1514,7 +1514,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -1553,7 +1553,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -1573,7 +1573,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -1591,13 +1591,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -1605,14 +1605,14 @@ "isDead": false }, { - "uid": 315, + "uid": 7021, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.375, + "x": 0.875, "y": 0.375 }, "scale": { @@ -1621,7 +1621,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 72 } }, { @@ -1660,7 +1660,7 @@ } ] }, - "uid": 21 + "uid": 73 } }, { @@ -1680,7 +1680,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 74 } }, { @@ -1698,13 +1698,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 75 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 76 } } ], @@ -1712,23 +1712,23 @@ "isDead": false }, { - "uid": 316, + "uid": 7022, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.375, - "y": 0.375 + "x": 0.875, + "y": 0.625 }, "scale": { "x": 0.25, "y": 0.25 }, "rotation": 0.0, - "zIndex": 0, - "uid": 20 + "zIndex": -1, + "uid": 369 } }, { @@ -1750,68 +1750,87 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 0.85714287, + "y": 0.5833333 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.5 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.71428573, + "y": 0.5 }, { - "x": 0.0, - "y": 1.0 + "x": 0.71428573, + "y": 0.5833333 } ] }, - "uid": 21 + "uid": 370 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7023, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "physics2d.components.Rigidbody2D", + "type": "jade.Transform", "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 + "position": { + "x": 0.625, + "y": 0.625 }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 22 - } - }, - { - "type": "physics2d.components.Box2DCollider", - "properties": { - "halfSize": { + "scale": { "x": 0.25, "y": 0.25 }, - "origin": { - "x": 0.0, - "y": 0.0 - }, - "offset": { - "x": 0.0, - "y": 0.0 - }, - "uid": 23 + "rotation": 0.0, + "zIndex": -1, + "uid": 372 } }, { - "type": "components.Ground", + "type": "components.SpriteRenderer", "properties": { - "uid": 24 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.5 + } + ] + }, + "uid": 373 } } ], @@ -1819,23 +1838,23 @@ "isDead": false }, { - "uid": 317, + "uid": 7024, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.375, - "y": 0.375 + "x": 1.125, + "y": 0.625 }, "scale": { "x": 0.25, "y": 0.25 }, "rotation": 0.0, - "zIndex": 0, - "uid": 20 + "zIndex": -1, + "uid": 375 } }, { @@ -1857,68 +1876,87 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 0.85714287, + "y": 0.5 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.41666666 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.71428573, + "y": 0.41666666 }, { - "x": 0.0, - "y": 1.0 + "x": 0.71428573, + "y": 0.5 } ] }, - "uid": 21 + "uid": 376 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7025, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "physics2d.components.Rigidbody2D", + "type": "jade.Transform", "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 + "position": { + "x": 0.875, + "y": 0.875 }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 22 - } - }, - { - "type": "physics2d.components.Box2DCollider", - "properties": { - "halfSize": { + "scale": { "x": 0.25, "y": 0.25 }, - "origin": { - "x": 0.0, - "y": 0.0 - }, - "offset": { - "x": 0.0, - "y": 0.0 - }, - "uid": 23 + "rotation": 0.0, + "zIndex": -1, + "uid": 378 } }, { - "type": "components.Ground", + "type": "components.SpriteRenderer", "properties": { - "uid": 24 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5833333 + } + ] + }, + "uid": 379 } } ], @@ -1926,14 +1964,14 @@ "isDead": false }, { - "uid": 318, + "uid": 7026, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.375, + "x": 2.125, "y": 0.375 }, "scale": { @@ -1942,7 +1980,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -1981,7 +2019,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -2001,7 +2039,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -2019,13 +2057,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -2033,14 +2071,14 @@ "isDead": false }, { - "uid": 319, + "uid": 7027, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.375, + "x": 2.375, "y": 0.375 }, "scale": { @@ -2049,7 +2087,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -2088,7 +2126,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -2108,7 +2146,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -2126,13 +2164,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -2140,15 +2178,15 @@ "isDead": false }, { - "uid": 320, + "uid": 7028, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.375, - "y": 0.125 + "x": 2.625, + "y": 0.375 }, "scale": { "x": 0.25, @@ -2156,7 +2194,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -2195,7 +2233,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -2215,7 +2253,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -2233,13 +2271,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -2247,14 +2285,14 @@ "isDead": false }, { - "uid": 321, + "uid": 7029, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.625, + "x": 2.875, "y": 0.375 }, "scale": { @@ -2263,7 +2301,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -2302,7 +2340,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -2322,7 +2360,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -2340,13 +2378,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -2354,14 +2392,14 @@ "isDead": false }, { - "uid": 322, + "uid": 7030, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.625, + "x": 3.125, "y": 0.375 }, "scale": { @@ -2370,7 +2408,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -2409,7 +2447,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -2429,7 +2467,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -2447,13 +2485,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -2461,14 +2499,14 @@ "isDead": false }, { - "uid": 323, + "uid": 7031, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.625, + "x": 3.375, "y": 0.375 }, "scale": { @@ -2477,7 +2515,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -2516,7 +2554,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -2536,7 +2574,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -2554,13 +2592,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -2568,14 +2606,14 @@ "isDead": false }, { - "uid": 324, + "uid": 7032, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.625, + "x": 3.625, "y": 0.375 }, "scale": { @@ -2584,7 +2622,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -2623,7 +2661,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -2643,7 +2681,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -2661,13 +2699,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -2675,14 +2713,14 @@ "isDead": false }, { - "uid": 325, + "uid": 7033, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.625, + "x": 3.875, "y": 0.375 }, "scale": { @@ -2691,7 +2729,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -2730,7 +2768,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -2750,7 +2788,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -2768,13 +2806,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -2782,14 +2820,14 @@ "isDead": false }, { - "uid": 326, + "uid": 7034, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.625, + "x": 4.125, "y": 0.375 }, "scale": { @@ -2798,7 +2836,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -2837,7 +2875,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -2857,7 +2895,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -2875,13 +2913,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -2889,14 +2927,14 @@ "isDead": false }, { - "uid": 327, + "uid": 7035, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.625, + "x": 4.375, "y": 0.375 }, "scale": { @@ -2905,7 +2943,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -2944,7 +2982,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -2964,7 +3002,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -2982,13 +3020,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -2996,15 +3034,15 @@ "isDead": false }, { - "uid": 328, + "uid": 7036, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.625, - "y": 0.125 + "x": 4.625, + "y": 0.375 }, "scale": { "x": 0.25, @@ -3012,7 +3050,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -3051,7 +3089,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -3071,7 +3109,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -3089,13 +3127,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -3103,14 +3141,14 @@ "isDead": false }, { - "uid": 329, + "uid": 7037, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.875, + "x": 4.875, "y": 0.375 }, "scale": { @@ -3119,7 +3157,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -3158,7 +3196,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -3178,7 +3216,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -3196,13 +3234,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -3210,14 +3248,14 @@ "isDead": false }, { - "uid": 330, + "uid": 7038, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.875, + "x": 5.125, "y": 0.375 }, "scale": { @@ -3226,7 +3264,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -3265,7 +3303,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -3285,7 +3323,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -3303,13 +3341,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -3317,14 +3355,14 @@ "isDead": false }, { - "uid": 331, + "uid": 7039, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.875, + "x": 5.375, "y": 0.375 }, "scale": { @@ -3333,7 +3371,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -3372,7 +3410,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -3392,7 +3430,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -3410,13 +3448,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -3424,15 +3462,15 @@ "isDead": false }, { - "uid": 332, + "uid": 7040, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.875, - "y": 0.125 + "x": 5.625, + "y": 0.375 }, "scale": { "x": 0.25, @@ -3440,7 +3478,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -3479,7 +3517,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -3499,7 +3537,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -3517,13 +3555,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -3531,14 +3569,14 @@ "isDead": false }, { - "uid": 333, + "uid": 7041, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.125, + "x": 5.875, "y": 0.375 }, "scale": { @@ -3547,7 +3585,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -3586,7 +3624,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -3606,7 +3644,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -3624,13 +3662,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -3638,14 +3676,14 @@ "isDead": false }, { - "uid": 334, + "uid": 7042, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.125, + "x": 6.125, "y": 0.375 }, "scale": { @@ -3654,7 +3692,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -3693,7 +3731,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -3713,7 +3751,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -3731,13 +3769,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -3745,14 +3783,14 @@ "isDead": false }, { - "uid": 335, + "uid": 7043, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.125, + "x": 6.375, "y": 0.375 }, "scale": { @@ -3761,7 +3799,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -3800,7 +3838,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -3820,7 +3858,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -3838,13 +3876,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -3852,14 +3890,228 @@ "isDead": false }, { - "uid": 336, + "uid": 7044, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.125, + "x": 6.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7045, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 6.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7046, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 6.875, "y": 0.125 }, "scale": { @@ -3868,7 +4120,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -3907,7 +4159,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -3927,7 +4179,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -3945,13 +4197,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -3959,14 +4211,14 @@ "isDead": false }, { - "uid": 337, + "uid": 7047, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.375, + "x": 6.625, "y": 0.125 }, "scale": { @@ -3975,7 +4227,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -4014,7 +4266,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -4034,7 +4286,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -4052,13 +4304,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -4066,14 +4318,14 @@ "isDead": false }, { - "uid": 338, + "uid": 7048, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.625, + "x": 6.375, "y": 0.125 }, "scale": { @@ -4082,7 +4334,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -4121,7 +4373,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -4141,7 +4393,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -4159,13 +4411,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -4173,15 +4425,15 @@ "isDead": false }, { - "uid": 339, + "uid": 7049, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.875, - "y": 0.375 + "x": 6.125, + "y": 0.125 }, "scale": { "x": 0.25, @@ -4189,7 +4441,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -4228,7 +4480,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -4248,7 +4500,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -4266,13 +4518,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -4280,15 +4532,15 @@ "isDead": false }, { - "uid": 340, + "uid": 7050, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.875, - "y": 0.375 + "x": 5.875, + "y": 0.125 }, "scale": { "x": 0.25, @@ -4296,7 +4548,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -4335,7 +4587,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -4355,7 +4607,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -4373,13 +4625,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -4387,14 +4639,14 @@ "isDead": false }, { - "uid": 341, + "uid": 7051, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.875, + "x": 5.625, "y": 0.125 }, "scale": { @@ -4403,7 +4655,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -4442,7 +4694,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -4462,7 +4714,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -4480,13 +4732,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -4494,15 +4746,15 @@ "isDead": false }, { - "uid": 342, + "uid": 7052, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 3.125, - "y": 0.375 + "x": 5.375, + "y": 0.125 }, "scale": { "x": 0.25, @@ -4510,7 +4762,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -4549,7 +4801,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -4569,7 +4821,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -4587,13 +4839,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -4601,14 +4853,14 @@ "isDead": false }, { - "uid": 343, + "uid": 7053, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 3.125, + "x": 5.125, "y": 0.125 }, "scale": { @@ -4617,7 +4869,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -4656,7 +4908,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -4676,7 +4928,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -4694,13 +4946,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -4708,15 +4960,15 @@ "isDead": false }, { - "uid": 344, + "uid": 7054, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 3.375, - "y": 0.375 + "x": 4.875, + "y": 0.125 }, "scale": { "x": 0.25, @@ -4724,7 +4976,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -4763,7 +5015,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -4783,7 +5035,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -4801,13 +5053,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -4815,15 +5067,15 @@ "isDead": false }, { - "uid": 345, + "uid": 7055, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 3.375, - "y": 0.375 + "x": 4.625, + "y": 0.125 }, "scale": { "x": 0.25, @@ -4831,7 +5083,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -4870,7 +5122,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -4890,7 +5142,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -4908,13 +5160,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -4922,14 +5174,14 @@ "isDead": false }, { - "uid": 346, + "uid": 7056, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 3.375, + "x": 4.375, "y": 0.125 }, "scale": { @@ -4938,7 +5190,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -4977,7 +5229,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -4997,7 +5249,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -5015,13 +5267,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -5029,15 +5281,15 @@ "isDead": false }, { - "uid": 347, + "uid": 7057, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 3.625, - "y": 0.375 + "x": 4.125, + "y": 0.125 }, "scale": { "x": 0.25, @@ -5045,7 +5297,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -5084,7 +5336,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -5104,7 +5356,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -5122,13 +5374,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -5136,15 +5388,15 @@ "isDead": false }, { - "uid": 348, + "uid": 7058, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 3.625, - "y": 0.375 + "x": 3.875, + "y": 0.125 }, "scale": { "x": 0.25, @@ -5152,7 +5404,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -5191,7 +5443,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -5211,7 +5463,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -5229,13 +5481,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -5243,7 +5495,7 @@ "isDead": false }, { - "uid": 349, + "uid": 7059, "name": "Sprite_Object_Gen", "components": [ { @@ -5259,7 +5511,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -5298,7 +5550,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -5318,7 +5570,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -5336,13 +5588,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -5350,15 +5602,15 @@ "isDead": false }, { - "uid": 350, + "uid": 7060, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 3.875, - "y": 0.375 + "x": 3.375, + "y": 0.125 }, "scale": { "x": 0.25, @@ -5366,7 +5618,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -5405,7 +5657,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -5425,7 +5677,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -5443,13 +5695,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -5457,15 +5709,15 @@ "isDead": false }, { - "uid": 351, + "uid": 7061, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 3.875, - "y": 0.375 + "x": 3.125, + "y": 0.125 }, "scale": { "x": 0.25, @@ -5473,7 +5725,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -5512,7 +5764,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -5532,7 +5784,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -5550,13 +5802,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -5564,15 +5816,15 @@ "isDead": false }, { - "uid": 352, + "uid": 7062, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 3.875, - "y": 0.375 + "x": 2.875, + "y": 0.125 }, "scale": { "x": 0.25, @@ -5580,7 +5832,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -5619,7 +5871,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -5639,7 +5891,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -5657,13 +5909,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -5671,14 +5923,14 @@ "isDead": false }, { - "uid": 353, + "uid": 7063, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 3.875, + "x": 2.625, "y": 0.125 }, "scale": { @@ -5687,7 +5939,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -5726,7 +5978,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -5746,7 +5998,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -5764,13 +6016,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -5778,15 +6030,15 @@ "isDead": false }, { - "uid": 354, + "uid": 7064, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 4.125, - "y": 0.375 + "x": 2.375, + "y": 0.125 }, "scale": { "x": 0.25, @@ -5794,7 +6046,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -5833,7 +6085,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -5853,7 +6105,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -5871,13 +6123,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -5885,15 +6137,15 @@ "isDead": false }, { - "uid": 355, + "uid": 7065, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 4.125, - "y": 0.375 + "x": 2.125, + "y": 0.125 }, "scale": { "x": 0.25, @@ -5901,7 +6153,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -5940,7 +6192,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -5960,7 +6212,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -5978,13 +6230,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -5992,15 +6244,15 @@ "isDead": false }, { - "uid": 356, + "uid": 7066, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 4.125, - "y": 0.375 + "x": 2.125, + "y": 0.125 }, "scale": { "x": 0.25, @@ -6008,7 +6260,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -6047,7 +6299,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -6067,7 +6319,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -6085,13 +6337,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -6099,23 +6351,23 @@ "isDead": false }, { - "uid": 357, + "uid": 7067, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 4.125, - "y": 0.125 + "x": 2.375, + "y": 0.625 }, "scale": { "x": 0.25, "y": 0.25 }, "rotation": 0.0, - "zIndex": 0, - "uid": 20 + "zIndex": -1, + "uid": 846 } }, { @@ -6137,68 +6389,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 1.0, + "y": 0.5833333 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 1.0, + "y": 0.5 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.5 }, { - "x": 0.0, - "y": 1.0 + "x": 0.85714287, + "y": 0.5833333 } ] }, - "uid": 21 - } - }, - { - "type": "physics2d.components.Rigidbody2D", - "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 - }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 22 - } - }, - { - "type": "physics2d.components.Box2DCollider", - "properties": { - "halfSize": { - "x": 0.25, - "y": 0.25 - }, - "origin": { - "x": 0.0, - "y": 0.0 - }, - "offset": { - "x": 0.0, - "y": 0.0 - }, - "uid": 23 - } - }, - { - "type": "components.Ground", - "properties": { - "uid": 24 + "uid": 847 } } ], @@ -6206,23 +6414,23 @@ "isDead": false }, { - "uid": 358, + "uid": 7068, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 4.375, - "y": 0.375 + "x": 2.125, + "y": 0.625 }, "scale": { "x": 0.25, "y": 0.25 }, "rotation": 0.0, - "zIndex": 0, - "uid": 20 + "zIndex": -1, + "uid": 849 } }, { @@ -6244,68 +6452,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 1.0, + "y": 0.5 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 1.0, + "y": 0.41666666 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.41666666 }, { - "x": 0.0, - "y": 1.0 + "x": 0.85714287, + "y": 0.5 } ] }, - "uid": 21 - } - }, - { - "type": "physics2d.components.Rigidbody2D", - "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 - }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 22 - } - }, - { - "type": "physics2d.components.Box2DCollider", - "properties": { - "halfSize": { - "x": 0.25, - "y": 0.25 - }, - "origin": { - "x": 0.0, - "y": 0.0 - }, - "offset": { - "x": 0.0, - "y": 0.0 - }, - "uid": 23 - } - }, - { - "type": "components.Ground", - "properties": { - "uid": 24 + "uid": 850 } } ], @@ -6313,23 +6477,23 @@ "isDead": false }, { - "uid": 359, + "uid": 7069, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 4.375, - "y": 0.375 + "x": 2.625, + "y": 0.625 }, "scale": { "x": 0.25, "y": 0.25 }, "rotation": 0.0, - "zIndex": 0, - "uid": 20 + "zIndex": -1, + "uid": 852 } }, { @@ -6351,68 +6515,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 1.0, + "y": 0.5833333 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 1.0, + "y": 0.5 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.5 }, { - "x": 0.0, - "y": 1.0 + "x": 0.85714287, + "y": 0.5833333 } ] }, - "uid": 21 - } - }, - { - "type": "physics2d.components.Rigidbody2D", - "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 - }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 22 - } - }, - { - "type": "physics2d.components.Box2DCollider", - "properties": { - "halfSize": { - "x": 0.25, - "y": 0.25 - }, - "origin": { - "x": 0.0, - "y": 0.0 - }, - "offset": { - "x": 0.0, - "y": 0.0 - }, - "uid": 23 - } - }, - { - "type": "components.Ground", - "properties": { - "uid": 24 + "uid": 853 } } ], @@ -6420,23 +6540,23 @@ "isDead": false }, { - "uid": 360, + "uid": 7070, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 4.375, - "y": 0.375 + "x": 2.875, + "y": 0.625 }, "scale": { "x": 0.25, "y": 0.25 }, "rotation": 0.0, - "zIndex": 0, - "uid": 20 + "zIndex": -1, + "uid": 852 } }, { @@ -6458,68 +6578,87 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 1.0, + "y": 0.5833333 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 1.0, + "y": 0.5 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.5 }, { - "x": 0.0, - "y": 1.0 + "x": 0.85714287, + "y": 0.5833333 } ] }, - "uid": 21 + "uid": 853 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7071, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "physics2d.components.Rigidbody2D", + "type": "jade.Transform", "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 + "position": { + "x": 3.125, + "y": 0.625 }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 22 - } - }, - { - "type": "physics2d.components.Box2DCollider", - "properties": { - "halfSize": { + "scale": { "x": 0.25, "y": 0.25 }, - "origin": { - "x": 0.0, - "y": 0.0 - }, - "offset": { - "x": 0.0, - "y": 0.0 - }, - "uid": 23 + "rotation": 0.0, + "zIndex": -1, + "uid": 855 } }, { - "type": "components.Ground", + "type": "components.SpriteRenderer", "properties": { - "uid": 24 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.6666667 + }, + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.6666667 + } + ] + }, + "uid": 856 } } ], @@ -6527,15 +6666,15 @@ "isDead": false }, { - "uid": 361, + "uid": 7072, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 4.375, - "y": 0.375 + "x": 2.875, + "y": 1.375 }, "scale": { "x": 0.25, @@ -6543,7 +6682,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 858 } }, { @@ -6559,137 +6698,190 @@ "width": 16.0, "height": 16.0, "texture": { - "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "filepath": "assets/images/items.png", "width": 112, - "height": 192 + "height": 80 }, "texCoords": [ { - "x": 0.14285715, + "x": 0.2857143, "y": 1.0 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.2857143, + "y": 0.8 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.14285715, + "y": 0.8 }, { - "x": 0.0, + "x": 0.14285715, "y": 1.0 } ] }, - "uid": 21 - } - }, - { - "type": "physics2d.components.Rigidbody2D", - "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 - }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 22 - } - }, - { - "type": "physics2d.components.Box2DCollider", - "properties": { - "halfSize": { - "x": 0.25, - "y": 0.25 - }, - "origin": { - "x": 0.0, - "y": 0.0 - }, - "offset": { - "x": 0.0, - "y": 0.0 - }, - "uid": 23 + "uid": 859 } }, { - "type": "components.Ground", - "properties": { - "uid": 24 - } - } - ], - "doSerialization": true, - "isDead": false - }, - { - "uid": 362, - "name": "Sprite_Object_Gen", - "components": [ - { - "type": "jade.Transform", + "type": "components.StateMachine", "properties": { - "position": { - "x": 4.375, - "y": 0.125 - }, - "scale": { - "x": 0.25, - "y": 0.25 - }, - "rotation": 0.0, - "zIndex": 0, - "uid": 20 + "stateTransfers": [ + [ + { + "state": "Question", + "trigger": "setInactive" + }, + "Inactive" + ] + ], + "states": [ + { + "title": "Question", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.0, + "y": 0.8 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Inactive", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 1.0 + }, + { + "x": 0.5714286, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Question", + "uid": 860 } }, { - "type": "components.SpriteRenderer", + "type": "components.QuestionBlock", "properties": { - "color": { - "x": 1.0, - "y": 1.0, - "z": 1.0, - "w": 1.0 - }, - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", - "width": 112, - "height": 192 - }, - "texCoords": [ - { - "x": 0.14285715, - "y": 1.0 - }, - { - "x": 0.14285715, - "y": 0.9166667 - }, - { - "x": 0.0, - "y": 0.9166667 - }, - { - "x": 0.0, - "y": 1.0 - } - ] - }, - "uid": 21 + "blockType": "Coin", + "bopSpeed": 0.4, + "uid": 861 } }, { @@ -6709,7 +6901,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 862 } }, { @@ -6727,13 +6919,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 863 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 864 } } ], @@ -6741,15 +6933,15 @@ "isDead": false }, { - "uid": 363, + "uid": 7073, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 4.625, - "y": 0.375 + "x": 4.125, + "y": 1.375 }, "scale": { "x": 0.25, @@ -6757,7 +6949,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 885 } }, { @@ -6773,30 +6965,190 @@ "width": 16.0, "height": 16.0, "texture": { - "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "filepath": "assets/images/items.png", "width": 112, - "height": 192 + "height": 80 }, "texCoords": [ { - "x": 0.14285715, + "x": 0.2857143, "y": 1.0 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.2857143, + "y": 0.8 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.14285715, + "y": 0.8 }, { - "x": 0.0, + "x": 0.14285715, "y": 1.0 } ] }, - "uid": 21 + "uid": 886 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Question", + "trigger": "setInactive" + }, + "Inactive" + ] + ], + "states": [ + { + "title": "Question", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.0, + "y": 0.8 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Inactive", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 1.0 + }, + { + "x": 0.5714286, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Question", + "uid": 887 + } + }, + { + "type": "components.QuestionBlock", + "properties": { + "blockType": "Powerup", + "bopSpeed": 0.4, + "uid": 888 } }, { @@ -6816,7 +7168,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 889 } }, { @@ -6834,13 +7186,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 890 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 891 } } ], @@ -6848,7 +7200,7 @@ "isDead": false }, { - "uid": 364, + "uid": 7074, "name": "Sprite_Object_Gen", "components": [ { @@ -6856,7 +7208,7 @@ "properties": { "position": { "x": 4.625, - "y": 0.375 + "y": 1.375 }, "scale": { "x": 0.25, @@ -6864,7 +7216,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 885 } }, { @@ -6880,137 +7232,190 @@ "width": 16.0, "height": 16.0, "texture": { - "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "filepath": "assets/images/items.png", "width": 112, - "height": 192 + "height": 80 }, "texCoords": [ { - "x": 0.14285715, + "x": 0.2857143, "y": 1.0 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.2857143, + "y": 0.8 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.14285715, + "y": 0.8 }, { - "x": 0.0, + "x": 0.14285715, "y": 1.0 } ] }, - "uid": 21 - } - }, - { - "type": "physics2d.components.Rigidbody2D", - "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 - }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 22 - } - }, - { - "type": "physics2d.components.Box2DCollider", - "properties": { - "halfSize": { - "x": 0.25, - "y": 0.25 - }, - "origin": { - "x": 0.0, - "y": 0.0 - }, - "offset": { - "x": 0.0, - "y": 0.0 - }, - "uid": 23 + "uid": 886 } }, { - "type": "components.Ground", - "properties": { - "uid": 24 - } - } - ], - "doSerialization": true, - "isDead": false - }, - { - "uid": 365, - "name": "Sprite_Object_Gen", - "components": [ - { - "type": "jade.Transform", + "type": "components.StateMachine", "properties": { - "position": { - "x": 4.625, - "y": 0.125 - }, - "scale": { - "x": 0.25, - "y": 0.25 - }, - "rotation": 0.0, - "zIndex": 0, - "uid": 20 + "stateTransfers": [ + [ + { + "state": "Question", + "trigger": "setInactive" + }, + "Inactive" + ] + ], + "states": [ + { + "title": "Question", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.0, + "y": 0.8 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Inactive", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 1.0 + }, + { + "x": 0.5714286, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Question", + "uid": 887 } }, { - "type": "components.SpriteRenderer", + "type": "components.QuestionBlock", "properties": { - "color": { - "x": 1.0, - "y": 1.0, - "z": 1.0, - "w": 1.0 - }, - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", - "width": 112, - "height": 192 - }, - "texCoords": [ - { - "x": 0.14285715, - "y": 1.0 - }, - { - "x": 0.14285715, - "y": 0.9166667 - }, - { - "x": 0.0, - "y": 0.9166667 - }, - { - "x": 0.0, - "y": 1.0 - } - ] - }, - "uid": 21 + "blockType": "Coin", + "bopSpeed": 0.4, + "uid": 888 } }, { @@ -7030,7 +7435,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 889 } }, { @@ -7048,13 +7453,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 890 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 891 } } ], @@ -7062,15 +7467,15 @@ "isDead": false }, { - "uid": 366, + "uid": 7075, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 4.875, - "y": 0.375 + "x": 3.875, + "y": 1.375 }, "scale": { "x": 0.25, @@ -7078,7 +7483,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 893 } }, { @@ -7100,24 +7505,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 0.85714287, + "y": 0.9166667 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.8333333 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.71428573, + "y": 0.8333333 }, { - "x": 0.0, - "y": 1.0 + "x": 0.71428573, + "y": 0.9166667 } ] }, - "uid": 21 + "uid": 894 } }, { @@ -7137,7 +7542,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 895 } }, { @@ -7155,13 +7560,20 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 896 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 897 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 898 } } ], @@ -7169,15 +7581,15 @@ "isDead": false }, { - "uid": 367, + "uid": 7076, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 4.875, - "y": 0.125 + "x": 4.375, + "y": 1.375 }, "scale": { "x": 0.25, @@ -7185,7 +7597,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 893 } }, { @@ -7207,24 +7619,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 0.85714287, + "y": 0.9166667 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.8333333 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.71428573, + "y": 0.8333333 }, { - "x": 0.0, - "y": 1.0 + "x": 0.71428573, + "y": 0.9166667 } ] }, - "uid": 21 + "uid": 894 } }, { @@ -7244,7 +7656,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 895 } }, { @@ -7262,13 +7674,20 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 896 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 897 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 898 } } ], @@ -7276,15 +7695,15 @@ "isDead": false }, { - "uid": 368, + "uid": 7077, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.125, - "y": 0.375 + "x": 4.875, + "y": 1.375 }, "scale": { "x": 0.25, @@ -7292,7 +7711,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 893 } }, { @@ -7314,24 +7733,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 0.85714287, + "y": 0.9166667 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.8333333 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.71428573, + "y": 0.8333333 }, { - "x": 0.0, - "y": 1.0 + "x": 0.71428573, + "y": 0.9166667 } ] }, - "uid": 21 + "uid": 894 } }, { @@ -7351,7 +7770,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 895 } }, { @@ -7369,13 +7788,20 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 896 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 897 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 898 } } ], @@ -7383,15 +7809,15 @@ "isDead": false }, { - "uid": 369, + "uid": 7078, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.125, - "y": 0.375 + "x": 4.375, + "y": 2.375 }, "scale": { "x": 0.25, @@ -7399,7 +7825,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 926 } }, { @@ -7415,30 +7841,190 @@ "width": 16.0, "height": 16.0, "texture": { - "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "filepath": "assets/images/items.png", "width": 112, - "height": 192 + "height": 80 }, "texCoords": [ { - "x": 0.14285715, + "x": 0.2857143, "y": 1.0 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.2857143, + "y": 0.8 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.14285715, + "y": 0.8 }, { - "x": 0.0, + "x": 0.14285715, "y": 1.0 } ] }, - "uid": 21 + "uid": 927 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Question", + "trigger": "setInactive" + }, + "Inactive" + ] + ], + "states": [ + { + "title": "Question", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.0, + "y": 0.8 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Inactive", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 1.0 + }, + { + "x": 0.5714286, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Question", + "uid": 928 + } + }, + { + "type": "components.QuestionBlock", + "properties": { + "blockType": "Coin", + "bopSpeed": 0.4, + "uid": 929 } }, { @@ -7458,7 +8044,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 930 } }, { @@ -7476,13 +8062,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 931 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 932 } } ], @@ -7490,23 +8076,23 @@ "isDead": false }, { - "uid": 370, + "uid": 7079, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.125, - "y": 0.375 + "x": 3.625, + "y": 0.625 }, "scale": { "x": 0.25, "y": 0.25 }, "rotation": 0.0, - "zIndex": 0, - "uid": 20 + "zIndex": -1, + "uid": 937 } }, { @@ -7528,68 +8114,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 0.71428573, + "y": 0.5 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.71428573, + "y": 0.41666666 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.5714286, + "y": 0.41666666 }, { - "x": 0.0, - "y": 1.0 + "x": 0.5714286, + "y": 0.5 } ] }, - "uid": 21 - } - }, - { - "type": "physics2d.components.Rigidbody2D", - "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 - }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 22 - } - }, - { - "type": "physics2d.components.Box2DCollider", - "properties": { - "halfSize": { - "x": 0.25, - "y": 0.25 - }, - "origin": { - "x": 0.0, - "y": 0.0 - }, - "offset": { - "x": 0.0, - "y": 0.0 - }, - "uid": 23 - } - }, - { - "type": "components.Ground", - "properties": { - "uid": 24 + "uid": 938 } } ], @@ -7597,23 +8139,23 @@ "isDead": false }, { - "uid": 371, + "uid": 7080, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.125, - "y": 0.375 + "x": 3.375, + "y": 0.625 }, "scale": { "x": 0.25, "y": 0.25 }, "rotation": 0.0, - "zIndex": 0, - "uid": 20 + "zIndex": -1, + "uid": 940 } }, { @@ -7635,68 +8177,150 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 0.5714286, + "y": 0.5 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.5714286, + "y": 0.41666666 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.42857143, + "y": 0.41666666 }, { - "x": 0.0, - "y": 1.0 + "x": 0.42857143, + "y": 0.5 } ] }, - "uid": 21 + "uid": 941 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7081, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "physics2d.components.Rigidbody2D", + "type": "jade.Transform", "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 + "position": { + "x": 3.875, + "y": 0.625 }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 22 + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 943 } }, { - "type": "physics2d.components.Box2DCollider", + "type": "components.SpriteRenderer", "properties": { - "halfSize": { - "x": 0.25, - "y": 0.25 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 }, - "origin": { - "x": 0.0, - "y": 0.0 + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.5 + } + ] }, - "offset": { - "x": 0.0, - "y": 0.0 + "uid": 944 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7082, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 3.625, + "y": 0.875 }, - "uid": 23 + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 946 } }, { - "type": "components.Ground", + "type": "components.SpriteRenderer", "properties": { - "uid": 24 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5833333 + } + ] + }, + "uid": 947 } } ], @@ -7704,15 +8328,15 @@ "isDead": false }, { - "uid": 372, + "uid": 7083, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.125, - "y": 0.375 + "x": 4.625, + "y": 0.625 }, "scale": { "x": 0.25, @@ -7720,7 +8344,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 949 } }, { @@ -7736,30 +8360,152 @@ "width": 16.0, "height": 16.0, "texture": { - "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", - "width": 112, - "height": 192 + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 0.071428575, + "y": 0.5 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.071428575, + "y": 0.0 }, { "x": 0.0, - "y": 0.9166667 + "y": 0.0 }, { "x": 0.0, - "y": 1.0 + "y": 0.5 } ] }, - "uid": 21 + "uid": 950 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 951 } }, { @@ -7771,39 +8517,32 @@ }, "angularDamping": 0.8, "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", + "mass": 0.1, + "bodyType": "Dynamic", "friction": 0.1, "angularVelocity": 0.0, "gravityScale": 1.0, "isSensor": false, - "fixedRotation": false, + "fixedRotation": true, "continuousCollision": true, - "uid": 22 + "uid": 952 } }, { - "type": "physics2d.components.Box2DCollider", + "type": "physics2d.components.CircleCollider", "properties": { - "halfSize": { - "x": 0.25, - "y": 0.25 - }, - "origin": { - "x": 0.0, - "y": 0.0 - }, + "radius": 0.12, "offset": { "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 953 } }, { - "type": "components.Ground", + "type": "components.GoombaAI", "properties": { - "uid": 24 + "uid": 954 } } ], @@ -7811,7 +8550,7 @@ "isDead": false }, { - "uid": 373, + "uid": 7084, "name": "Sprite_Object_Gen", "components": [ { @@ -7819,15 +8558,15 @@ "properties": { "position": { "x": 5.125, - "y": 0.375 + "y": 0.625 }, "scale": { "x": 0.25, "y": 0.25 }, "rotation": 0.0, - "zIndex": 0, - "uid": 20 + "zIndex": -1, + "uid": 956 } }, { @@ -7849,68 +8588,150 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 1.0, + "y": 0.5833333 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 1.0, + "y": 0.5 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.5 }, { - "x": 0.0, - "y": 1.0 + "x": 0.85714287, + "y": 0.5833333 } ] }, - "uid": 21 + "uid": 957 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7085, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "physics2d.components.Rigidbody2D", + "type": "jade.Transform", "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 + "position": { + "x": 4.875, + "y": 0.625 }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 22 + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 959 } }, { - "type": "physics2d.components.Box2DCollider", + "type": "components.SpriteRenderer", "properties": { - "halfSize": { - "x": 0.25, - "y": 0.25 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 }, - "origin": { - "x": 0.0, - "y": 0.0 + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 1.0, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.5 + } + ] }, - "offset": { - "x": 0.0, - "y": 0.0 + "uid": 960 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7086, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 5.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 }, - "uid": 23 + "rotation": 0.0, + "zIndex": -1, + "uid": 962 } }, { - "type": "components.Ground", + "type": "components.SpriteRenderer", "properties": { - "uid": 24 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.6666667 + }, + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.6666667 + } + ] + }, + "uid": 963 } } ], @@ -7918,15 +8739,15 @@ "isDead": false }, { - "uid": 374, + "uid": 7087, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.125, - "y": 0.125 + "x": 6.125, + "y": 0.875 }, "scale": { "x": 0.25, @@ -7934,7 +8755,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 965 } }, { @@ -7956,24 +8777,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 0.42857143, + "y": 0.25 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.42857143, + "y": 0.16666667 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.2857143, + "y": 0.16666667 }, { - "x": 0.0, - "y": 1.0 + "x": 0.2857143, + "y": 0.25 } ] }, - "uid": 21 + "uid": 966 } }, { @@ -7993,7 +8814,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 967 } }, { @@ -8011,13 +8832,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 968 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 969 } } ], @@ -8025,15 +8846,15 @@ "isDead": false }, { - "uid": 375, + "uid": 7088, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.625, - "y": 0.375 + "x": 6.375, + "y": 0.625 }, "scale": { "x": 0.25, @@ -8041,7 +8862,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 977 } }, { @@ -8063,24 +8884,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 1.0, + "y": 0.33333334 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 1.0, + "y": 0.25 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.25 }, { - "x": 0.0, - "y": 1.0 + "x": 0.85714287, + "y": 0.33333334 } ] }, - "uid": 21 + "uid": 978 } }, { @@ -8100,7 +8921,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 979 } }, { @@ -8118,13 +8939,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 980 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 981 } } ], @@ -8132,15 +8953,15 @@ "isDead": false }, { - "uid": 376, + "uid": 7089, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.625, - "y": 0.375 + "x": 6.375, + "y": 0.875 }, "scale": { "x": 0.25, @@ -8148,7 +8969,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 995 } }, { @@ -8170,24 +8991,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 0.5714286, + "y": 0.25 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.5714286, + "y": 0.16666667 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.42857143, + "y": 0.16666667 }, { - "x": 0.0, - "y": 1.0 + "x": 0.42857143, + "y": 0.25 } ] }, - "uid": 21 + "uid": 996 } }, { @@ -8207,7 +9028,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 997 } }, { @@ -8225,13 +9046,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 998 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 999 } } ], @@ -8239,15 +9060,15 @@ "isDead": false }, { - "uid": 377, + "uid": 7090, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.625, - "y": 0.375 + "x": 6.125, + "y": 0.625 }, "scale": { "x": 0.25, @@ -8255,7 +9076,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 1013 } }, { @@ -8277,24 +9098,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 0.85714287, + "y": 0.33333334 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.25 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.71428573, + "y": 0.25 }, { - "x": 0.0, - "y": 1.0 + "x": 0.71428573, + "y": 0.33333334 } ] }, - "uid": 21 + "uid": 1014 } }, { @@ -8314,7 +9135,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 1015 } }, { @@ -8332,13 +9153,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 1016 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 1017 } } ], @@ -8346,15 +9167,15 @@ "isDead": false }, { - "uid": 378, + "uid": 7091, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.625, - "y": 0.375 + "x": 8.625, + "y": 1.125 }, "scale": { "x": 0.25, @@ -8362,7 +9183,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 965 } }, { @@ -8384,24 +9205,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 0.42857143, + "y": 0.25 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.42857143, + "y": 0.16666667 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.2857143, + "y": 0.16666667 }, { - "x": 0.0, - "y": 1.0 + "x": 0.2857143, + "y": 0.25 } ] }, - "uid": 21 + "uid": 966 } }, { @@ -8421,7 +9242,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 967 } }, { @@ -8439,13 +9260,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 968 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 969 } } ], @@ -8453,15 +9274,15 @@ "isDead": false }, { - "uid": 379, + "uid": 7092, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.625, - "y": 0.125 + "x": 8.625, + "y": 0.875 }, "scale": { "x": 0.25, @@ -8469,7 +9290,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 1013 } }, { @@ -8491,24 +9312,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 0.85714287, + "y": 0.33333334 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.25 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.71428573, + "y": 0.25 }, { - "x": 0.0, - "y": 1.0 + "x": 0.71428573, + "y": 0.33333334 } ] }, - "uid": 21 + "uid": 1014 } }, { @@ -8528,7 +9349,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 1015 } }, { @@ -8546,13 +9367,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 1016 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 1017 } } ], @@ -8560,15 +9381,15 @@ "isDead": false }, { - "uid": 380, + "uid": 7093, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.375, - "y": 0.125 + "x": 8.875, + "y": 0.875 }, "scale": { "x": 0.25, @@ -8576,7 +9397,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 977 } }, { @@ -8598,24 +9419,24 @@ }, "texCoords": [ { - "x": 0.14285715, - "y": 1.0 + "x": 1.0, + "y": 0.33333334 }, { - "x": 0.14285715, - "y": 0.9166667 + "x": 1.0, + "y": 0.25 }, { - "x": 0.0, - "y": 0.9166667 + "x": 0.85714287, + "y": 0.25 }, { - "x": 0.0, - "y": 1.0 + "x": 0.85714287, + "y": 0.33333334 } ] }, - "uid": 21 + "uid": 978 } }, { @@ -8635,7 +9456,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 979 } }, { @@ -8653,13 +9474,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 980 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 981 } } ], @@ -8667,15 +9488,336 @@ "isDead": false }, { - "uid": 381, + "uid": 7094, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.875, - "y": 0.125 + "x": 8.875, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 995 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.16666667 + }, + { + "x": 0.42857143, + "y": 0.16666667 + }, + { + "x": 0.42857143, + "y": 0.25 + } + ] + }, + "uid": 996 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 997 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 998 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 999 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7095, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1013 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1014 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1015 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1016 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1017 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7096, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 977 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 978 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 979 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 980 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 981 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7097, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": 0.375 }, "scale": { "x": 0.25, @@ -8683,7 +9825,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 20 + "uid": 840 } }, { @@ -8722,7 +9864,7 @@ } ] }, - "uid": 21 + "uid": 841 } }, { @@ -8742,7 +9884,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 22 + "uid": 842 } }, { @@ -8760,13 +9902,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 23 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 24 + "uid": 844 } } ], @@ -8774,14 +9916,14 @@ "isDead": false }, { - "uid": 382, + "uid": 7098, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.375, + "x": 10.125, "y": 0.375 }, "scale": { @@ -8790,7 +9932,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 32 + "uid": 840 } }, { @@ -8829,7 +9971,7 @@ } ] }, - "uid": 33 + "uid": 841 } }, { @@ -8849,7 +9991,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 34 + "uid": 842 } }, { @@ -8867,13 +10009,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 35 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 36 + "uid": 844 } } ], @@ -8881,14 +10023,14 @@ "isDead": false }, { - "uid": 383, + "uid": 7099, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.625, + "x": 10.375, "y": 0.375 }, "scale": { @@ -8897,7 +10039,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 32 + "uid": 840 } }, { @@ -8936,7 +10078,7 @@ } ] }, - "uid": 33 + "uid": 841 } }, { @@ -8956,7 +10098,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 34 + "uid": 842 } }, { @@ -8974,13 +10116,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 35 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 36 + "uid": 844 } } ], @@ -8988,14 +10130,14 @@ "isDead": false }, { - "uid": 384, + "uid": 7100, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.375, + "x": 10.625, "y": 0.375 }, "scale": { @@ -9004,7 +10146,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 32 + "uid": 840 } }, { @@ -9043,7 +10185,7 @@ } ] }, - "uid": 33 + "uid": 841 } }, { @@ -9063,7 +10205,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 34 + "uid": 842 } }, { @@ -9081,13 +10223,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 35 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 36 + "uid": 844 } } ], @@ -9095,14 +10237,14 @@ "isDead": false }, { - "uid": 385, + "uid": 7101, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.875, + "x": 10.875, "y": 0.375 }, "scale": { @@ -9111,7 +10253,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 32 + "uid": 840 } }, { @@ -9150,7 +10292,7 @@ } ] }, - "uid": 33 + "uid": 841 } }, { @@ -9170,7 +10312,7 @@ "isSensor": false, "fixedRotation": false, "continuousCollision": true, - "uid": 34 + "uid": 842 } }, { @@ -9188,13 +10330,13 @@ "x": 0.0, "y": 0.0 }, - "uid": 35 + "uid": 843 } }, { "type": "components.Ground", "properties": { - "uid": 36 + "uid": 844 } } ], @@ -9202,15 +10344,15 @@ "isDead": false }, { - "uid": 386, + "uid": 7102, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 0.375, - "y": 1.125 + "x": 11.125, + "y": 0.375 }, "scale": { "x": 0.25, @@ -9218,7 +10360,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 38 + "uid": 840 } }, { @@ -9234,22 +10376,22 @@ "width": 16.0, "height": 16.0, "texture": { - "filepath": "assets/images/spritesheet.png", - "width": 224, - "height": 32 + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, "texCoords": [ { - "x": 0.071428575, + "x": 0.14285715, "y": 1.0 }, { - "x": 0.071428575, - "y": 0.5 + "x": 0.14285715, + "y": 0.9166667 }, { "x": 0.0, - "y": 0.5 + "y": 0.9166667 }, { "x": 0.0, @@ -9257,1321 +10399,134750 @@ } ] }, - "uid": 39 + "uid": 841 } }, { - "type": "components.StateMachine", + "type": "physics2d.components.Rigidbody2D", "properties": { - "stateTransfers": [ - [ + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7103, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ { - "state": "Run", - "trigger": "switchDirection" + "x": 0.14285715, + "y": 1.0 }, - "Switch Direction" - ], - [ { - "state": "Switch Direction", - "trigger": "jump" + "x": 0.14285715, + "y": 0.9166667 }, - "Jump" - ], - [ { - "state": "Fire Switch Direction", - "trigger": "stopRunning" + "x": 0.0, + "y": 0.9166667 }, - "FireIdle" - ], - [ { - "state": "BigRun", - "trigger": "damage" - }, - "Run" - ], - [ + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7104, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ { - "state": "Switch Direction", - "trigger": "die" + "x": 0.14285715, + "y": 1.0 }, - "Die" - ], - [ { - "state": "Fire Switch Direction", - "trigger": "die" + "x": 0.14285715, + "y": 0.9166667 }, - "Big Switch Direction" - ], - [ { - "state": "Run", - "trigger": "stopRunning" - }, - "Idle" - ], - [ - { - "state": "Run", - "trigger": "powerup" - }, - "BigRun" - ], - [ - { - "state": "FireIdle", - "trigger": "die" - }, - "BigIdle" - ], - [ - { - "state": "FireRun", - "trigger": "damage" - }, - "BigRun" - ], - [ - { - "state": "BigIdle", - "trigger": "die" - }, - "Idle" - ], - [ - { - "state": "Idle", - "trigger": "jump" - }, - "Jump" - ], - [ - { - "state": "BigIdle", - "trigger": "powerup" - }, - "FireIdle" - ], - [ - { - "state": "Run", - "trigger": "die" + "x": 0.0, + "y": 0.9166667 }, - "Die" - ], - [ { - "state": "Jump", - "trigger": "stopJumping" - }, - "Idle" - ], - [ + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7105, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ { - "state": "FireJump", - "trigger": "die" + "x": 0.14285715, + "y": 1.0 }, - "BigJump" - ], - [ { - "state": "FireIdle", - "trigger": "startRunning" + "x": 0.14285715, + "y": 0.9166667 }, - "FireRun" - ], - [ { - "state": "Switch Direction", - "trigger": "powerup" + "x": 0.0, + "y": 0.9166667 }, - "Big Switch Direction" - ], - [ { - "state": "Switch Direction", - "trigger": "stopRunning" - }, - "Idle" - ], - [ + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7106, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ { - "state": "FireIdle", - "trigger": "jump" + "x": 0.14285715, + "y": 1.0 }, - "FireJump" - ], - [ { - "state": "Fire Switch Direction", - "trigger": "damage" + "x": 0.14285715, + "y": 0.9166667 }, - "Big Switch Direction" - ], - [ { - "state": "BigIdle", - "trigger": "startRunning" + "x": 0.0, + "y": 0.9166667 }, - "BigRun" - ], - [ { - "state": "Big Switch Direction", - "trigger": "jump" - }, - "BigJump" - ], - [ + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7107, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ { - "state": "Idle", - "trigger": "powerup" + "x": 0.14285715, + "y": 1.0 }, - "BigIdle" - ], - [ { - "state": "Jump", - "trigger": "powerup" + "x": 0.14285715, + "y": 0.9166667 }, - "BigJump" - ], - [ { - "state": "Run", - "trigger": "jump" + "x": 0.0, + "y": 0.9166667 }, - "Jump" - ], - [ { - "state": "BigIdle", - "trigger": "jump" - }, - "BigJump" - ], - [ + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7108, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ { - "state": "BigJump", - "trigger": "stopJumping" + "x": 0.14285715, + "y": 1.0 }, - "BigIdle" - ], - [ { - "state": "BigRun", - "trigger": "stopRunning" + "x": 0.14285715, + "y": 0.9166667 }, - "BigIdle" - ], - [ { - "state": "BigRun", - "trigger": "jump" + "x": 0.0, + "y": 0.9166667 }, - "BigJump" - ], - [ { - "state": "FireRun", - "trigger": "switchDirection" - }, - "Fire Switch Direction" - ], - [ - { - "state": "BigRun", - "trigger": "die" - }, - "Run" - ], - [ - { - "state": "FireRun", - "trigger": "jump" - }, - "FireJump" - ], - [ - { - "state": "FireRun", - "trigger": "die" - }, - "BigRun" - ], - [ - { - "state": "BigRun", - "trigger": "powerup" - }, - "FireRun" - ], - [ - { - "state": "Big Switch Direction", - "trigger": "startRunning" - }, - "BigRun" - ], - [ - { - "state": "Big Switch Direction", - "trigger": "die" - }, - "Switch Direction" - ], - [ - { - "state": "Idle", - "trigger": "startRunning" - }, - "Run" - ], - [ - { - "state": "Big Switch Direction", - "trigger": "powerup" - }, - "Fire Switch Direction" - ], - [ + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7109, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ { - "state": "BigRun", - "trigger": "switchDirection" + "x": 0.14285715, + "y": 1.0 }, - "Big Switch Direction" - ], - [ { - "state": "Big Switch Direction", - "trigger": "stopRunning" + "x": 0.14285715, + "y": 0.9166667 }, - "BigIdle" - ], - [ { - "state": "BigJump", - "trigger": "die" + "x": 0.0, + "y": 0.9166667 }, - "Jump" - ], - [ { - "state": "BigJump", - "trigger": "powerup" - }, - "FireJump" - ], - [ + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7110, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ { - "state": "Switch Direction", - "trigger": "startRunning" + "x": 0.14285715, + "y": 1.0 }, - "Run" - ], - [ { - "state": "FireJump", - "trigger": "damage" + "x": 0.14285715, + "y": 0.9166667 }, - "BigJump" - ], - [ { - "state": "FireRun", - "trigger": "stopRunning" + "x": 0.0, + "y": 0.9166667 }, - "FireIdle" - ], - [ { - "state": "BigJump", - "trigger": "damage" - }, - "Jump" - ], - [ + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7111, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ { - "state": "FireIdle", - "trigger": "damage" + "x": 0.14285715, + "y": 1.0 }, - "BigIdle" - ], - [ { - "state": "Fire Switch Direction", - "trigger": "jump" + "x": 0.14285715, + "y": 0.9166667 }, - "FireJump" - ], - [ { - "state": "FireJump", - "trigger": "stopJumping" + "x": 0.0, + "y": 0.9166667 }, - "FireIdle" - ], - [ { - "state": "Idle", - "trigger": "die" - }, - "Die" - ], - [ + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7112, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ { - "state": "Jump", - "trigger": "die" + "x": 0.14285715, + "y": 1.0 }, - "Die" - ], - [ { - "state": "Big Switch Direction", - "trigger": "damage" + "x": 0.14285715, + "y": 0.9166667 }, - "Switch Direction" - ], - [ { - "state": "BigIdle", - "trigger": "damage" + "x": 0.0, + "y": 0.9166667 }, - "Idle" - ], - [ { - "state": "Fire Switch Direction", + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7113, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7114, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7115, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7116, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7117, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7118, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7119, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7120, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7121, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7122, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 7.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 72 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 73 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 74 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 75 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 76 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7123, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 7.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 72 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 73 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 74 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 75 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 76 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7124, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7125, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7126, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 7.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7127, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 7.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7128, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 7.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7129, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 7.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7130, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 7.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7131, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 7.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7132, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7133, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7134, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7135, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7136, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7137, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7138, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7139, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1013 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1014 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1015 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1016 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1017 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7140, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 977 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 978 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 979 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 980 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 981 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7141, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1013 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1014 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1015 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1016 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1017 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7142, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 977 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 978 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 979 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 980 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 981 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7143, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 965 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.16666667 + }, + { + "x": 0.2857143, + "y": 0.16666667 + }, + { + "x": 0.2857143, + "y": 0.25 + } + ] + }, + "uid": 966 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 967 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 968 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 969 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7144, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 995 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.16666667 + }, + { + "x": 0.42857143, + "y": 0.16666667 + }, + { + "x": 0.42857143, + "y": 0.25 + } + ] + }, + "uid": 996 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 997 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 998 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 999 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7145, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1013 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1014 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1015 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1016 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1017 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7146, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 977 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 978 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 979 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 980 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 981 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7147, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1019 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1020 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7148, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1019 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1020 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7149, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1022 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 1.0, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.5 + } + ] + }, + "uid": 1023 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7150, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1025 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.6666667 + }, + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.6666667 + } + ] + }, + "uid": 1026 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7151, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1028 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1029 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1030 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1031 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1032 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1033 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7152, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7153, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7154, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7155, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7156, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7157, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7158, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7159, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7160, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7161, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7162, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7163, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7164, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7165, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7166, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7167, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7168, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7169, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 72 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 73 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 74 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 75 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 76 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7170, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 72 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 73 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 74 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 75 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 76 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7171, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7172, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7173, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7174, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7175, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7176, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7177, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7178, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7179, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7180, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7181, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7182, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7183, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7184, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1013 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1014 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1015 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1016 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1017 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7185, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.375, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 977 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 978 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 979 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 980 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 981 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7186, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1013 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1014 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1015 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1016 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1017 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7187, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 977 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 978 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 979 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 980 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 981 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7188, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.249998, + "y": 1.2500001 + }, + "scale": { + "x": 0.5, + "y": 0.5 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1054 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 32.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/pipes.png", + "width": 128, + "height": 64 + }, + "texCoords": [ + { + "x": 0.5, + "y": 1.0 + }, + { + "x": 0.5, + "y": 0.5 + }, + { + "x": 0.25, + "y": 0.5 + }, + { + "x": 0.25, + "y": 1.0 + } + ] + }, + "uid": 1055 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1056 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.5, + "y": 0.5 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1057 + } + }, + { + "type": "components.Pipe", + "properties": { + "direction": "Up", + "connectingPipeName": "ExitPipe1", + "isEntrance": true, + "uid": 1058 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1059 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7189, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1061 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5833333 + } + ] + }, + "uid": 1062 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7190, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1061 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5833333 + } + ] + }, + "uid": 1062 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7191, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1064 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.5 + } + ] + }, + "uid": 1065 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7192, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1064 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.5 + } + ] + }, + "uid": 1065 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7193, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1067 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.5 + } + ] + }, + "uid": 1068 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7194, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1067 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.5 + } + ] + }, + "uid": 1068 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7195, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1070 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5833333 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.42857143, + "y": 0.5 + }, + { + "x": 0.42857143, + "y": 0.5833333 + } + ] + }, + "uid": 1071 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7196, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1070 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5833333 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.42857143, + "y": 0.5 + }, + { + "x": 0.42857143, + "y": 0.5833333 + } + ] + }, + "uid": 1071 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7197, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1073 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5833333 + } + ] + }, + "uid": 1074 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7198, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1076 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1077 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1078 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1079 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1080 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1081 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7199, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1076 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1077 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1078 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1079 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1080 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1081 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7200, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7201, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.875, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7202, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.125, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7203, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.375, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7204, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.625, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7205, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.875, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7206, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.375, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7207, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.625, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7208, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.875, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7209, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.125, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7210, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.375, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7211, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.625, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7212, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.125, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7213, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.375, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7214, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.625, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7215, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.875, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7216, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.125, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7217, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7218, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7219, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7220, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7221, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7222, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7223, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7224, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7225, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7226, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7227, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7228, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7229, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.125, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7230, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.875, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7231, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.625, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7232, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.375, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7233, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.125, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7234, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.625, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7235, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.375, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7236, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.125, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7237, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.875, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7238, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.625, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7239, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.375, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7240, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.125, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7241, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.875, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7242, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.625, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7243, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.375, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7244, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.125, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7245, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.875, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7246, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7247, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.125, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7248, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7249, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7250, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7251, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7252, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7253, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7254, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7255, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7256, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7257, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.625, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7258, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7259, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7260, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7261, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7262, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7263, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7264, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7265, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.625, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7266, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.375, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7267, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.375, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7268, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.125, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7269, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7270, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7271, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7272, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7273, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7274, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.125, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7275, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7276, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7277, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7278, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7279, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7280, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7281, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7282, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7283, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7284, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7285, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7286, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7287, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7288, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7289, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7290, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7291, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7292, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7293, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7294, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7295, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7296, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7297, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7298, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7299, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.625, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7300, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.625, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7301, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7302, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7303, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7304, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7305, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7306, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7307, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7308, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7309, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7310, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7311, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7312, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7313, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7314, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7315, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7316, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.125, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7317, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7318, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7319, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7320, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7321, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7322, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7323, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.125, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7324, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.375, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7325, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7326, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7327, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7328, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7329, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7330, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.625, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7331, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.125, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7332, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.375, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7333, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.625, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7334, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7335, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7336, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7337, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7338, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7339, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7340, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7341, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7342, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.625, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7343, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.375, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7344, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.125, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7345, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.125, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7346, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.125, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7347, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.125, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7348, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.375, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7349, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7350, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7351, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7352, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7353, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7354, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7355, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7356, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.625, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7357, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.375, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7358, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.375, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7359, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.625, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7360, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7361, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7362, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7363, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7364, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7365, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7366, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.625, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7367, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.375, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7368, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7369, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7370, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7371, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7372, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7373, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.625, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7374, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.375, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7375, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.125, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7376, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7377, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7378, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7379, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7380, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7381, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7382, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7383, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7384, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7385, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.625, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7386, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.375, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7387, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.125, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7388, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7389, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7390, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.125, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7391, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.625, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7392, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.875, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7393, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.125, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7394, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.375, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7395, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.625, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7396, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 10.875, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7397, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.375, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7398, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.625, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7399, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 11.875, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7400, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.125, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7401, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 12.375, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7402, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.375, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7403, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.375, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7404, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.375, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7405, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.625, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7406, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.875, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7407, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.125, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7408, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.375, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7409, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.625, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7410, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.625, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7411, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.375, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7412, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.125, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7413, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.875, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7414, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.625, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7415, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.625, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7416, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.875, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7417, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.125, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7418, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.375, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7419, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.625, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7420, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.375, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7421, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.625, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7422, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.875, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7423, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.125, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7424, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.375, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7425, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.625, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7426, + "name": "ExitPipe1", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.249998, + "y": -1.7750001 + }, + "scale": { + "x": 0.5, + "y": 0.5 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1119 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 32.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/pipes.png", + "width": 128, + "height": 64 + }, + "texCoords": [ + { + "x": 0.25, + "y": 1.0 + }, + { + "x": 0.25, + "y": 0.5 + }, + { + "x": 0.0, + "y": 0.5 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 1120 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1121 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.5, + "y": 0.5 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1122 + } + }, + { + "type": "components.Pipe", + "properties": { + "direction": "Down", + "connectingPipeName": "ExitPipe1", + "isEntrance": false, + "uid": 1123 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1124 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7427, + "name": "blah", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.749998, + "y": -3.7500005 + }, + "scale": { + "x": 0.5, + "y": 0.5 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1126 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 32.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/pipes.png", + "width": 128, + "height": 64 + }, + "texCoords": [ + { + "x": 1.0, + "y": 1.0 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.75, + "y": 0.5 + }, + { + "x": 0.75, + "y": 1.0 + } + ] + }, + "uid": 1127 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1128 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.5, + "y": 0.5 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1129 + } + }, + { + "type": "components.Pipe", + "properties": { + "direction": "Left", + "connectingPipeName": "ExitPipe2", + "isEntrance": true, + "uid": 1130 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1131 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7428, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.375, + "y": -2.8249998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.8249998, + "y": -2.3249998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7429, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.625, + "y": -2.8249998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.8249998, + "y": -2.3249998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7430, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.875, + "y": -2.8249998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.8249998, + "y": -2.3249998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7431, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.125, + "y": -2.8249998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.8249998, + "y": -2.3249998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7432, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.375, + "y": -2.8249998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.8249998, + "y": -2.3249998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7433, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.625, + "y": -2.8249998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.8249998, + "y": -2.3249998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7434, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.625, + "y": -2.5749998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.5749998, + "y": -2.0749998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7435, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.375, + "y": -2.5749998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.5749998, + "y": -2.0749998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7436, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.125, + "y": -2.5749998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.5749998, + "y": -2.0749998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7437, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.875, + "y": -2.5749998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.5749998, + "y": -2.0749998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7438, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.625, + "y": -2.5749998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.5749998, + "y": -2.0749998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7439, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.375, + "y": -2.5749998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.5749998, + "y": -2.0749998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7440, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.625, + "y": -2.3249998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.3249998, + "y": -1.8249998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7441, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.875, + "y": -2.3249998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.3249998, + "y": -1.8249998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7442, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.125, + "y": -2.3249998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.3249998, + "y": -1.8249998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7443, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.375, + "y": -2.3249998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.3249998, + "y": -1.8249998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7444, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.875, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7445, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.875, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7446, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.875, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7447, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.875, + "y": -2.5749998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.5749998, + "y": -2.0749998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7448, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.875, + "y": -2.8249998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.8249998, + "y": -2.3249998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7449, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.875, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7450, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.875, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7451, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.875, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1113 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1114 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1115 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1116 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1117 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7452, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.625, + "y": -2.3249998 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1133 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "uid": 1134 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": {}, + "states": [ + { + "title": "CoinFlip", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.6 + }, + { + "x": 0.0, + "y": 0.8 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.6 + }, + { + "x": 0.14285715, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.6 + }, + { + "x": 0.2857143, + "y": 0.8 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + } + ], + "defaultStateTitle": "CoinFlip", + "uid": 1135 + } + }, + { + "type": "components.Coin", + "properties": { + "topY": { + "x": -2.3249998, + "y": -1.8249998 + }, + "coinSpeed": 1.4, + "uid": 1136 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1137 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1138 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7453, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.125, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1140 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.16666667 + }, + { + "x": 0.14285715, + "y": 0.16666667 + }, + { + "x": 0.14285715, + "y": 0.25 + } + ] + }, + "uid": 1141 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1142 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1143 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1144 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7454, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.125, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1146 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.14285715, + "y": 0.16666667 + }, + { + "x": 0.0, + "y": 0.16666667 + }, + { + "x": 0.0, + "y": 0.25 + } + ] + }, + "uid": 1147 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1148 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1149 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1150 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7455, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1152 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.16666667 + }, + { + "x": 0.71428573, + "y": 0.083333336 + }, + { + "x": 0.5714286, + "y": 0.083333336 + }, + { + "x": 0.5714286, + "y": 0.16666667 + } + ] + }, + "uid": 1153 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1154 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1155 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1156 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7456, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1164 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.16666667 + }, + { + "x": 1.0, + "y": 0.083333336 + }, + { + "x": 0.85714287, + "y": 0.083333336 + }, + { + "x": 0.85714287, + "y": 0.16666667 + } + ] + }, + "uid": 1165 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1166 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1167 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1168 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7457, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1170 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 1171 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1172 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1173 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1174 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7458, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1170 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 1171 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1172 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1173 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1174 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7459, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1170 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 1171 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1172 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1173 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1174 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7460, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1170 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 1171 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1172 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1173 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1174 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7461, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1170 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 1171 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1172 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1173 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1174 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7462, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1170 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 1171 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1172 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1173 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1174 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7463, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1170 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 1171 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1172 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1173 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1174 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7464, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1170 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 1171 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1172 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1173 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1174 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7465, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1170 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 1171 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1172 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1173 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1174 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7466, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1170 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 1171 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1172 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1173 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1174 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7467, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1176 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1177 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1178 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1179 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1180 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7468, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1176 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1177 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1178 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1179 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1180 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7469, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1176 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1177 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1178 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1179 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1180 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7470, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1176 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1177 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1178 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1179 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1180 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7471, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1176 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1177 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1178 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1179 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1180 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7472, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1176 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1177 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1178 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1179 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1180 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7473, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1176 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1177 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1178 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1179 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1180 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7474, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1176 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1177 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1178 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1179 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1180 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7475, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7476, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7477, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7478, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7479, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7480, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7481, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7482, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7483, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7484, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7485, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7486, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7487, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7488, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7489, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.125, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7490, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7491, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7492, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7493, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7494, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7495, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7496, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7497, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.125, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7498, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7499, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7500, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7501, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7502, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7503, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7504, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7505, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7506, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7507, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7508, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7509, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7510, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7511, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.125, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7512, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7513, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7514, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7515, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7516, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7517, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7518, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7519, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7520, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7521, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7522, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7523, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7524, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7525, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7526, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7527, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7528, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7529, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7530, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.125, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7531, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7532, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.125, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7533, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7534, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.625, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7535, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7536, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7537, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7538, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.125, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7539, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7540, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7541, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7542, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7543, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7544, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.125, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7545, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7546, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7547, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7548, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7549, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7550, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7551, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7552, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7553, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7554, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7555, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7556, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7557, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7558, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7559, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7560, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7561, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7562, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1107 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1108 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1109 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1110 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1111 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7563, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7564, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7565, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7566, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7567, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7568, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7569, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7570, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7571, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7572, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7573, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.625, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7574, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7575, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.625, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7576, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.625, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7577, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.625, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7578, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.625, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7579, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.625, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7580, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.625, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7581, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.625, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7582, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.625, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7583, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7584, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.125, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7585, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7586, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7587, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7588, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7589, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7590, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7591, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7592, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7593, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7594, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7595, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7596, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7597, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.125, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7598, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7599, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7600, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7601, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7602, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7603, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.125, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7604, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7605, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7606, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7607, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.625, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7608, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7609, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.125, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7610, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7611, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7612, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7613, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7614, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7615, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7616, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7617, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7618, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7619, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7620, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.125, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7621, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7622, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.625, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7623, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7624, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7625, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": -4.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7626, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": -4.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1089 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.14285715, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.6666667 + }, + { + "x": 0.0, + "y": 0.75 + } + ] + }, + "uid": 1090 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1091 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1092 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1093 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7627, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7628, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7629, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7630, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7631, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7632, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": -3.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7633, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": -3.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7634, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": -3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7635, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7636, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": -2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7637, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": -3.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7638, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7639, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7640, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7641, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7642, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": -2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7643, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": -1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7644, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": -1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1101 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1102 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1103 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1104 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1105 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7645, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": -2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7646, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": -2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1095 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.6666667 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.6666667 + } + ] + }, + "uid": 1096 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1097 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1098 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1099 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7647, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1201 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1202 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7648, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1201 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1202 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7649, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1201 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1202 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7650, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1204 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 1.0, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.5 + } + ] + }, + "uid": 1205 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7651, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1207 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.6666667 + }, + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.6666667 + } + ] + }, + "uid": 1208 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7652, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1210 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5833333 + } + ] + }, + "uid": 1211 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7653, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1213 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.5 + } + ] + }, + "uid": 1214 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7654, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 14.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1216 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.5 + } + ] + }, + "uid": 1217 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7655, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1219 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5833333 + } + ] + }, + "uid": 1220 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7656, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 15.875, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1222 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1223 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1224 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1225 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1226 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1227 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7657, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7658, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7659, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7660, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7661, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7662, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7663, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7664, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7665, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7666, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7667, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7668, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 72 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 73 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 74 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 75 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 76 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7669, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 72 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 73 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 74 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 75 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 76 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7670, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7671, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7672, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7673, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7674, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7675, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7676, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7677, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7678, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7679, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7680, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7681, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7682, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7683, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1229 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1230 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7684, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 16.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1232 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 1.0, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.5 + } + ] + }, + "uid": 1233 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7685, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1235 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.6666667 + }, + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.6666667 + } + ] + }, + "uid": 1236 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7686, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 17.875, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1238 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1239 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1240 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1241 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1242 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1243 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7687, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.375, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1238 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1239 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1240 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1241 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1242 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1243 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7688, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.125, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1245 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "uid": 1246 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Question", + "trigger": "setInactive" + }, + "Inactive" + ] + ], + "states": [ + { + "title": "Question", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.0, + "y": 0.8 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Inactive", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 1.0 + }, + { + "x": 0.5714286, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Question", + "uid": 1247 + } + }, + { + "type": "components.QuestionBlock", + "properties": { + "blockType": "Powerup", + "bopSpeed": 0.4, + "uid": 1248 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1249 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1250 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1251 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7689, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7690, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 18.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7691, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7692, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.375, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7693, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7694, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7695, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7696, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7697, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7698, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7699, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7700, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7701, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.375, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7702, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.375, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1253 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1254 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1255 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1256 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1257 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1258 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7703, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 19.125, + "y": 3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1260 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1261 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1262 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 20.0, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1263 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1264 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1265 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7704, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.375, + "y": 3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1260 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1261 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1262 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 20.0, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1263 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1264 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1265 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7705, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7706, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7707, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7708, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7709, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7710, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7711, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7712, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7713, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7714, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7715, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7716, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7717, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7718, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7719, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7720, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7721, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7722, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7723, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7724, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7725, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1267 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "uid": 1268 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Question", + "trigger": "setInactive" + }, + "Inactive" + ] + ], + "states": [ + { + "title": "Question", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.0, + "y": 0.8 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Inactive", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 1.0 + }, + { + "x": 0.5714286, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Question", + "uid": 1269 + } + }, + { + "type": "components.QuestionBlock", + "properties": { + "blockType": "Coin", + "bopSpeed": 0.4, + "uid": 1270 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1271 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1272 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1273 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7726, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.625, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1275 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1276 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1277 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1278 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1279 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1280 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7727, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.125, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1282 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1283 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1284 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1285 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1286 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1287 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7728, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.375, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1282 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1283 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1284 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1285 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1286 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1287 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7729, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1289 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1290 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7730, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 20.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1292 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 1.0, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.5 + } + ] + }, + "uid": 1293 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7731, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 21.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1295 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.6666667 + }, + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.6666667 + } + ] + }, + "uid": 1296 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7732, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7733, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7734, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7735, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7736, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 25.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7737, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 25.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7738, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 25.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7739, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7740, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7741, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 25.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7742, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 25.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7743, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 25.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7744, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7745, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7746, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7747, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7748, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7749, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7750, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7751, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7752, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 25.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7753, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 25.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7754, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7755, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7756, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7757, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7758, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7759, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 29.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7760, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7761, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7762, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7763, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 29.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7764, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7765, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 30.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7766, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7767, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 30.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7768, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7769, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 30.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7770, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7771, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7772, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7773, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7774, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 30.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7775, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 30.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7776, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7777, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 30.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7778, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7779, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 29.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7780, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7781, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 29.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7782, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7783, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 29.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7784, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7785, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7786, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7787, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7788, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 29.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7789, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 29.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7790, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7791, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 29.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7792, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1298 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.5 + } + ] + }, + "uid": 1299 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7793, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.625, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1298 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.5 + } + ] + }, + "uid": 1299 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7794, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1304 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.5 + } + ] + }, + "uid": 1305 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7795, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.875, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1304 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.5 + } + ] + }, + "uid": 1305 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7796, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1307 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.5 + } + ] + }, + "uid": 1308 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7797, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.375, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1307 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.5 + } + ] + }, + "uid": 1308 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7798, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1310 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.5 + } + ] + }, + "uid": 1311 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7799, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1313 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5833333 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.42857143, + "y": 0.5 + }, + { + "x": 0.42857143, + "y": 0.5833333 + } + ] + }, + "uid": 1314 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7800, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.625, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1316 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5833333 + } + ] + }, + "uid": 1317 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7801, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 22.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1319 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1320 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1321 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1322 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1323 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1324 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7802, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 23.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1319 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1320 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1321 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1322 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1323 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1324 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7803, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 25.875, + "y": 0.67499995 + }, + "scale": { + "x": 0.25, + "y": 0.35 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1326 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 24.0, + "texture": { + "filepath": "assets/images/turtle.png", + "width": 64, + "height": 24 + }, + "texCoords": [ + { + "x": 0.25, + "y": 1.0 + }, + { + "x": 0.25, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 1327 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "TurtleShellSpin" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 24.0, + "texture": { + "filepath": "assets/images/turtle.png", + "width": 64, + "height": 24 + }, + "texCoords": [ + { + "x": 0.25, + "y": 1.0 + }, + { + "x": 0.25, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 24.0, + "texture": { + "filepath": "assets/images/turtle.png", + "width": 64, + "height": 24 + }, + "texCoords": [ + { + "x": 0.5, + "y": 1.0 + }, + { + "x": 0.5, + "y": 0.0 + }, + { + "x": 0.25, + "y": 0.0 + }, + { + "x": 0.25, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "TurtleShellSpin", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 24.0, + "texture": { + "filepath": "assets/images/turtle.png", + "width": 64, + "height": 24 + }, + "texCoords": [ + { + "x": 0.75, + "y": 1.0 + }, + { + "x": 0.75, + "y": 0.0 + }, + { + "x": 0.5, + "y": 0.0 + }, + { + "x": 0.5, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1328 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1329 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.13, + "offset": { + "x": 0.0, + "y": -0.05 + }, + "uid": 1330 + } + }, + { + "type": "components.TurtleAI", + "properties": { + "movingDebounce": 0.32, + "uid": 1331 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7804, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 25.625, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1333 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "uid": 1334 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Question", + "trigger": "setInactive" + }, + "Inactive" + ] + ], + "states": [ + { + "title": "Question", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.0, + "y": 0.8 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Inactive", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 1.0 + }, + { + "x": 0.5714286, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Question", + "uid": 1335 + } + }, + { + "type": "components.QuestionBlock", + "properties": { + "blockType": "Coin", + "bopSpeed": 0.4, + "uid": 1336 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1337 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1338 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1339 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7805, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.625, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1333 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "uid": 1334 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Question", + "trigger": "setInactive" + }, + "Inactive" + ] + ], + "states": [ + { + "title": "Question", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.0, + "y": 0.8 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Inactive", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 1.0 + }, + { + "x": 0.5714286, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Question", + "uid": 1335 + } + }, + { + "type": "components.QuestionBlock", + "properties": { + "blockType": "Coin", + "bopSpeed": 0.4, + "uid": 1336 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1337 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1338 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1339 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7806, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.625, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1333 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "uid": 1334 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Question", + "trigger": "setInactive" + }, + "Inactive" + ] + ], + "states": [ + { + "title": "Question", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.0, + "y": 0.8 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Inactive", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 1.0 + }, + { + "x": 0.5714286, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Question", + "uid": 1335 + } + }, + { + "type": "components.QuestionBlock", + "properties": { + "blockType": "Coin", + "bopSpeed": 0.4, + "uid": 1336 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1337 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1338 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1339 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7807, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1333 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "uid": 1334 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Question", + "trigger": "setInactive" + }, + "Inactive" + ] + ], + "states": [ + { + "title": "Question", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.0, + "y": 0.8 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Inactive", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 1.0 + }, + { + "x": 0.5714286, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Question", + "uid": 1335 + } + }, + { + "type": "components.QuestionBlock", + "properties": { + "blockType": "Powerup", + "bopSpeed": 0.4, + "uid": 1336 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1337 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1338 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1339 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7808, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1341 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1342 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1343 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1344 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1345 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1346 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7809, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1341 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1342 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1343 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1344 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1345 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1346 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7810, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1348 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5833333 + } + ] + }, + "uid": 1349 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7811, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1351 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.5 + } + ] + }, + "uid": 1352 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7812, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1354 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.5 + } + ] + }, + "uid": 1355 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7813, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.625, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1357 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5833333 + } + ] + }, + "uid": 1358 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7814, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1360 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1361 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7815, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1360 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1361 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7816, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1363 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1364 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7817, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 26.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1366 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 1.0, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.5 + } + ] + }, + "uid": 1367 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7818, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1369 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.6666667 + }, + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.6666667 + } + ] + }, + "uid": 1370 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7819, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7820, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7821, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7822, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7823, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7824, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7825, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7826, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7827, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7828, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7829, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7830, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7831, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7832, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7833, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7834, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7835, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7836, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7837, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7838, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7839, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7840, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7841, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7842, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7843, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7844, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7845, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7846, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 30.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7847, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7848, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7849, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 30.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7850, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7851, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7852, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7853, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7854, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7855, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7856, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7857, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7858, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7859, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7860, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7861, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 29.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1372 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1373 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7862, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 29.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1375 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 1.0, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.5 + } + ] + }, + "uid": 1376 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7863, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 29.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1378 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.6666667 + }, + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.6666667 + } + ] + }, + "uid": 1379 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7864, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 29.625, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1381 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1382 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1383 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1384 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1385 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1386 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7865, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 30.375, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1381 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1382 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1383 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1384 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1385 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1386 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7866, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 30.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1381 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1382 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1383 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1384 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1385 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1386 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7867, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 30.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1381 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1382 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1383 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1384 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1385 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1386 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7868, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1381 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1382 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1383 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1384 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1385 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1386 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7869, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1381 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1382 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1383 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1384 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1385 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1386 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7870, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.375, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1381 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1382 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1383 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1384 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1385 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1386 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7871, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.625, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1381 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1382 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1383 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1384 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1385 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1386 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7872, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.375, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1388 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "uid": 1389 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Question", + "trigger": "setInactive" + }, + "Inactive" + ] + ], + "states": [ + { + "title": "Question", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.0, + "y": 0.8 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Inactive", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 1.0 + }, + { + "x": 0.5714286, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Question", + "uid": 1390 + } + }, + { + "type": "components.QuestionBlock", + "properties": { + "blockType": "Coin", + "bopSpeed": 0.4, + "uid": 1391 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1392 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1393 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1394 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7873, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1388 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "uid": 1389 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Question", + "trigger": "setInactive" + }, + "Inactive" + ] + ], + "states": [ + { + "title": "Question", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.0, + "y": 0.8 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Inactive", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 1.0 + }, + { + "x": 0.5714286, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Question", + "uid": 1390 + } + }, + { + "type": "components.QuestionBlock", + "properties": { + "blockType": "Coin", + "bopSpeed": 0.4, + "uid": 1391 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1392 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1393 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1394 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7874, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 30.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1396 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1397 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1398 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1399 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1400 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1401 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7875, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1396 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1397 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1398 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1399 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1400 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1401 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7876, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1396 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1397 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1398 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1399 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1400 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1401 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7877, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 32.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1396 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1397 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1398 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1399 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1400 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1401 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7878, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7879, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7880, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7881, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7882, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.625, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7883, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.875, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7884, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7885, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 33.875, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7886, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.125, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7887, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.125, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7888, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.875, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7889, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.875, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7890, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.875, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7891, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7892, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7893, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7894, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7895, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.375, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7896, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7897, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.125, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1403 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1404 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1405 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1406 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1407 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7898, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1409 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1410 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7899, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 34.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1409 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1410 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7900, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7901, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7902, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7903, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 39.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7904, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7905, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 39.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7906, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7907, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7908, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7909, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7910, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 39.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7911, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 39.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7912, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7913, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7914, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7915, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7916, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7917, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7918, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7919, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7920, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7921, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7922, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7923, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7924, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1412 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.5 + } + ] + }, + "uid": 1413 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7925, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.375, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1412 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.5 + } + ] + }, + "uid": 1413 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7926, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1412 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.5 + } + ] + }, + "uid": 1413 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7927, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1415 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5833333 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.42857143, + "y": 0.5 + }, + { + "x": 0.42857143, + "y": 0.5833333 + } + ] + }, + "uid": 1416 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7928, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 35.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1418 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.5 + } + ] + }, + "uid": 1419 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7929, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1418 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.5 + } + ] + }, + "uid": 1419 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7930, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.625, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1421 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.5 + } + ] + }, + "uid": 1422 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7931, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.375, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1424 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5833333 + } + ] + }, + "uid": 1425 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7932, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 36.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7933, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7934, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7935, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7936, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7937, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7938, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7939, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.375, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7940, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.625, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7941, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.875, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7942, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.375, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7943, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.625, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7944, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.875, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7945, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.625, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7946, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.875, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1427 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1428 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1429 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1430 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1431 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7947, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.625, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1433 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1434 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1435 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1436 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1437 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7948, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.625, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1433 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1434 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1435 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1436 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1437 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7949, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.625, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1433 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1434 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1435 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1436 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1437 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7950, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1433 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1434 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1435 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1436 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1437 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7951, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1433 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1434 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1435 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1436 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1437 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7952, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1433 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1434 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1435 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1436 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1437 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7953, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 39.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1433 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1434 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1435 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1436 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1437 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7954, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 39.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1433 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1434 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1435 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1436 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1437 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7955, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 39.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1433 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1434 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1435 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1436 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1437 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7956, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.875, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1433 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1434 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1435 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1436 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1437 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7957, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.875, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1433 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1434 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1435 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1436 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1437 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7958, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 41.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7959, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 39.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7960, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 40.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7961, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 40.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7962, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 40.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7963, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 40.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7964, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 41.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7965, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7966, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 41.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7967, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7968, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 41.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7969, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 40.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7970, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 40.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7971, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 41.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7972, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 40.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7973, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7974, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 39.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7975, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 41.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7976, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 39.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7977, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 41.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7978, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7979, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 40.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7980, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7981, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7982, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 41.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7983, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 39.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7984, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1439 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.5833333 + } + ] + }, + "uid": 1440 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7985, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 41.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1442 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.5 + }, + { + "x": 1.0, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.5 + } + ] + }, + "uid": 1443 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7986, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1445 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.6666667 + }, + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.6666667 + } + ] + }, + "uid": 1446 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7987, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 40.049995, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1448 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5833333 + } + ] + }, + "uid": 1449 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7988, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 39.799995, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1451 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.5 + } + ] + }, + "uid": 1452 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7989, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 40.299995, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1454 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.5 + } + ] + }, + "uid": 1455 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7990, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 40.049995, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1457 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5833333 + } + ] + }, + "uid": 1458 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7991, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 39.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1460 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.6666667 + }, + { + "x": 1.0, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.6666667 + } + ] + }, + "uid": 1461 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7992, + "name": "ExitPipe2", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 40.750008, + "y": 0.7500001 + }, + "scale": { + "x": 0.5, + "y": 0.5 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1463 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 32.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/pipes.png", + "width": 128, + "height": 64 + }, + "texCoords": [ + { + "x": 0.5, + "y": 1.0 + }, + { + "x": 0.5, + "y": 0.5 + }, + { + "x": 0.25, + "y": 0.5 + }, + { + "x": 0.25, + "y": 1.0 + } + ] + }, + "uid": 1464 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1465 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.5, + "y": 0.5 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1466 + } + }, + { + "type": "components.Pipe", + "properties": { + "direction": "Up", + "connectingPipeName": "", + "isEntrance": false, + "uid": 1467 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1468 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7993, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7994, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7995, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7996, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7997, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7998, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 7999, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 44.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8000, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 44.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8001, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8002, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 44.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8003, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8004, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 44.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8005, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8006, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8007, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8008, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8009, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8010, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8011, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8012, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8013, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 44.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8014, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 44.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8015, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8016, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8017, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 44.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8018, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8019, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 44.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8020, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8021, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8022, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8023, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8024, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8025, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8026, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8027, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.125, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1470 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1471 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1472 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1473 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1474 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1475 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8028, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.375, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1470 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1471 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1472 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1473 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1474 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1475 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8029, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.875, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1470 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1471 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1472 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1473 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1474 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1475 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8030, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 42.625, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1477 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "uid": 1478 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Question", + "trigger": "setInactive" + }, + "Inactive" + ] + ], + "states": [ + { + "title": "Question", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.0, + "y": 0.8 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.57 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 0.8 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 0.8 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Inactive", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 1.0 + }, + { + "x": 0.5714286, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 0.8 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Question", + "uid": 1479 + } + }, + { + "type": "components.QuestionBlock", + "properties": { + "blockType": "Coin", + "bopSpeed": 0.4, + "uid": 1480 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1481 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1482 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1483 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8031, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1485 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1486 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1487 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1488 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1489 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1490 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8032, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 44.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1485 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "uid": 1486 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Walk", + "trigger": "squashMe" + }, + "Squashed" + ] + ], + "states": [ + { + "title": "Walk", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.0 + }, + { + "x": 0.071428575, + "y": 0.5 + } + ] + }, + "frameTime": 0.23 + } + ], + "time": 0.02907227, + "doesLoop": true + }, + { + "title": "Squashed", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Walk", + "uid": 1487 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.1, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": true, + "uid": 1488 + } + }, + { + "type": "physics2d.components.CircleCollider", + "properties": { + "radius": 0.12, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1489 + } + }, + { + "type": "components.GoombaAI", + "properties": { + "uid": 1490 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8033, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1492 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.16666667 + }, + { + "x": 0.2857143, + "y": 0.16666667 + }, + { + "x": 0.2857143, + "y": 0.25 + } + ] + }, + "uid": 1493 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1494 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1495 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1496 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8034, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.375, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1498 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.16666667 + }, + { + "x": 0.42857143, + "y": 0.16666667 + }, + { + "x": 0.42857143, + "y": 0.25 + } + ] + }, + "uid": 1499 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1500 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1501 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1502 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8035, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1504 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 1.0, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.85714287, + "y": 0.33333334 + } + ] + }, + "uid": 1505 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1506 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1507 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1508 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8036, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1510 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.71428573, + "y": 0.33333334 + } + ] + }, + "uid": 1511 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1512 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1513 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1514 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8037, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8038, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8039, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8040, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8041, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8042, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8043, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8044, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8045, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8046, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8047, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 45.875, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8048, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8049, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.375, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8050, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.625, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8051, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.875, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8052, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8053, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.375, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8054, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.625, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8055, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.125, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8056, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.375, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8057, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.625, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8058, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.875, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8059, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.125, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8060, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.375, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8061, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.625, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8062, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.375, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8063, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.625, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8064, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.875, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8065, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.125, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8066, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.375, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8067, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.625, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8068, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.875, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8069, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.125, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8070, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.375, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8071, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.625, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8072, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.625, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8073, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 46.875, + "y": 1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8074, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.125, + "y": 1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8075, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.375, + "y": 1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8076, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.625, + "y": 1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8077, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.125, + "y": 2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8078, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.375, + "y": 2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8079, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.625, + "y": 2.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8080, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.375, + "y": 2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8081, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.625, + "y": 2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1516 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1517 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1518 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1519 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1520 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8082, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8083, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8084, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8085, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8086, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8087, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8088, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8089, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8090, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8091, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8092, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8093, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8094, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8095, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 49.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8096, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8097, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8098, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8099, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8100, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8101, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8102, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8103, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 49.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8104, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8105, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8106, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8107, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8108, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8109, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8110, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8111, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8112, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8113, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8114, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 49.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8115, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8116, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8117, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8118, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8119, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 47.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8120, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8121, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 49.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8122, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8123, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8124, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8125, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8126, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 55.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8127, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 54.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8128, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 53.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8129, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 53.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8130, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 54.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8131, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 53.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8132, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 55.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8133, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 53.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8134, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 54.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8135, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 54.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8136, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 56.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8137, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 60.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8138, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 55.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8139, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 54.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8140, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 60.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8141, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 57.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8142, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 55.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8143, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 55.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8144, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 59.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8145, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 59.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8146, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 60.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8147, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 57.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8148, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 58.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8149, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 56.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8150, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 60.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8151, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 58.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8152, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 60.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8153, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 58.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8154, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 59.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8155, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 61.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8156, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 59.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8157, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 56.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8158, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 60.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8159, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 61.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8160, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 61.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8161, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 58.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8162, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 56.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8163, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 57.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8164, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 56.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8165, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 57.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8166, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 60.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8167, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 57.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8168, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 56.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8169, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 58.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8170, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 58.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8171, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 56.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8172, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 58.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8173, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 59.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8174, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 59.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8175, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 55.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8176, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 59.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8177, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 59.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8178, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 56.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8179, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 61.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8180, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 55.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8181, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 58.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8182, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 57.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8183, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 53.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8184, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 60.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8185, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 57.125, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8186, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 53.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8187, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 57.875, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8188, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 53.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8189, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 54.125, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8190, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 53.875, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8191, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 54.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8192, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 55.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8193, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 54.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8194, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1522 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5833333 + } + ] + }, + "uid": 1523 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8195, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.625, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1522 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5833333 + } + ] + }, + "uid": 1523 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8196, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1522 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5833333 + }, + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.71428573, + "y": 0.5833333 + } + ] + }, + "uid": 1523 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8197, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1525 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5833333 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.42857143, + "y": 0.5 + }, + { + "x": 0.42857143, + "y": 0.5833333 + } + ] + }, + "uid": 1526 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8198, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1528 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.5 + } + ] + }, + "uid": 1529 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8199, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.375, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1528 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.41666666 + }, + { + "x": 0.42857143, + "y": 0.5 + } + ] + }, + "uid": 1529 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8200, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 49.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1531 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.5 + } + ] + }, + "uid": 1532 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8201, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.875, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1531 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.5 + }, + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.5 + } + ] + }, + "uid": 1532 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8202, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 48.625, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1534 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.5833333 + }, + { + "x": 0.71428573, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5 + }, + { + "x": 0.5714286, + "y": 0.5833333 + } + ] + }, + "uid": 1535 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8203, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 49.97499, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1537 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.8333333 + }, + { + "x": 0.14285715, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.75 + }, + { + "x": 0.0, + "y": 0.8333333 + } + ] + }, + "uid": 1538 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1539 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1540 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1541 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8204, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.049995, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1543 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.2 + }, + { + "x": 0.85714287, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.2 + } + ] + }, + "uid": 1544 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1545 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.1, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": -0.075, + "y": 0.0 + }, + "uid": 1546 + } + }, + { + "type": "components.Flagpole", + "properties": { + "isTop": false, + "uid": 1547 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8205, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.049995, + "y": 1.0500001 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1543 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.2 + }, + { + "x": 0.85714287, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.2 + } + ] + }, + "uid": 1544 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1545 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.1, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": -0.075, + "y": 0.0 + }, + "uid": 1546 + } + }, + { + "type": "components.Flagpole", + "properties": { + "isTop": false, + "uid": 1547 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8206, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.049995, + "y": 1.2250001 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1543 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.2 + }, + { + "x": 0.85714287, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.2 + } + ] + }, + "uid": 1544 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1545 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.1, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": -0.075, + "y": 0.0 + }, + "uid": 1546 + } + }, + { + "type": "components.Flagpole", + "properties": { + "isTop": false, + "uid": 1547 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8207, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.049995, + "y": 1.4000002 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1543 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.2 + }, + { + "x": 0.85714287, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.2 + } + ] + }, + "uid": 1544 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1545 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.1, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": -0.075, + "y": 0.0 + }, + "uid": 1546 + } + }, + { + "type": "components.Flagpole", + "properties": { + "isTop": false, + "uid": 1547 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8208, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.049995, + "y": 1.5750003 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1543 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.2 + }, + { + "x": 0.85714287, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.2 + } + ] + }, + "uid": 1544 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1545 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.1, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": -0.075, + "y": 0.0 + }, + "uid": 1546 + } + }, + { + "type": "components.Flagpole", + "properties": { + "isTop": false, + "uid": 1547 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8209, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.049995, + "y": 1.7499999 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1543 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.2 + }, + { + "x": 0.85714287, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.2 + } + ] + }, + "uid": 1544 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1545 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.1, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": -0.075, + "y": 0.0 + }, + "uid": 1546 + } + }, + { + "type": "components.Flagpole", + "properties": { + "isTop": false, + "uid": 1547 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8210, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.049995, + "y": 1.9249988 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1543 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.2 + }, + { + "x": 0.85714287, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.2 + } + ] + }, + "uid": 1544 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1545 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.1, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": -0.075, + "y": 0.0 + }, + "uid": 1546 + } + }, + { + "type": "components.Flagpole", + "properties": { + "isTop": false, + "uid": 1547 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8211, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 49.87799, + "y": 2.2999978 + }, + "scale": { + "x": -0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1549 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 1.0, + "y": 1.0 + }, + { + "x": 1.0, + "y": 0.8 + }, + { + "x": 0.85714287, + "y": 0.8 + }, + { + "x": 0.85714287, + "y": 1.0 + } + ] + }, + "uid": 1550 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1551 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.1, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.075, + "y": 0.0 + }, + "uid": 1552 + } + }, + { + "type": "components.Flagpole", + "properties": { + "isTop": true, + "uid": 1553 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8212, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1555 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1556 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1557 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1558 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1559 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1560 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8213, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1555 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1556 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1557 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1558 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1559 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1560 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8214, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.125, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1555 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1556 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1557 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1558 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1559 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1560 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8215, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.375, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1555 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1556 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1557 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1558 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1559 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1560 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8216, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.375, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1555 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1556 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1557 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1558 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1559 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1560 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8217, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1555 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1556 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1557 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1558 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1559 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1560 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8218, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.125, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 1, + "uid": 1555 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1556 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1557 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1558 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1559 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1560 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8219, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.125, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 1, + "uid": 1555 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1556 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1557 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1558 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1559 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1560 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8220, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.125, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 1, + "uid": 1555 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1556 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1557 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1558 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1559 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1560 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8221, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.375, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 1, + "uid": 1555 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1556 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1557 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1558 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1559 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1560 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8222, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.375, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 1, + "uid": 1555 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1556 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1557 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1558 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1559 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1560 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8223, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.375, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 1, + "uid": 1555 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1556 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1557 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1558 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1559 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1560 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8224, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.625, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1562 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.9166667 + }, + { + "x": 0.5714286, + "y": 0.8333333 + }, + { + "x": 0.42857143, + "y": 0.8333333 + }, + { + "x": 0.42857143, + "y": 0.9166667 + } + ] + }, + "uid": 1563 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1564 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1565 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1566 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8225, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.625, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1562 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.9166667 + }, + { + "x": 0.5714286, + "y": 0.8333333 + }, + { + "x": 0.42857143, + "y": 0.8333333 + }, + { + "x": 0.42857143, + "y": 0.9166667 + } + ] + }, + "uid": 1563 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1564 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1565 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1566 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8226, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 1, + "uid": 1568 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.9166667 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.5714286, + "y": 0.8333333 + }, + { + "x": 0.5714286, + "y": 0.9166667 + } + ] + }, + "uid": 1569 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1570 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1571 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1572 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8227, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.875, + "y": 0.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 1, + "uid": 1568 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.9166667 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.5714286, + "y": 0.8333333 + }, + { + "x": 0.5714286, + "y": 0.9166667 + } + ] + }, + "uid": 1569 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1570 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1571 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1572 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8228, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.625, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1574 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1575 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1576 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1577 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1578 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1579 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8229, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.875, + "y": 1.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 1, + "uid": 1574 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1575 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1576 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1577 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1578 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1579 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8230, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.125, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1581 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.9166667 + }, + { + "x": 0.42857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.9166667 + } + ] + }, + "uid": 1582 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1583 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1584 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1585 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8231, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.375, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1581 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.9166667 + }, + { + "x": 0.42857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.9166667 + } + ] + }, + "uid": 1582 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1583 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1584 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1585 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8232, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.625, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1581 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.9166667 + }, + { + "x": 0.42857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.9166667 + } + ] + }, + "uid": 1582 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1583 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1584 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1585 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8233, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.875, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1581 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.9166667 + }, + { + "x": 0.42857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.9166667 + } + ] + }, + "uid": 1582 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1583 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1584 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1585 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8234, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.125, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1581 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.9166667 + }, + { + "x": 0.42857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.9166667 + } + ] + }, + "uid": 1582 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1583 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1584 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1585 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8235, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.375, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1581 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.9166667 + }, + { + "x": 0.42857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.9166667 + } + ] + }, + "uid": 1582 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1583 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1584 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1585 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8236, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.375, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1587 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1588 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1589 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1590 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1591 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1592 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8237, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.625, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1587 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1588 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1589 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1590 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1591 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1592 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8238, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.875, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1587 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1588 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1589 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1590 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1591 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1592 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8239, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.125, + "y": 1.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": -1, + "uid": 1587 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1588 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1589 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1590 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1591 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1592 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8240, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.375, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1594 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.9166667 + }, + { + "x": 0.5714286, + "y": 0.8333333 + }, + { + "x": 0.42857143, + "y": 0.8333333 + }, + { + "x": 0.42857143, + "y": 0.9166667 + } + ] + }, + "uid": 1595 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1596 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1597 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1598 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8241, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.125, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1600 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.9166667 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.5714286, + "y": 0.8333333 + }, + { + "x": 0.5714286, + "y": 0.9166667 + } + ] + }, + "uid": 1601 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1602 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1603 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1604 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8242, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.625, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1606 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1607 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1608 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1609 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1610 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1611 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8243, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.875, + "y": 1.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1606 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.9166667 + }, + { + "x": 0.85714287, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.8333333 + }, + { + "x": 0.71428573, + "y": 0.9166667 + } + ] + }, + "uid": 1607 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1608 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1609 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1610 + } + }, + { + "type": "components.BreakableBrick", + "properties": { + "bopSpeed": 0.4, + "uid": 1611 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8244, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.375, + "y": 1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1613 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.9166667 + }, + { + "x": 0.42857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.9166667 + } + ] + }, + "uid": 1614 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1615 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1616 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1617 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8245, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.625, + "y": 1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1613 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.9166667 + }, + { + "x": 0.42857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.9166667 + } + ] + }, + "uid": 1614 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1615 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1616 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1617 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8246, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 51.875, + "y": 1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1613 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.9166667 + }, + { + "x": 0.42857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.9166667 + } + ] + }, + "uid": 1614 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1615 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1616 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1617 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8247, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 52.125, + "y": 1.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1613 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.9166667 + }, + { + "x": 0.42857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.8333333 + }, + { + "x": 0.2857143, + "y": 0.9166667 + } + ] + }, + "uid": 1614 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 1615 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1616 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 1617 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8248, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 49.625, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8249, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 49.625, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8250, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 49.375, + "y": 0.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8251, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 49.375, + "y": 0.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 840 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 0.9166667 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 841 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Static", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": false, + "continuousCollision": true, + "uid": 842 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.25, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 843 + } + }, + { + "type": "components.Ground", + "properties": { + "uid": 844 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8252, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 50.049995, + "y": 2.0999985 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1543 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/items.png", + "width": 112, + "height": 80 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.2 + }, + { + "x": 0.85714287, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.0 + }, + { + "x": 0.71428573, + "y": 0.2 + } + ] + }, + "uid": 1544 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 0.0, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 1.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1545 + } + }, + { + "type": "physics2d.components.Box2DCollider", + "properties": { + "halfSize": { + "x": 0.1, + "y": 0.25 + }, + "origin": { + "x": 0.0, + "y": 0.0 + }, + "offset": { + "x": -0.075, + "y": 0.0 + }, + "uid": 1546 + } + }, + { + "type": "components.Flagpole", + "properties": { + "isTop": false, + "uid": 1547 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8253, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 0.875, + "y": 0.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1638 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 1.0 + }, + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.0, + "y": 0.5 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "uid": 1639 + } + }, + { + "type": "components.StateMachine", + "properties": { + "stateTransfers": [ + [ + { + "state": "Run", + "trigger": "switchDirection" + }, + "Switch Direction" + ], + [ + { + "state": "Switch Direction", + "trigger": "jump" + }, + "Jump" + ], + [ + { + "state": "Fire Switch Direction", + "trigger": "stopRunning" + }, + "FireIdle" + ], + [ + { + "state": "BigRun", + "trigger": "damage" + }, + "Run" + ], + [ + { + "state": "Switch Direction", + "trigger": "die" + }, + "Die" + ], + [ + { + "state": "Fire Switch Direction", + "trigger": "die" + }, + "Big Switch Direction" + ], + [ + { + "state": "Run", + "trigger": "stopRunning" + }, + "Idle" + ], + [ + { + "state": "Run", + "trigger": "powerup" + }, + "BigRun" + ], + [ + { + "state": "FireIdle", + "trigger": "die" + }, + "BigIdle" + ], + [ + { + "state": "FireRun", + "trigger": "damage" + }, + "BigRun" + ], + [ + { + "state": "BigIdle", + "trigger": "die" + }, + "Idle" + ], + [ + { + "state": "Idle", + "trigger": "jump" + }, + "Jump" + ], + [ + { + "state": "BigIdle", + "trigger": "powerup" + }, + "FireIdle" + ], + [ + { + "state": "Run", + "trigger": "die" + }, + "Die" + ], + [ + { + "state": "Jump", + "trigger": "stopJumping" + }, + "Idle" + ], + [ + { + "state": "FireJump", + "trigger": "die" + }, + "BigJump" + ], + [ + { + "state": "FireIdle", + "trigger": "startRunning" + }, + "FireRun" + ], + [ + { + "state": "Switch Direction", + "trigger": "powerup" + }, + "Big Switch Direction" + ], + [ + { + "state": "Switch Direction", + "trigger": "stopRunning" + }, + "Idle" + ], + [ + { + "state": "FireIdle", + "trigger": "jump" + }, + "FireJump" + ], + [ + { + "state": "Fire Switch Direction", + "trigger": "damage" + }, + "Big Switch Direction" + ], + [ + { + "state": "BigIdle", + "trigger": "startRunning" + }, + "BigRun" + ], + [ + { + "state": "Big Switch Direction", + "trigger": "jump" + }, + "BigJump" + ], + [ + { + "state": "Idle", + "trigger": "powerup" + }, + "BigIdle" + ], + [ + { + "state": "Jump", + "trigger": "powerup" + }, + "BigJump" + ], + [ + { + "state": "Run", + "trigger": "jump" + }, + "Jump" + ], + [ + { + "state": "BigIdle", + "trigger": "jump" + }, + "BigJump" + ], + [ + { + "state": "BigJump", + "trigger": "stopJumping" + }, + "BigIdle" + ], + [ + { + "state": "BigRun", + "trigger": "stopRunning" + }, + "BigIdle" + ], + [ + { + "state": "BigRun", + "trigger": "jump" + }, + "BigJump" + ], + [ + { + "state": "FireRun", + "trigger": "switchDirection" + }, + "Fire Switch Direction" + ], + [ + { + "state": "BigRun", + "trigger": "die" + }, + "Run" + ], + [ + { + "state": "FireRun", + "trigger": "jump" + }, + "FireJump" + ], + [ + { + "state": "FireRun", + "trigger": "die" + }, + "BigRun" + ], + [ + { + "state": "BigRun", + "trigger": "powerup" + }, + "FireRun" + ], + [ + { + "state": "Big Switch Direction", + "trigger": "startRunning" + }, + "BigRun" + ], + [ + { + "state": "Big Switch Direction", + "trigger": "die" + }, + "Switch Direction" + ], + [ + { + "state": "Idle", + "trigger": "startRunning" + }, + "Run" + ], + [ + { + "state": "Big Switch Direction", + "trigger": "powerup" + }, + "Fire Switch Direction" + ], + [ + { + "state": "BigRun", + "trigger": "switchDirection" + }, + "Big Switch Direction" + ], + [ + { + "state": "Big Switch Direction", + "trigger": "stopRunning" + }, + "BigIdle" + ], + [ + { + "state": "BigJump", + "trigger": "die" + }, + "Jump" + ], + [ + { + "state": "BigJump", + "trigger": "powerup" + }, + "FireJump" + ], + [ + { + "state": "Switch Direction", + "trigger": "startRunning" + }, + "Run" + ], + [ + { + "state": "FireJump", + "trigger": "damage" + }, + "BigJump" + ], + [ + { + "state": "FireRun", + "trigger": "stopRunning" + }, + "FireIdle" + ], + [ + { + "state": "BigJump", + "trigger": "damage" + }, + "Jump" + ], + [ + { + "state": "FireIdle", + "trigger": "damage" + }, + "BigIdle" + ], + [ + { + "state": "Fire Switch Direction", + "trigger": "jump" + }, + "FireJump" + ], + [ + { + "state": "FireJump", + "trigger": "stopJumping" + }, + "FireIdle" + ], + [ + { + "state": "Idle", + "trigger": "die" + }, + "Die" + ], + [ + { + "state": "Jump", + "trigger": "die" + }, + "Die" + ], + [ + { + "state": "Big Switch Direction", + "trigger": "damage" + }, + "Switch Direction" + ], + [ + { + "state": "BigIdle", + "trigger": "damage" + }, + "Idle" + ], + [ + { + "state": "Fire Switch Direction", "trigger": "startRunning" }, - "FireRun" + "FireRun" + ] + ], + "states": [ + { + "title": "Run", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 1.0 + }, + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.0, + "y": 0.5 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.2 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 1.0 + }, + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.2 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.21428572, + "y": 1.0 + } + ] + }, + "frameTime": 0.2 + }, + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.21428572, + "y": 1.0 + }, + { + "x": 0.21428572, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.2 + } + ], + "time": 0.0, + "doesLoop": true + }, + { + "title": "Idle", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.071428575, + "y": 1.0 + }, + { + "x": 0.071428575, + "y": 0.5 + }, + { + "x": 0.0, + "y": 0.5 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.03258667, + "doesLoop": false + }, + { + "title": "Switch Direction", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.35714287, + "y": 1.0 + }, + { + "x": 0.35714287, + "y": 0.5 + }, + { + "x": 0.2857143, + "y": 0.5 + }, + { + "x": 0.2857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + }, + { + "title": "Jump", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 1.0 + }, + { + "x": 0.42857143, + "y": 0.5 + }, + { + "x": 0.35714287, + "y": 0.5 + }, + { + "x": 0.35714287, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + }, + { + "title": "Die", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheet.png", + "width": 224, + "height": 32 + }, + "texCoords": [ + { + "x": 0.5, + "y": 1.0 + }, + { + "x": 0.5, + "y": 0.5 + }, + { + "x": 0.42857143, + "y": 0.5 + }, + { + "x": 0.42857143, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + }, + { + "title": "BigRun", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.04761905, + "y": 1.0 + }, + { + "x": 0.04761905, + "y": 0.5 + }, + { + "x": 0.0, + "y": 0.5 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.2 + }, + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.0952381, + "y": 1.0 + }, + { + "x": 0.0952381, + "y": 0.5 + }, + { + "x": 0.04761905, + "y": 0.5 + }, + { + "x": 0.04761905, + "y": 1.0 + } + ] + }, + "frameTime": 0.2 + }, + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.0952381, + "y": 0.5 + }, + { + "x": 0.0952381, + "y": 1.0 + } + ] + }, + "frameTime": 0.2 + }, + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.1904762, + "y": 1.0 + }, + { + "x": 0.1904762, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 1.0 + } + ] + }, + "frameTime": 0.2 + }, + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 1.0 + }, + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.0952381, + "y": 0.5 + }, + { + "x": 0.0952381, + "y": 1.0 + } + ] + }, + "frameTime": 0.2 + }, + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.0952381, + "y": 1.0 + }, + { + "x": 0.0952381, + "y": 0.5 + }, + { + "x": 0.04761905, + "y": 0.5 + }, + { + "x": 0.04761905, + "y": 1.0 + } + ] + }, + "frameTime": 0.2 + } + ], + "time": 0.0, + "doesLoop": true + }, + { + "title": "BigIdle", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.04761905, + "y": 1.0 + }, + { + "x": 0.04761905, + "y": 0.5 + }, + { + "x": 0.0, + "y": 0.5 + }, + { + "x": 0.0, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + }, + { + "title": "Big Switch Direction", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.23809524, + "y": 1.0 + }, + { + "x": 0.23809524, + "y": 0.5 + }, + { + "x": 0.1904762, + "y": 0.5 + }, + { + "x": 0.1904762, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + }, + { + "title": "BigJump", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 1.0 + }, + { + "x": 0.2857143, + "y": 0.5 + }, + { + "x": 0.23809524, + "y": 0.5 + }, + { + "x": 0.23809524, + "y": 1.0 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + }, + { + "title": "FireRun", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.04761905, + "y": 0.5 + }, + { + "x": 0.04761905, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.2 + }, + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.0952381, + "y": 0.5 + }, + { + "x": 0.0952381, + "y": 0.0 + }, + { + "x": 0.04761905, + "y": 0.0 + }, + { + "x": 0.04761905, + "y": 0.5 + } + ] + }, + "frameTime": 0.2 + }, + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.0952381, + "y": 0.0 + }, + { + "x": 0.0952381, + "y": 0.5 + } + ] + }, + "frameTime": 0.2 + }, + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.1904762, + "y": 0.5 + }, + { + "x": 0.1904762, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.14285715, + "y": 0.5 + } + ] + }, + "frameTime": 0.2 + }, + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.5 + }, + { + "x": 0.14285715, + "y": 0.0 + }, + { + "x": 0.0952381, + "y": 0.0 + }, + { + "x": 0.0952381, + "y": 0.5 + } + ] + }, + "frameTime": 0.2 + }, + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.0952381, + "y": 0.5 + }, + { + "x": 0.0952381, + "y": 0.0 + }, + { + "x": 0.04761905, + "y": 0.0 + }, + { + "x": 0.04761905, + "y": 0.5 + } + ] + }, + "frameTime": 0.2 + } + ], + "time": 0.0, + "doesLoop": true + }, + { + "title": "FireIdle", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.04761905, + "y": 0.5 + }, + { + "x": 0.04761905, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.0 + }, + { + "x": 0.0, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + }, + { + "title": "Fire Switch Direction", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.23809524, + "y": 0.5 + }, + { + "x": 0.23809524, + "y": 0.0 + }, + { + "x": 0.1904762, + "y": 0.0 + }, + { + "x": 0.1904762, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + }, + { + "title": "FireJump", + "animationFrames": [ + { + "sprite": { + "width": 16.0, + "height": 32.0, + "texture": { + "filepath": "assets/images/bigSpritesheet.png", + "width": 336, + "height": 64 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.5 + }, + { + "x": 0.2857143, + "y": 0.0 + }, + { + "x": 0.23809524, + "y": 0.0 + }, + { + "x": 0.23809524, + "y": 0.5 + } + ] + }, + "frameTime": 0.1 + } + ], + "time": 0.0, + "doesLoop": false + } + ], + "defaultStateTitle": "Idle", + "uid": 1640 + } + }, + { + "type": "physics2d.components.Rigidbody2D", + "properties": { + "velocity": { + "x": 0.0, + "y": 0.0 + }, + "angularDamping": 0.8, + "linearDamping": 0.9, + "mass": 25.0, + "bodyType": "Dynamic", + "friction": 0.1, + "angularVelocity": 0.0, + "gravityScale": 0.0, + "isSensor": false, + "fixedRotation": true, + "continuousCollision": false, + "uid": 1641 + } + }, + { + "type": "physics2d.components.PillboxCollider", + "properties": { + "width": 0.39, + "height": 0.31, + "offset": { + "x": 0.0, + "y": 0.0 + }, + "uid": 1642 + } + }, + { + "type": "components.PlayerController", + "properties": { + "walkSpeed": 1.9, + "jumpBoost": 1.0, + "jumpImpulse": 3.0, + "slowDownForce": 0.05, + "terminalVelocity": { + "x": 2.1, + "y": 3.1 + }, + "playerState": "Small", + "uid": 1643 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8254, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 1.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1667 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1668 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8255, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 1.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1667 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1668 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8256, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 1.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1667 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1668 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8257, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 1.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1673 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1674 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8258, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 1.625, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1688 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1689 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8259, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 1.625, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1688 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1689 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8260, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 1.625, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1688 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1689 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8261, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 1.625, + "y": 2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1691 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1692 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8262, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 1.875, + "y": 2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1694 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1695 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8263, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 1.875, + "y": 2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1694 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1695 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8264, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 1.375, + "y": 2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1697 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.33333334 + } + ] + }, + "uid": 1698 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8265, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 3.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1700 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1701 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8266, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 3.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1703 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1704 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8267, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 3.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1703 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1704 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8268, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 3.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1703 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1704 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8269, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 3.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1703 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1704 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8270, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 4.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1706 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1707 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8271, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 4.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1706 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1707 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8272, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 3.625, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1709 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.33333334 + } + ] + }, + "uid": 1710 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8273, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 3.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1712 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1713 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8274, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 3.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1712 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1713 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8275, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 3.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1712 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1713 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8276, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 3.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1712 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1713 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8277, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 3.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1712 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1713 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8278, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 4.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1715 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1716 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8279, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 6.625, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1724 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1725 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8280, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 7.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1724 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1725 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8281, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 6.625, + "y": 2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1727 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.33333334 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.33333334 + } + ] + }, + "uid": 1728 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8282, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 6.875, + "y": 2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1727 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.33333334 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.33333334 + } + ] + }, + "uid": 1728 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8283, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 7.125, + "y": 2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1727 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.33333334 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.33333334 + } + ] + }, + "uid": 1728 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8284, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 6.625, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1730 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1731 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8285, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 6.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1730 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1731 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8286, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 7.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1733 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1734 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8287, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 7.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1733 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1734 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8288, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 7.375, + "y": 2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1739 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1740 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8289, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 6.375, + "y": 2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1742 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.33333334 + } + ] + }, + "uid": 1743 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8290, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 6.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1745 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1746 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8291, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1767 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1768 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8292, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1767 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1768 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8293, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1770 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.33333334 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.33333334 + } + ] + }, + "uid": 1771 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8294, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1770 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.33333334 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.33333334 + } + ] + }, + "uid": 1771 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8295, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1770 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.33333334 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.33333334 + } + ] + }, + "uid": 1771 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8296, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1770 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.33333334 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.33333334 + } + ] + }, + "uid": 1771 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8297, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1770 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.33333334 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.33333334 + } + ] + }, + "uid": 1771 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8298, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1773 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1774 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8299, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.625, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1776 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.33333334 + } + ] + }, + "uid": 1777 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8300, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 9.375, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1779 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1780 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8301, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1782 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1783 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8302, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 8.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1782 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1783 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8303, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.375, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1785 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1786 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8304, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1791 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1792 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8305, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1791 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1792 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8306, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.625, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1794 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1795 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8307, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1797 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.33333334 + } + ] + }, + "uid": 1798 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8308, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1800 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1801 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8309, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 13.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1803 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1804 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8310, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.625, + "y": 3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1809 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1810 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8311, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.875, + "y": 3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1809 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1810 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8312, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 25.125, + "y": 3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1812 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1813 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8313, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.375, + "y": 3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1815 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1816 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8314, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.375, + "y": 3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1815 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1816 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8315, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.375, + "y": 3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1815 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1816 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8316, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.375, + "y": 3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1815 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1816 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8317, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1818 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.33333334 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.33333334 + } + ] + }, + "uid": 1819 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8318, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1818 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.33333334 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.33333334 + } + ] + }, + "uid": 1819 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8319, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1818 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.33333334 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.33333334 + } + ] + }, + "uid": 1819 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8320, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 25.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1821 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1822 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8321, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 24.375, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1824 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.33333334 + } + ] + }, + "uid": 1825 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8322, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1827 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1828 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8323, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1830 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1831 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8324, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1836 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1837 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8325, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1839 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1840 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8326, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1839 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1840 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8327, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1839 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1840 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8328, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1839 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1840 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8329, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 28.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1839 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1840 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8330, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.625, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1842 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.33333334 + } + ] + }, + "uid": 1843 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8331, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 27.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1845 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1846 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8332, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1851 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.33333334 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.33333334 + } + ] + }, + "uid": 1852 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8333, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.625, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1851 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.14285715, + "y": 0.33333334 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.25 + }, + { + "x": 0.0, + "y": 0.33333334 + } + ] + }, + "uid": 1852 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8334, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.375, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1854 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1855 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8335, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1854 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1855 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8336, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1854 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1855 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8337, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1854 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1855 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8338, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1854 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1855 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8339, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1854 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1855 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8340, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1857 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.33333334 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.14285715, + "y": 0.33333334 + } + ] + }, + "uid": 1858 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8341, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1857 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.33333334 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.14285715, + "y": 0.33333334 + } + ] + }, + "uid": 1858 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8342, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1857 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.33333334 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.14285715, + "y": 0.33333334 + } + ] + }, + "uid": 1858 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8343, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1857 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.33333334 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.14285715, + "y": 0.33333334 + } + ] + }, + "uid": 1858 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8344, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1860 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.41666666 + }, + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.41666666 + } + ] + }, + "uid": 1861 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8345, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1866 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1867 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8346, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1869 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1870 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8347, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1869 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1870 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8348, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1869 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1870 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8349, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1869 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1870 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8350, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1869 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1870 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8351, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1872 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1873 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8352, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 31.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1875 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.33333334 + } + ] + }, + "uid": 1876 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8353, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.375, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1878 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1879 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8354, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.625, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1878 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1879 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8355, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.875, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1878 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1879 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8356, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1881 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1882 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8357, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1881 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } ] - ], - "states": [ - { - "title": "Run", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/spritesheet.png", - "width": 224, - "height": 32 - }, - "texCoords": [ - { - "x": 0.071428575, - "y": 1.0 - }, - { - "x": 0.071428575, - "y": 0.5 - }, - { - "x": 0.0, - "y": 0.5 - }, - { - "x": 0.0, - "y": 1.0 - } - ] - }, - "frameTime": 0.2 - }, - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/spritesheet.png", - "width": 224, - "height": 32 - }, - "texCoords": [ - { - "x": 0.21428572, - "y": 1.0 - }, - { - "x": 0.21428572, - "y": 0.5 - }, - { - "x": 0.14285715, - "y": 0.5 - }, - { - "x": 0.14285715, - "y": 1.0 - } - ] - }, - "frameTime": 0.2 - }, - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/spritesheet.png", - "width": 224, - "height": 32 - }, - "texCoords": [ - { - "x": 0.2857143, - "y": 1.0 - }, - { - "x": 0.2857143, - "y": 0.5 - }, - { - "x": 0.21428572, - "y": 0.5 - }, - { - "x": 0.21428572, - "y": 1.0 - } - ] - }, - "frameTime": 0.2 - }, - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/spritesheet.png", - "width": 224, - "height": 32 - }, - "texCoords": [ - { - "x": 0.21428572, - "y": 1.0 - }, - { - "x": 0.21428572, - "y": 0.5 - }, - { - "x": 0.14285715, - "y": 0.5 - }, - { - "x": 0.14285715, - "y": 1.0 - } - ] - }, - "frameTime": 0.2 - } - ], - "time": 0.0, - "doesLoop": true + }, + "uid": 1882 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8358, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1881 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, - { - "title": "Idle", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/spritesheet.png", - "width": 224, - "height": 32 - }, - "texCoords": [ - { - "x": 0.071428575, - "y": 1.0 - }, - { - "x": 0.071428575, - "y": 0.5 - }, - { - "x": 0.0, - "y": 0.5 - }, - { - "x": 0.0, - "y": 1.0 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.016046144, - "doesLoop": false + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1882 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8359, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.375, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1881 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1882 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8360, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.625, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1881 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1882 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8361, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1881 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1882 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8362, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1881 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1882 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8363, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1881 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, - { - "title": "Switch Direction", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/spritesheet.png", - "width": 224, - "height": 32 - }, - "texCoords": [ - { - "x": 0.35714287, - "y": 1.0 - }, - { - "x": 0.35714287, - "y": 0.5 - }, - { - "x": 0.2857143, - "y": 0.5 - }, - { - "x": 0.2857143, - "y": 1.0 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1882 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8364, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.875, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1881 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, - { - "title": "Jump", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/spritesheet.png", - "width": 224, - "height": 32 - }, - "texCoords": [ - { - "x": 0.42857143, - "y": 1.0 - }, - { - "x": 0.42857143, - "y": 0.5 - }, - { - "x": 0.35714287, - "y": 0.5 - }, - { - "x": 0.35714287, - "y": 1.0 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1882 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8365, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1884 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, - { - "title": "Die", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/spritesheet.png", - "width": 224, - "height": 32 - }, - "texCoords": [ - { - "x": 0.5, - "y": 1.0 - }, - { - "x": 0.5, - "y": 0.5 - }, - { - "x": 0.42857143, - "y": 0.5 - }, - { - "x": 0.42857143, - "y": 1.0 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false + "texCoords": [ + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.5714286, + "y": 0.33333334 + } + ] + }, + "uid": 1885 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8366, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1887 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, - { - "title": "BigRun", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.04761905, - "y": 1.0 - }, - { - "x": 0.04761905, - "y": 0.5 - }, - { - "x": 0.0, - "y": 0.5 - }, - { - "x": 0.0, - "y": 1.0 - } - ] - }, - "frameTime": 0.2 - }, - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.0952381, - "y": 1.0 - }, - { - "x": 0.0952381, - "y": 0.5 - }, - { - "x": 0.04761905, - "y": 0.5 - }, - { - "x": 0.04761905, - "y": 1.0 - } - ] - }, - "frameTime": 0.2 - }, - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.14285715, - "y": 1.0 - }, - { - "x": 0.14285715, - "y": 0.5 - }, - { - "x": 0.0952381, - "y": 0.5 - }, - { - "x": 0.0952381, - "y": 1.0 - } - ] - }, - "frameTime": 0.2 - }, - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.1904762, - "y": 1.0 - }, - { - "x": 0.1904762, - "y": 0.5 - }, - { - "x": 0.14285715, - "y": 0.5 - }, - { - "x": 0.14285715, - "y": 1.0 - } - ] - }, - "frameTime": 0.2 - }, - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.14285715, - "y": 1.0 - }, - { - "x": 0.14285715, - "y": 0.5 - }, - { - "x": 0.0952381, - "y": 0.5 - }, - { - "x": 0.0952381, - "y": 1.0 - } - ] - }, - "frameTime": 0.2 - }, - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.0952381, - "y": 1.0 - }, - { - "x": 0.0952381, - "y": 0.5 - }, - { - "x": 0.04761905, - "y": 0.5 - }, - { - "x": 0.04761905, - "y": 1.0 - } - ] - }, - "frameTime": 0.2 - } - ], - "time": 0.0, - "doesLoop": true + "texCoords": [ + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.33333334 + } + ] + }, + "uid": 1888 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8367, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1887 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.33333334 + } + ] + }, + "uid": 1888 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8368, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1887 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, - { - "title": "BigIdle", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.04761905, - "y": 1.0 - }, - { - "x": 0.04761905, - "y": 0.5 - }, - { - "x": 0.0, - "y": 0.5 - }, - { - "x": 0.0, - "y": 1.0 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false + "texCoords": [ + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.33333334 + } + ] + }, + "uid": 1888 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8369, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1887 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, - { - "title": "Big Switch Direction", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.23809524, - "y": 1.0 - }, - { - "x": 0.23809524, - "y": 0.5 - }, - { - "x": 0.1904762, - "y": 0.5 - }, - { - "x": 0.1904762, - "y": 1.0 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false + "texCoords": [ + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.33333334 + } + ] + }, + "uid": 1888 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8370, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 37.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1890 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, - { - "title": "BigJump", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.2857143, - "y": 1.0 - }, - { - "x": 0.2857143, - "y": 0.5 - }, - { - "x": 0.23809524, - "y": 0.5 - }, - { - "x": 0.23809524, - "y": 1.0 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1891 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8371, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1893 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, - { - "title": "FireRun", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.04761905, - "y": 0.5 - }, - { - "x": 0.04761905, - "y": 0.0 - }, - { - "x": 0.0, - "y": 0.0 - }, - { - "x": 0.0, - "y": 0.5 - } - ] - }, - "frameTime": 0.2 - }, - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.0952381, - "y": 0.5 - }, - { - "x": 0.0952381, - "y": 0.0 - }, - { - "x": 0.04761905, - "y": 0.0 - }, - { - "x": 0.04761905, - "y": 0.5 - } - ] - }, - "frameTime": 0.2 - }, - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.14285715, - "y": 0.5 - }, - { - "x": 0.14285715, - "y": 0.0 - }, - { - "x": 0.0952381, - "y": 0.0 - }, - { - "x": 0.0952381, - "y": 0.5 - } - ] - }, - "frameTime": 0.2 - }, - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.1904762, - "y": 0.5 - }, - { - "x": 0.1904762, - "y": 0.0 - }, - { - "x": 0.14285715, - "y": 0.0 - }, - { - "x": 0.14285715, - "y": 0.5 - } - ] - }, - "frameTime": 0.2 - }, - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.14285715, - "y": 0.5 - }, - { - "x": 0.14285715, - "y": 0.0 - }, - { - "x": 0.0952381, - "y": 0.0 - }, - { - "x": 0.0952381, - "y": 0.5 - } - ] - }, - "frameTime": 0.2 - }, - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.0952381, - "y": 0.5 - }, - { - "x": 0.0952381, - "y": 0.0 - }, - { - "x": 0.04761905, - "y": 0.0 - }, - { - "x": 0.04761905, - "y": 0.5 - } - ] - }, - "frameTime": 0.2 - } - ], - "time": 0.0, - "doesLoop": true + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1894 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8372, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1893 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, - { - "title": "FireIdle", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.04761905, - "y": 0.5 - }, - { - "x": 0.04761905, - "y": 0.0 - }, - { - "x": 0.0, - "y": 0.0 - }, - { - "x": 0.0, - "y": 0.5 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1894 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8373, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1893 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, - { - "title": "Fire Switch Direction", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.23809524, - "y": 0.5 - }, - { - "x": 0.23809524, - "y": 0.0 - }, - { - "x": 0.1904762, - "y": 0.0 - }, - { - "x": 0.1904762, - "y": 0.5 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1894 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8374, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 38.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1893 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, - { - "title": "FireJump", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 32.0, - "texture": { - "filepath": "assets/images/bigSpritesheet.png", - "width": 336, - "height": 64 - }, - "texCoords": [ - { - "x": 0.2857143, - "y": 0.5 - }, - { - "x": 0.2857143, - "y": 0.0 - }, - { - "x": 0.23809524, - "y": 0.0 - }, - { - "x": 0.23809524, - "y": 0.5 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false - } - ], - "defaultStateTitle": "Idle", - "uid": 40 + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] + }, + "uid": 1894 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8375, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1896 } }, { - "type": "physics2d.components.Rigidbody2D", + "type": "components.SpriteRenderer", "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 25.0, - "bodyType": "Dynamic", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 0.0, - "isSensor": false, - "fixedRotation": true, - "continuousCollision": false, - "uid": 41 + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1897 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8376, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1896 } }, { - "type": "physics2d.components.PillboxCollider", + "type": "components.SpriteRenderer", "properties": { - "width": 0.39, - "height": 0.31, - "offset": { - "x": 0.0, - "y": 0.0 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1897 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8377, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 }, - "uid": 42 + "rotation": 0.0, + "zIndex": 0, + "uid": 1896 } }, { - "type": "components.PlayerController", + "type": "components.SpriteRenderer", "properties": { - "walkSpeed": 1.9, - "jumpBoost": 1.0, - "jumpImpulse": 3.0, - "slowDownForce": 0.05, - "terminalVelocity": { - "x": 2.1, - "y": 3.1 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1897 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8378, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1896 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1897 + } + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8379, + "name": "Sprite_Object_Gen", + "components": [ + { + "type": "jade.Transform", + "properties": { + "position": { + "x": 43.125, + "y": 2.625 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1896 + } + }, + { + "type": "components.SpriteRenderer", + "properties": { + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] }, - "playerState": "Small", - "uid": 43 + "uid": 1897 } } ], @@ -10579,15 +145150,15 @@ "isDead": false }, { - "uid": 387, + "uid": 8380, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 1.875, - "y": 1.375 + "x": 43.375, + "y": 2.625 }, "scale": { "x": 0.25, @@ -10595,7 +145166,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 45 + "uid": 1899 } }, { @@ -10611,234 +145182,93 @@ "width": 16.0, "height": 16.0, "texture": { - "filepath": "assets/images/items.png", + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", "width": 112, - "height": 80 + "height": 192 }, "texCoords": [ { - "x": 0.2857143, - "y": 1.0 + "x": 0.85714287, + "y": 0.41666666 }, { - "x": 0.2857143, - "y": 0.8 + "x": 0.85714287, + "y": 0.33333334 }, { - "x": 0.14285715, - "y": 0.8 + "x": 0.71428573, + "y": 0.33333334 }, { - "x": 0.14285715, - "y": 1.0 + "x": 0.71428573, + "y": 0.41666666 } ] }, - "uid": 46 - } - }, - { - "type": "components.StateMachine", - "properties": { - "stateTransfers": [ - [ - { - "state": "Question", - "trigger": "setInactive" - }, - "Inactive" - ] - ], - "states": [ - { - "title": "Question", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.14285715, - "y": 1.0 - }, - { - "x": 0.14285715, - "y": 0.8 - }, - { - "x": 0.0, - "y": 0.8 - }, - { - "x": 0.0, - "y": 1.0 - } - ] - }, - "frameTime": 0.57 - }, - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.2857143, - "y": 1.0 - }, - { - "x": 0.2857143, - "y": 0.8 - }, - { - "x": 0.14285715, - "y": 0.8 - }, - { - "x": 0.14285715, - "y": 1.0 - } - ] - }, - "frameTime": 0.23 - }, - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.42857143, - "y": 1.0 - }, - { - "x": 0.42857143, - "y": 0.8 - }, - { - "x": 0.2857143, - "y": 0.8 - }, - { - "x": 0.2857143, - "y": 1.0 - } - ] - }, - "frameTime": 0.23 - } - ], - "time": 0.030689701, - "doesLoop": true - }, - { - "title": "Inactive", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.5714286, - "y": 1.0 - }, - { - "x": 0.5714286, - "y": 0.8 - }, - { - "x": 0.42857143, - "y": 0.8 - }, - { - "x": 0.42857143, - "y": 1.0 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false - } - ], - "defaultStateTitle": "Question", - "uid": 47 - } - }, - { - "type": "components.QuestionBlock", - "properties": { - "blockType": "Coin", - "bopSpeed": 0.4, - "uid": 48 + "uid": 1900 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8381, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "physics2d.components.Rigidbody2D", + "type": "jade.Transform", "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 + "position": { + "x": 42.875, + "y": 2.625 }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 49 - } - }, - { - "type": "physics2d.components.Box2DCollider", - "properties": { - "halfSize": { + "scale": { "x": 0.25, "y": 0.25 }, - "origin": { - "x": 0.0, - "y": 0.0 - }, - "offset": { - "x": 0.0, - "y": 0.0 - }, - "uid": 50 + "rotation": 0.0, + "zIndex": 0, + "uid": 1902 } }, { - "type": "components.Ground", + "type": "components.SpriteRenderer", "properties": { - "uid": 51 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1903 } } ], @@ -10846,15 +145276,15 @@ "isDead": false }, { - "uid": 388, + "uid": 8382, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.125, - "y": 1.375 + "x": 43.375, + "y": 2.375 }, "scale": { "x": 0.25, @@ -10862,7 +145292,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 45 + "uid": 1908 } }, { @@ -10878,234 +145308,156 @@ "width": 16.0, "height": 16.0, "texture": { - "filepath": "assets/images/items.png", + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", "width": 112, - "height": 80 + "height": 192 }, "texCoords": [ { - "x": 0.2857143, - "y": 1.0 + "x": 0.71428573, + "y": 0.33333334 }, { - "x": 0.2857143, - "y": 0.8 + "x": 0.71428573, + "y": 0.25 }, { - "x": 0.14285715, - "y": 0.8 + "x": 0.5714286, + "y": 0.25 }, { - "x": 0.14285715, - "y": 1.0 + "x": 0.5714286, + "y": 0.33333334 } ] }, - "uid": 46 + "uid": 1909 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8383, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "components.StateMachine", + "type": "jade.Transform", "properties": { - "stateTransfers": [ - [ - { - "state": "Question", - "trigger": "setInactive" - }, - "Inactive" - ] - ], - "states": [ - { - "title": "Question", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.14285715, - "y": 1.0 - }, - { - "x": 0.14285715, - "y": 0.8 - }, - { - "x": 0.0, - "y": 0.8 - }, - { - "x": 0.0, - "y": 1.0 - } - ] - }, - "frameTime": 0.57 - }, - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.2857143, - "y": 1.0 - }, - { - "x": 0.2857143, - "y": 0.8 - }, - { - "x": 0.14285715, - "y": 0.8 - }, - { - "x": 0.14285715, - "y": 1.0 - } - ] - }, - "frameTime": 0.23 - }, - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.42857143, - "y": 1.0 - }, - { - "x": 0.42857143, - "y": 0.8 - }, - { - "x": 0.2857143, - "y": 0.8 - }, - { - "x": 0.2857143, - "y": 1.0 - } - ] - }, - "frameTime": 0.23 - } - ], - "time": 0.030689701, - "doesLoop": true - }, - { - "title": "Inactive", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.5714286, - "y": 1.0 - }, - { - "x": 0.5714286, - "y": 0.8 - }, - { - "x": 0.42857143, - "y": 0.8 - }, - { - "x": 0.42857143, - "y": 1.0 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false - } - ], - "defaultStateTitle": "Question", - "uid": 47 + "position": { + "x": 42.875, + "y": 2.375 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1911 } }, { - "type": "components.QuestionBlock", + "type": "components.SpriteRenderer", "properties": { - "blockType": "Coin", - "bopSpeed": 0.4, - "uid": 48 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.2857143, + "y": 0.33333334 + } + ] + }, + "uid": 1912 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8384, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "physics2d.components.Rigidbody2D", + "type": "jade.Transform", "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 + "position": { + "x": 43.125, + "y": 2.375 }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 49 + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1914 } }, { - "type": "physics2d.components.Box2DCollider", + "type": "components.SpriteRenderer", "properties": { - "halfSize": { - "x": 0.25, - "y": 0.25 - }, - "origin": { - "x": 0.0, - "y": 0.0 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 }, - "offset": { - "x": 0.0, - "y": 0.0 + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] }, - "uid": 50 - } - }, - { - "type": "components.Ground", - "properties": { - "uid": 51 + "uid": 1915 } } ], @@ -11113,15 +145465,15 @@ "isDead": false }, { - "uid": 389, + "uid": 8385, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.375, - "y": 1.375 + "x": 53.375, + "y": 2.875 }, "scale": { "x": 0.25, @@ -11129,7 +145481,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 45 + "uid": 1914 } }, { @@ -11145,234 +145497,93 @@ "width": 16.0, "height": 16.0, "texture": { - "filepath": "assets/images/items.png", + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", "width": 112, - "height": 80 + "height": 192 }, "texCoords": [ { - "x": 0.42857143, - "y": 1.0 + "x": 0.5714286, + "y": 0.33333334 }, { - "x": 0.42857143, - "y": 0.8 + "x": 0.5714286, + "y": 0.25 }, { - "x": 0.2857143, - "y": 0.8 + "x": 0.42857143, + "y": 0.25 }, { - "x": 0.2857143, - "y": 1.0 + "x": 0.42857143, + "y": 0.33333334 } ] }, - "uid": 46 - } - }, - { - "type": "components.StateMachine", - "properties": { - "stateTransfers": [ - [ - { - "state": "Question", - "trigger": "setInactive" - }, - "Inactive" - ] - ], - "states": [ - { - "title": "Question", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.14285715, - "y": 1.0 - }, - { - "x": 0.14285715, - "y": 0.8 - }, - { - "x": 0.0, - "y": 0.8 - }, - { - "x": 0.0, - "y": 1.0 - } - ] - }, - "frameTime": 0.57 - }, - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.2857143, - "y": 1.0 - }, - { - "x": 0.2857143, - "y": 0.8 - }, - { - "x": 0.14285715, - "y": 0.8 - }, - { - "x": 0.14285715, - "y": 1.0 - } - ] - }, - "frameTime": 0.23 - }, - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.42857143, - "y": 1.0 - }, - { - "x": 0.42857143, - "y": 0.8 - }, - { - "x": 0.2857143, - "y": 0.8 - }, - { - "x": 0.2857143, - "y": 1.0 - } - ] - }, - "frameTime": 0.23 - } - ], - "time": 0.14604615, - "doesLoop": true - }, - { - "title": "Inactive", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.5714286, - "y": 1.0 - }, - { - "x": 0.5714286, - "y": 0.8 - }, - { - "x": 0.42857143, - "y": 0.8 - }, - { - "x": 0.42857143, - "y": 1.0 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false - } - ], - "defaultStateTitle": "Question", - "uid": 47 - } - }, - { - "type": "components.QuestionBlock", - "properties": { - "blockType": "Coin", - "bopSpeed": 0.4, - "uid": 48 + "uid": 1915 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8386, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "physics2d.components.Rigidbody2D", + "type": "jade.Transform", "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 + "position": { + "x": 53.875, + "y": 2.875 }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 49 - } - }, - { - "type": "physics2d.components.Box2DCollider", - "properties": { - "halfSize": { + "scale": { "x": 0.25, "y": 0.25 }, - "origin": { - "x": 0.0, - "y": 0.0 - }, - "offset": { - "x": 0.0, - "y": 0.0 - }, - "uid": 50 + "rotation": 0.0, + "zIndex": 0, + "uid": 1914 } }, { - "type": "components.Ground", + "type": "components.SpriteRenderer", "properties": { - "uid": 51 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.25 + }, + { + "x": 0.42857143, + "y": 0.33333334 + } + ] + }, + "uid": 1915 } } ], @@ -11380,15 +145591,15 @@ "isDead": false }, { - "uid": 390, + "uid": 8387, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 2.375, - "y": 1.375 + "x": 53.625, + "y": 2.875 }, "scale": { "x": 0.25, @@ -11396,7 +145607,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 45 + "uid": 1914 } }, { @@ -11412,234 +145623,156 @@ "width": 16.0, "height": 16.0, "texture": { - "filepath": "assets/images/items.png", + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", "width": 112, - "height": 80 + "height": 192 }, "texCoords": [ { - "x": 0.42857143, - "y": 1.0 + "x": 0.5714286, + "y": 0.33333334 }, { - "x": 0.42857143, - "y": 0.8 + "x": 0.5714286, + "y": 0.25 }, { - "x": 0.2857143, - "y": 0.8 + "x": 0.42857143, + "y": 0.25 }, { - "x": 0.2857143, - "y": 1.0 + "x": 0.42857143, + "y": 0.33333334 } ] }, - "uid": 46 - } - }, - { - "type": "components.StateMachine", - "properties": { - "stateTransfers": [ - [ - { - "state": "Question", - "trigger": "setInactive" - }, - "Inactive" - ] - ], - "states": [ - { - "title": "Question", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.14285715, - "y": 1.0 - }, - { - "x": 0.14285715, - "y": 0.8 - }, - { - "x": 0.0, - "y": 0.8 - }, - { - "x": 0.0, - "y": 1.0 - } - ] - }, - "frameTime": 0.57 - }, - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.2857143, - "y": 1.0 - }, - { - "x": 0.2857143, - "y": 0.8 - }, - { - "x": 0.14285715, - "y": 0.8 - }, - { - "x": 0.14285715, - "y": 1.0 - } - ] - }, - "frameTime": 0.23 - }, - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.42857143, - "y": 1.0 - }, - { - "x": 0.42857143, - "y": 0.8 - }, - { - "x": 0.2857143, - "y": 0.8 - }, - { - "x": 0.2857143, - "y": 1.0 - } - ] - }, - "frameTime": 0.23 - } - ], - "time": 0.14604615, - "doesLoop": true - }, - { - "title": "Inactive", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/items.png", - "width": 112, - "height": 80 - }, - "texCoords": [ - { - "x": 0.5714286, - "y": 1.0 - }, - { - "x": 0.5714286, - "y": 0.8 - }, - { - "x": 0.42857143, - "y": 0.8 - }, - { - "x": 0.42857143, - "y": 1.0 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false - } - ], - "defaultStateTitle": "Question", - "uid": 47 + "uid": 1915 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8388, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "components.QuestionBlock", + "type": "jade.Transform", "properties": { - "blockType": "Coin", - "bopSpeed": 0.4, - "uid": 48 + "position": { + "x": 54.125, + "y": 2.875 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1917 } }, { - "type": "physics2d.components.Rigidbody2D", + "type": "components.SpriteRenderer", "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": false, - "continuousCollision": true, - "uid": 49 + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.2857143, + "y": 0.33333334 + }, + { + "x": 0.2857143, + "y": 0.25 + }, + { + "x": 0.14285715, + "y": 0.25 + }, + { + "x": 0.14285715, + "y": 0.33333334 + } + ] + }, + "uid": 1918 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8389, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "physics2d.components.Box2DCollider", + "type": "jade.Transform", "properties": { - "halfSize": { - "x": 0.25, - "y": 0.25 - }, - "origin": { - "x": 0.0, - "y": 0.0 + "position": { + "x": 53.125, + "y": 2.875 }, - "offset": { - "x": 0.0, - "y": 0.0 + "scale": { + "x": 0.25, + "y": 0.25 }, - "uid": 50 + "rotation": 0.0, + "zIndex": 0, + "uid": 1920 } }, { - "type": "components.Ground", + "type": "components.SpriteRenderer", "properties": { - "uid": 51 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 1.0, + "y": 0.41666666 + }, + { + "x": 1.0, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.85714287, + "y": 0.41666666 + } + ] + }, + "uid": 1921 } } ], @@ -11647,15 +145780,15 @@ "isDead": false }, { - "uid": 391, + "uid": 8390, "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 4.375, - "y": 0.625 + "x": 53.375, + "y": 3.125 }, "scale": { "x": 0.25, @@ -11663,7 +145796,7 @@ }, "rotation": 0.0, "zIndex": 0, - "uid": 53 + "uid": 1923 } }, { @@ -11679,189 +145812,93 @@ "width": 16.0, "height": 16.0, "texture": { - "filepath": "assets/images/spritesheet.png", - "width": 224, - "height": 32 + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, "texCoords": [ { - "x": 0.14285715, - "y": 0.5 + "x": 0.71428573, + "y": 0.41666666 }, { - "x": 0.14285715, - "y": 0.0 + "x": 0.71428573, + "y": 0.33333334 }, { - "x": 0.071428575, - "y": 0.0 + "x": 0.5714286, + "y": 0.33333334 }, { - "x": 0.071428575, - "y": 0.5 + "x": 0.5714286, + "y": 0.41666666 } ] }, - "uid": 54 - } - }, - { - "type": "components.StateMachine", - "properties": { - "stateTransfers": [ - [ - { - "state": "Walk", - "trigger": "squashMe" - }, - "Squashed" - ] - ], - "states": [ - { - "title": "Walk", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/spritesheet.png", - "width": 224, - "height": 32 - }, - "texCoords": [ - { - "x": 0.071428575, - "y": 0.5 - }, - { - "x": 0.071428575, - "y": 0.0 - }, - { - "x": 0.0, - "y": 0.0 - }, - { - "x": 0.0, - "y": 0.5 - } - ] - }, - "frameTime": 0.23 - }, - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/spritesheet.png", - "width": 224, - "height": 32 - }, - "texCoords": [ - { - "x": 0.14285715, - "y": 0.5 - }, - { - "x": 0.14285715, - "y": 0.0 - }, - { - "x": 0.071428575, - "y": 0.0 - }, - { - "x": 0.071428575, - "y": 0.5 - } - ] - }, - "frameTime": 0.23 - } - ], - "time": 0.04622315, - "doesLoop": true - }, - { - "title": "Squashed", - "animationFrames": [ - { - "sprite": { - "width": 16.0, - "height": 16.0, - "texture": { - "filepath": "assets/images/spritesheet.png", - "width": 224, - "height": 32 - }, - "texCoords": [ - { - "x": 0.21428572, - "y": 0.5 - }, - { - "x": 0.21428572, - "y": 0.0 - }, - { - "x": 0.14285715, - "y": 0.0 - }, - { - "x": 0.14285715, - "y": 0.5 - } - ] - }, - "frameTime": 0.1 - } - ], - "time": 0.0, - "doesLoop": false - } - ], - "defaultStateTitle": "Walk", - "uid": 55 + "uid": 1924 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8391, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "physics2d.components.Rigidbody2D", + "type": "jade.Transform", "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 + "position": { + "x": 53.625, + "y": 3.125 }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.1, - "bodyType": "Dynamic", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": true, - "continuousCollision": true, - "uid": 56 - } - }, - { - "type": "physics2d.components.CircleCollider", - "properties": { - "radius": 0.12, - "offset": { - "x": 0.0, - "y": 0.0 + "scale": { + "x": 0.25, + "y": 0.25 }, - "uid": 57 + "rotation": 0.0, + "zIndex": 0, + "uid": 1923 } }, { - "type": "components.GoombaAI", + "type": "components.SpriteRenderer", "properties": { - "uid": 58 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1924 } } ], @@ -11869,23 +145906,23 @@ "isDead": false }, { - "uid": 392, - "name": "pipe2", + "uid": 8392, + "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.2500005, - "y": 0.7500001 + "x": 53.625, + "y": 3.125 }, "scale": { - "x": 0.5, - "y": 0.5 + "x": 0.25, + "y": 0.25 }, "rotation": 0.0, "zIndex": 0, - "uid": 60 + "uid": 1923 } }, { @@ -11898,86 +145935,159 @@ "w": 1.0 }, "sprite": { - "width": 32.0, - "height": 32.0, + "width": 16.0, + "height": 16.0, "texture": { - "filepath": "assets/images/pipes.png", - "width": 128, - "height": 64 + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, "texCoords": [ { - "x": 0.5, - "y": 1.0 + "x": 0.71428573, + "y": 0.41666666 }, { - "x": 0.5, - "y": 0.5 + "x": 0.71428573, + "y": 0.33333334 }, { - "x": 0.25, - "y": 0.5 + "x": 0.5714286, + "y": 0.33333334 }, { - "x": 0.25, - "y": 1.0 + "x": 0.5714286, + "y": 0.41666666 } ] }, - "uid": 61 + "uid": 1924 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8393, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "physics2d.components.Rigidbody2D", + "type": "jade.Transform", "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 + "position": { + "x": 53.625, + "y": 3.125 }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": true, - "continuousCollision": false, - "uid": 62 + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1923 } }, { - "type": "physics2d.components.Box2DCollider", + "type": "components.SpriteRenderer", "properties": { - "halfSize": { - "x": 0.5, - "y": 0.5 - }, - "origin": { - "x": 0.0, - "y": 0.0 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 }, - "offset": { - "x": 0.0, - "y": 0.0 + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] }, - "uid": 63 + "uid": 1924 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8394, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "components.Pipe", + "type": "jade.Transform", "properties": { - "direction": "Up", - "connectingPipeName": "Pipe1", - "isEntrance": true, - "uid": 64 + "position": { + "x": 53.625, + "y": 3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1923 } }, { - "type": "components.Ground", + "type": "components.SpriteRenderer", "properties": { - "uid": 65 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.71428573, + "y": 0.41666666 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.5714286, + "y": 0.41666666 + } + ] + }, + "uid": 1924 } } ], @@ -11985,23 +146095,23 @@ "isDead": false }, { - "uid": 393, - "name": "Pipe1", + "uid": 8395, + "name": "Sprite_Object_Gen", "components": [ { "type": "jade.Transform", "properties": { "position": { - "x": 5.2500005, - "y": 2.7500005 + "x": 53.875, + "y": 3.125 }, "scale": { - "x": 0.5, - "y": 0.5 + "x": 0.25, + "y": 0.25 }, "rotation": 0.0, "zIndex": 0, - "uid": 67 + "uid": 1923 } }, { @@ -12014,86 +146124,159 @@ "w": 1.0 }, "sprite": { - "width": 32.0, - "height": 32.0, + "width": 16.0, + "height": 16.0, "texture": { - "filepath": "assets/images/pipes.png", - "width": 128, - "height": 64 + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 }, "texCoords": [ { - "x": 0.25, - "y": 1.0 + "x": 0.71428573, + "y": 0.41666666 }, { - "x": 0.25, - "y": 0.5 + "x": 0.71428573, + "y": 0.33333334 }, { - "x": 0.0, - "y": 0.5 + "x": 0.5714286, + "y": 0.33333334 }, { - "x": 0.0, - "y": 1.0 + "x": 0.5714286, + "y": 0.41666666 } ] }, - "uid": 68 + "uid": 1924 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8396, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "physics2d.components.Rigidbody2D", + "type": "jade.Transform", "properties": { - "velocity": { - "x": 0.0, - "y": 0.0 + "position": { + "x": 54.125, + "y": 3.125 }, - "angularDamping": 0.8, - "linearDamping": 0.9, - "mass": 0.0, - "bodyType": "Static", - "friction": 0.1, - "angularVelocity": 0.0, - "gravityScale": 1.0, - "isSensor": false, - "fixedRotation": true, - "continuousCollision": false, - "uid": 69 + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1926 } }, { - "type": "physics2d.components.Box2DCollider", + "type": "components.SpriteRenderer", "properties": { - "halfSize": { - "x": 0.5, - "y": 0.5 - }, - "origin": { - "x": 0.0, - "y": 0.0 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 }, - "offset": { - "x": 0.0, - "y": 0.0 + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.85714287, + "y": 0.41666666 + }, + { + "x": 0.85714287, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.33333334 + }, + { + "x": 0.71428573, + "y": 0.41666666 + } + ] }, - "uid": 70 + "uid": 1927 } - }, + } + ], + "doSerialization": true, + "isDead": false + }, + { + "uid": 8397, + "name": "Sprite_Object_Gen", + "components": [ { - "type": "components.Pipe", + "type": "jade.Transform", "properties": { - "direction": "Down", - "connectingPipeName": "", - "isEntrance": false, - "uid": 71 + "position": { + "x": 53.125, + "y": 3.125 + }, + "scale": { + "x": 0.25, + "y": 0.25 + }, + "rotation": 0.0, + "zIndex": 0, + "uid": 1929 } }, { - "type": "components.Ground", + "type": "components.SpriteRenderer", "properties": { - "uid": 72 + "color": { + "x": 1.0, + "y": 1.0, + "z": 1.0, + "w": 1.0 + }, + "sprite": { + "width": 16.0, + "height": 16.0, + "texture": { + "filepath": "assets/images/spritesheets/decorationsAndBlocks.png", + "width": 112, + "height": 192 + }, + "texCoords": [ + { + "x": 0.5714286, + "y": 0.41666666 + }, + { + "x": 0.5714286, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.33333334 + }, + { + "x": 0.42857143, + "y": 0.41666666 + } + ] + }, + "uid": 1930 } } ], diff --git a/src/main/java/components/Coin.java b/src/main/java/components/Coin.java new file mode 100644 index 0000000..a402c43 --- /dev/null +++ b/src/main/java/components/Coin.java @@ -0,0 +1,38 @@ +package components; + +import jade.GameObject; +import org.jbox2d.dynamics.contacts.Contact; +import org.joml.Vector2f; +import util.AssetPool; + +public class Coin extends Component { + private Vector2f topY; + private float coinSpeed = 1.4f; + private transient boolean playAnim = false; + + @Override + public void start() { + topY = new Vector2f(this.gameObject.transform.position.y).add(0, 0.5f); + } + + @Override + public void update(float dt) { + if (playAnim) { + if (this.gameObject.transform.position.y < topY.y) { + this.gameObject.transform.position.y += dt * coinSpeed; + this.gameObject.transform.scale.x -= (0.5f * dt) % -1.0f; + } else { + gameObject.destroy(); + } + } + } + + @Override + public void preSolve(GameObject obj, Contact contact, Vector2f contactNormal) { + if (obj.getComponent(PlayerController.class) != null) { + AssetPool.getSound("assets/sounds/coin.ogg").play(); + playAnim = true; + contact.setEnabled(false); + } + } +} \ No newline at end of file diff --git a/src/main/java/components/Fireball.java b/src/main/java/components/Fireball.java new file mode 100644 index 0000000..795b6d3 --- /dev/null +++ b/src/main/java/components/Fireball.java @@ -0,0 +1,86 @@ +package components; + +import jade.Camera; +import jade.GameObject; +import jade.Window; +import org.jbox2d.dynamics.contacts.Contact; +import org.joml.Vector2f; +import physics2d.Physics2D; +import physics2d.components.Rigidbody2D; + +public class Fireball extends Component { + public transient boolean goingRight = false; + private transient Rigidbody2D rb; + private transient float fireballSpeed = 1.7f; + private transient Vector2f velocity = new Vector2f(); + private transient Vector2f acceleration = new Vector2f(); + private transient Vector2f terminalVelocity = new Vector2f(2.1f, 3.1f); + private transient boolean onGround = false; + private transient float lifetime = 4.0f; + + private static int fireballCount = 0; + + public static boolean canSpawn() { + return fireballCount < 4; + } + + @Override + public void start() { + this.rb = this.gameObject.getComponent(Rigidbody2D.class); + this.acceleration.y = Window.getPhysics().getGravity().y * 0.7f; + fireballCount++; + } + + @Override + public void update(float dt) { + lifetime -= dt; + if (lifetime <= 0) { + disappear(); + return; + } + + if (goingRight) { + velocity.x = fireballSpeed; + } else { + velocity.x = -fireballSpeed; + } + + checkOnGround(); + if (onGround) { + this.acceleration.y = 1.5f; + this.velocity.y = 2.5f; + } else { + this.acceleration.y = Window.getPhysics().getGravity().y * 0.7f; + } + + this.velocity.y += this.acceleration.y * dt; + this.velocity.y = Math.max(Math.min(this.velocity.y, this.terminalVelocity.y), -terminalVelocity.y); + this.rb.setVelocity(velocity); + } + + public void checkOnGround() { + float innerPlayerWidth = 0.25f * 0.7f; + float yVal = -0.09f; + onGround = Physics2D.checkOnGround(this.gameObject, innerPlayerWidth, yVal); + } + + @Override + public void beginCollision(GameObject obj, Contact contact, Vector2f contactNormal) { + if (Math.abs(contactNormal.x) > 0.8f) { + this.goingRight = contactNormal.x < 0; + } + } + + @Override + public void preSolve(GameObject obj, Contact contact, Vector2f contactNormal) { + if (obj.getComponent(PlayerController.class) != null || + obj.getComponent(Fireball.class) != null) { + contact.setEnabled(false); + } + } + + public void disappear() { + fireballCount--; + this.gameObject.destroy(); + } +} \ No newline at end of file diff --git a/src/main/java/components/Flagpole.java b/src/main/java/components/Flagpole.java new file mode 100644 index 0000000..b6524f2 --- /dev/null +++ b/src/main/java/components/Flagpole.java @@ -0,0 +1,22 @@ +package components; + +import jade.GameObject; +import org.jbox2d.dynamics.contacts.Contact; +import org.joml.Vector2f; +import util.AssetPool; + +public class Flagpole extends Component { + private boolean isTop = false; + + public Flagpole(boolean isTop) { + this.isTop = isTop; + } + + @Override + public void beginCollision(GameObject obj, Contact contact, Vector2f contactNormal) { + PlayerController playerController = obj.getComponent(PlayerController.class); + if (playerController != null) { + playerController.playWinAnimation(this.gameObject); + } + } +} \ No newline at end of file diff --git a/src/main/java/components/GoombaAI.java b/src/main/java/components/GoombaAI.java index 2021498..9de9b34 100644 --- a/src/main/java/components/GoombaAI.java +++ b/src/main/java/components/GoombaAI.java @@ -63,6 +63,9 @@ public void update(float dt) { this.velocity.y += this.acceleration.y * dt; this.velocity.y = Math.max(Math.min(this.velocity.y, this.terminalVelocity.y), -terminalVelocity.y); this.rb.setVelocity(velocity); + if (this.gameObject.transform.position.x < Window.getScene().camera().position.x - 0.5f) { + this.gameObject.destroy(); + } } public void checkOnGround() { @@ -72,7 +75,7 @@ public void checkOnGround() { } @Override - public void beginCollision(GameObject obj, Contact contact, Vector2f contactNormal) { + public void preSolve(GameObject obj, Contact contact, Vector2f contactNormal) { if (isDead) { return; } @@ -85,10 +88,20 @@ public void beginCollision(GameObject obj, Contact contact, Vector2f contactNorm stomp(); } else if (!playerController.isDead() && !playerController.isInvincible()) { playerController.die(); + if (!playerController.isDead()) { + contact.setEnabled(false); + } + } else if (!playerController.isDead() && playerController.isInvincible()) { + contact.setEnabled(false); } } else if (Math.abs(contactNormal.y) < 0.1f) { goingRight = contactNormal.x < 0; } + + if (obj.getComponent(Fireball.class) != null) { + stomp(); + obj.getComponent(Fireball.class).disappear(); + } } public void stomp() { diff --git a/src/main/java/components/Pipe.java b/src/main/java/components/Pipe.java index deab14e..8c9ecc1 100644 --- a/src/main/java/components/Pipe.java +++ b/src/main/java/components/Pipe.java @@ -39,28 +39,32 @@ public void update(float dt) { case Up: if ((KeyListener.isKeyPressed(GLFW_KEY_DOWN) || KeyListener.isKeyPressed(GLFW_KEY_S)) - && isEntrance) { + && isEntrance + && playerAtEntrance()) { playerEntering = true; } break; case Left: if ((KeyListener.isKeyPressed(GLFW_KEY_RIGHT) || KeyListener.isKeyPressed(GLFW_KEY_D)) - && isEntrance) { + && isEntrance + && playerAtEntrance()) { playerEntering = true; } break; case Right: if ((KeyListener.isKeyPressed(GLFW_KEY_LEFT) || KeyListener.isKeyPressed(GLFW_KEY_A)) - && isEntrance) { + && isEntrance + && playerAtEntrance()) { playerEntering = true; } break; case Down: if ((KeyListener.isKeyPressed(GLFW_KEY_UP) || KeyListener.isKeyPressed(GLFW_KEY_W)) - && isEntrance) { + && isEntrance + && playerAtEntrance()) { playerEntering = true; } break; @@ -75,32 +79,46 @@ public void update(float dt) { } } + public boolean playerAtEntrance() { + if (collidingPlayer == null) { + return false; + } + + Vector2f min = new Vector2f(gameObject.transform.position). + sub(new Vector2f(gameObject.transform.scale).mul(0.5f)); + Vector2f max = new Vector2f(gameObject.transform.position). + add(new Vector2f(gameObject.transform.scale).mul(0.5f)); + Vector2f playerMax = new Vector2f(collidingPlayer.gameObject.transform.position). + add(new Vector2f(collidingPlayer.gameObject.transform.scale).mul(0.5f)); + Vector2f playerMin = new Vector2f(collidingPlayer.gameObject.transform.position). + sub(new Vector2f(collidingPlayer.gameObject.transform.scale).mul(0.5f)); + + switch (direction) { + case Up: + return playerMin.y >= max.y && + playerMax.x > min.x && + playerMin.x < max.x; + case Down: + return playerMax.y <= min.y && + playerMax.x > min.x && + playerMin.x < max.x; + case Right: + return playerMax.x <= min.x && + playerMax.y > min.y && + playerMin.y < max.y; + case Left: + return playerMin.x >= max.x && + playerMax.y > min.y && + playerMin.y < max.y; + } + + return false; + } + @Override public void beginCollision(GameObject collidingObject, Contact contact, Vector2f contactNormal) { PlayerController playerController = collidingObject.getComponent(PlayerController.class); if (playerController != null) { - switch (direction) { - case Up: - if (contactNormal.y < entranceVectorTolerance) { - return; - } - break; - case Right: - if (contactNormal.x < entranceVectorTolerance) { - return; - } - break; - case Down: - if (contactNormal.y > -entranceVectorTolerance) { - return; - } - break; - case Left: - if (contactNormal.x > - entranceVectorTolerance) { - return; - } - break; - } collidingPlayer = playerController; } } diff --git a/src/main/java/components/PlayerController.java b/src/main/java/components/PlayerController.java index ea8dc2f..ea9f7b9 100644 --- a/src/main/java/components/PlayerController.java +++ b/src/main/java/components/PlayerController.java @@ -2,6 +2,7 @@ import jade.GameObject; import jade.KeyListener; +import jade.Prefabs; import jade.Window; import org.jbox2d.dynamics.contacts.Contact; import org.joml.Vector2f; @@ -20,6 +21,7 @@ import static org.lwjgl.glfw.GLFW.*; public class PlayerController extends Component { + private enum PlayerState { Small, Big, @@ -55,6 +57,10 @@ private enum PlayerState { private transient float blinkTime = 0.0f; private transient SpriteRenderer spr; + private transient boolean playWinAnimation = false; + private transient float timeToCastle = 4.5f; + private transient float walkTime = 2.2f; + @Override public void start() { this.spr = gameObject.getComponent(SpriteRenderer.class); @@ -65,6 +71,33 @@ public void start() { @Override public void update(float dt) { + if (playWinAnimation) { + checkOnGround(); + if (!onGround) { + gameObject.transform.scale.x = -0.25f; + gameObject.transform.position.y -= dt; + stateMachine.trigger("stopRunning"); + stateMachine.trigger("stopJumping"); + } else { + if (this.walkTime > 0) { + gameObject.transform.scale.x = 0.25f; + gameObject.transform.position.x += dt; + stateMachine.trigger("startRunning"); + } + if (!AssetPool.getSound("assets/sounds/stage_clear.ogg").isPlaying()) { + AssetPool.getSound("assets/sounds/stage_clear.ogg").play(); + } + timeToCastle -= dt; + walkTime -= dt; + + if (timeToCastle <= 0) { + Window.changeScene(new LevelEditorSceneInitializer()); + } + } + + return; + } + if (isDead) { if (this.gameObject.transform.position.y < deadMaxHeight && deadGoingUp) { this.gameObject.transform.position.y += dt * walkSpeed / 2.0f; @@ -134,6 +167,18 @@ public void update(float dt) { } } + if (KeyListener.keyBeginPress(GLFW_KEY_E) && playerState == PlayerState.Fire && + Fireball.canSpawn()) { + Vector2f position = new Vector2f(this.gameObject.transform.position) + .add(this.gameObject.transform.scale.x > 0 + ? new Vector2f(0.26f, 0) + : new Vector2f(-0.26f, 0)); + GameObject fireball = Prefabs.generateFireball(position); + fireball.getComponent(Fireball.class).goingRight = + this.gameObject.transform.scale.x > 0; + Window.getScene().addGameObjectToScene(fireball); + } + checkOnGround(); if (KeyListener.isKeyPressed(GLFW_KEY_SPACE) && (jumpTime > 0 || onGround || groundDebounce > 0)) { if ((onGround || groundDebounce > 0) && jumpTime == 0) { @@ -197,7 +242,7 @@ public void powerup() { if (pb != null) { jumpBoost *= bigJumpBoostFactor; walkSpeed *= bigJumpBoostFactor; - pb.setHeight(0.63f); + pb.setHeight(0.42f); } } else if (playerState == PlayerState.Big) { playerState = PlayerState.Fire; @@ -207,6 +252,20 @@ public void powerup() { stateMachine.trigger("powerup"); } + public void playWinAnimation(GameObject flagpole) { + if (!playWinAnimation) { + playWinAnimation = true; + velocity.set(0.0f, 0.0f); + acceleration.set(0.0f, 0.0f); + rb.setVelocity(velocity); + rb.setIsSensor(); + rb.setBodyType(BodyType.Static); + gameObject.transform.position.x = flagpole.transform.position.x; + AssetPool.getSound("assets/sounds/main-theme-overworld.ogg").stop(); + AssetPool.getSound("assets/sounds/flagpole.ogg").play(); + } + } + @Override public void beginCollision(GameObject collidingObject, Contact contact, Vector2f contactNormal) { if (isDead) return; @@ -231,11 +290,12 @@ public boolean isDead() { } public boolean isHurtInvincible() { - return this.hurtInvincibilityTimeLeft > 0; + return this.hurtInvincibilityTimeLeft > 0 || playWinAnimation; } public boolean isInvincible() { - return this.playerState == PlayerState.Invincible || this.hurtInvincibilityTimeLeft > 0; + return this.playerState == PlayerState.Invincible || + this.hurtInvincibilityTimeLeft > 0 || playWinAnimation; } public void die() { @@ -246,6 +306,7 @@ public void die() { this.rb.setVelocity(new Vector2f()); this.isDead = true; this.rb.setIsSensor(); + AssetPool.getSound("assets/sounds/main-theme-overworld.ogg").stop(); AssetPool.getSound("assets/sounds/mario_die.ogg").play(); deadMaxHeight = this.gameObject.transform.position.y + 0.3f; this.rb.setBodyType(BodyType.Static); @@ -259,7 +320,7 @@ public void die() { if (pb != null) { jumpBoost /= bigJumpBoostFactor; walkSpeed /= bigJumpBoostFactor; - pb.setHeight(0.31f); + pb.setHeight(0.25f); } hurtInvincibilityTimeLeft = hurtInvincibilityTime; AssetPool.getSound("assets/sounds/pipe.ogg").play(); diff --git a/src/main/java/components/TurtleAI.java b/src/main/java/components/TurtleAI.java new file mode 100644 index 0000000..c8ecf6e --- /dev/null +++ b/src/main/java/components/TurtleAI.java @@ -0,0 +1,135 @@ +package components; + +import jade.Camera; +import jade.GameObject; +import jade.Window; +import org.jbox2d.dynamics.contacts.Contact; +import org.joml.Vector2f; +import physics2d.Physics2D; +import physics2d.components.Rigidbody2D; +import util.AssetPool; + +public class TurtleAI extends Component { + private transient boolean goingRight = false; + private transient Rigidbody2D rb; + private transient float walkSpeed = 0.6f; + private transient Vector2f velocity = new Vector2f(); + private transient Vector2f acceleration = new Vector2f(); + private transient Vector2f terminalVelocity = new Vector2f(2.1f, 3.1f); + private transient boolean onGround = false; + private transient boolean isDead = false; + private transient boolean isMoving = false; + private transient StateMachine stateMachine; + private float movingDebounce = 0.32f; + + @Override + public void start() { + this.stateMachine = this.gameObject.getComponent(StateMachine.class); + this.rb = gameObject.getComponent(Rigidbody2D.class); + this.acceleration.y = Window.getPhysics().getGravity().y * 0.7f; + } + + @Override + public void update(float dt) { + movingDebounce -= dt; + Camera camera = Window.getScene().camera(); + if (this.gameObject.transform.position.x > + camera.position.x + camera.getProjectionSize().x * camera.getZoom()) { + return; + } + + if (!isDead || isMoving) { + if (goingRight) { + gameObject.transform.scale.x = -0.25f; + velocity.x = walkSpeed; + } else { + gameObject.transform.scale.x = 0.25f; + velocity.x = -walkSpeed; + } + } else { + velocity.x = 0; + } + + checkOnGround(); + if (onGround) { + this.acceleration.y = 0; + this.velocity.y = 0; + } else { + this.acceleration.y = Window.getPhysics().getGravity().y * 0.7f; + } + this.velocity.y += this.acceleration.y * dt; + this.velocity.y = Math.max(Math.min(this.velocity.y, this.terminalVelocity.y), -terminalVelocity.y); + this.rb.setVelocity(velocity); + + if (this.gameObject.transform.position.x < + Window.getScene().camera().position.x - 0.5f) {// || + //this.gameObject.transform.position.y < 0.0f) { + this.gameObject.destroy(); + } + } + + public void checkOnGround() { + float innerPlayerWidth = 0.25f * 0.7f; + float yVal = -0.2f; + onGround = Physics2D.checkOnGround(this.gameObject, innerPlayerWidth, yVal); + } + + public void stomp() { + this.isDead = true; + this.isMoving = false; + this.velocity.zero(); + this.rb.setVelocity(this.velocity); + this.rb.setAngularVelocity(0.0f); + this.rb.setGravityScale(0.0f); + this.stateMachine.trigger("squashMe"); + AssetPool.getSound("assets/sounds/bump.ogg").play(); + } + + @Override + public void beginCollision(GameObject obj, Contact contact, Vector2f contactNormal) { + PlayerController playerController = obj.getComponent(PlayerController.class); + if (playerController != null) { + if (!isDead && !playerController.isDead() && + !playerController.isHurtInvincible() && + contactNormal.y > 0.58f) { + playerController.enemyBounce(); + stomp(); + walkSpeed *= 3.0f; + } else if (movingDebounce < 0 && !playerController.isDead() && + !playerController.isHurtInvincible() && + (isMoving || !isDead) && contactNormal.y < 0.58f) { + playerController.die(); + } else if (!playerController.isDead() && !playerController.isHurtInvincible()) { + if (isDead && contactNormal.y > 0.58f) { + playerController.enemyBounce(); + isMoving = !isMoving; + goingRight = contactNormal.x < 0; + } else if (isDead && !isMoving) { + isMoving = true; + goingRight = contactNormal.x < 0; + movingDebounce = 0.32f; + } + } + } else if (Math.abs(contactNormal.y) < 0.1f && !obj.isDead()) { + goingRight = contactNormal.x < 0; + if (isMoving && isDead) { + AssetPool.getSound("assets/sounds/bump.ogg").play(); + } + } + + if (obj.getComponent(Fireball.class) != null) { + stomp(); + obj.getComponent(Fireball.class).disappear(); + } + } + + @Override + public void preSolve(GameObject obj, Contact contact, Vector2f contactNormal) { + GoombaAI goomba = obj.getComponent(GoombaAI.class); + if (isDead && isMoving && goomba != null) { + goomba.stomp(); + contact.setEnabled(false); + AssetPool.getSound("assets/sounds/kick.ogg").play(); + } + } +} \ No newline at end of file diff --git a/src/main/java/jade/Prefabs.java b/src/main/java/jade/Prefabs.java index a65d438..55aab09 100644 --- a/src/main/java/jade/Prefabs.java +++ b/src/main/java/jade/Prefabs.java @@ -265,6 +265,34 @@ public static GameObject generateBlockCoin() { return coin; } + public static GameObject generateCoin() { + Spritesheet items = AssetPool.getSpritesheet("assets/images/items.png"); + GameObject coin = generateSpriteObject(items.getSprite(7), 0.25f, 0.25f); + + AnimationState coinFlip = new AnimationState(); + coinFlip.title = "CoinFlip"; + float defaultFrameTime = 0.23f; + coinFlip.addFrame(items.getSprite(7), 0.57f); + coinFlip.addFrame(items.getSprite(8), defaultFrameTime); + coinFlip.addFrame(items.getSprite(9), defaultFrameTime); + coinFlip.setLoop(true); + + StateMachine stateMachine = new StateMachine(); + stateMachine.addState(coinFlip); + stateMachine.setDefaultState(coinFlip.title); + coin.addComponent(stateMachine); + coin.addComponent(new Coin()); + + CircleCollider circleCollider = new CircleCollider(); + circleCollider.setRadius(0.12f); + coin.addComponent(circleCollider); + Rigidbody2D rb = new Rigidbody2D(); + rb.setBodyType(BodyType.Static); + coin.addComponent(rb); + + return coin; + } + public static GameObject generateGoomba() { Spritesheet sprites = AssetPool.getSpritesheet("assets/images/spritesheet.png"); GameObject goomba = generateSpriteObject(sprites.getSprite(14), 0.25f, 0.25f); @@ -302,6 +330,101 @@ public static GameObject generateGoomba() { return goomba; } + public static GameObject generateTurtle() { + Spritesheet turtleSprites = AssetPool.getSpritesheet("assets/images/turtle.png"); + GameObject turtle = generateSpriteObject(turtleSprites.getSprite(0), 0.25f, 0.35f); + + AnimationState walk = new AnimationState(); + walk.title = "Walk"; + float defaultFrameTime = 0.23f; + walk.addFrame(turtleSprites.getSprite(0), defaultFrameTime); + walk.addFrame(turtleSprites.getSprite(1), defaultFrameTime); + walk.setLoop(true); + + AnimationState squashed = new AnimationState(); + squashed.title = "TurtleShellSpin"; + squashed.addFrame(turtleSprites.getSprite(2), 0.1f); + squashed.setLoop(false); + + StateMachine stateMachine = new StateMachine(); + stateMachine.addState(walk); + stateMachine.addState(squashed); + stateMachine.setDefaultState(walk.title); + stateMachine.addState(walk.title, squashed.title, "squashMe"); + turtle.addComponent(stateMachine); + + Rigidbody2D rb = new Rigidbody2D(); + rb.setBodyType(BodyType.Dynamic); + rb.setMass(0.1f); + rb.setFixedRotation(true); + turtle.addComponent(rb); + CircleCollider circle = new CircleCollider(); + circle.setRadius(0.13f); + circle.setOffset(new Vector2f(0, -0.05f)); + turtle.addComponent(circle); + + turtle.addComponent(new TurtleAI()); + + return turtle; + } + + public static GameObject generateFireball(Vector2f position) { + Spritesheet items = AssetPool.getSpritesheet("assets/images/items.png"); + GameObject fireball = generateSpriteObject(items.getSprite(32), 0.18f, 0.18f); + fireball.transform.position = position; + + Rigidbody2D rb = new Rigidbody2D(); + rb.setBodyType(BodyType.Dynamic); + rb.setFixedRotation(true); + rb.setContinuousCollision(false); + fireball.addComponent(rb); + + CircleCollider circleCollider = new CircleCollider(); + circleCollider.setRadius(0.08f); + fireball.addComponent(circleCollider); + fireball.addComponent(new Fireball()); + + return fireball; + } + + public static GameObject generateFlagtop() { + Spritesheet items = AssetPool.getSpritesheet("assets/images/items.png"); + GameObject flagtop = generateSpriteObject(items.getSprite(6), 0.25f, 0.25f); + + Rigidbody2D rb = new Rigidbody2D(); + rb.setBodyType(BodyType.Dynamic); + rb.setFixedRotation(true); + rb.setContinuousCollision(false); + flagtop.addComponent(rb); + + Box2DCollider boxCollider = new Box2DCollider(); + boxCollider.setHalfSize(new Vector2f(0.1f, 0.25f)); + boxCollider.setOffset(new Vector2f(-0.075f, 0.0f)); + flagtop.addComponent(boxCollider); + flagtop.addComponent(new Flagpole(true)); + + return flagtop; + } + + public static GameObject generateFlagPole() { + Spritesheet items = AssetPool.getSpritesheet("assets/images/items.png"); + GameObject flagtop = generateSpriteObject(items.getSprite(33), 0.25f, 0.25f); + + Rigidbody2D rb = new Rigidbody2D(); + rb.setBodyType(BodyType.Dynamic); + rb.setFixedRotation(true); + rb.setContinuousCollision(false); + flagtop.addComponent(rb); + + Box2DCollider boxCollider = new Box2DCollider(); + boxCollider.setHalfSize(new Vector2f(0.1f, 0.25f)); + boxCollider.setOffset(new Vector2f(-0.075f, 0.0f)); + flagtop.addComponent(boxCollider); + flagtop.addComponent(new Flagpole(false)); + + return flagtop; + } + public static GameObject generateMushroom() { Spritesheet items = AssetPool.getSpritesheet("assets/images/items.png"); GameObject mushroom = generateSpriteObject(items.getSprite(10), 0.25f, 0.25f); diff --git a/src/main/java/physics2d/Physics2D.java b/src/main/java/physics2d/Physics2D.java index 6681806..5536da3 100644 --- a/src/main/java/physics2d/Physics2D.java +++ b/src/main/java/physics2d/Physics2D.java @@ -237,9 +237,6 @@ public static boolean checkOnGround( Vector2f raycast2End = new Vector2f(raycastEnd).add(innerPlayerWidth, 0.0f); RaycastInfo info2 = Window.getPhysics().raycast(gameObject, raycast2Begin, raycast2End); - //DebugDraw.addLine2D(raycastBegin, raycastEnd, new Vector3f(1, 0, 0)); - //DebugDraw.addLine2D(raycast2Begin, raycast2End, new Vector3f(1, 0, 0)); - return (info.hit && info.hitObject != null && info.hitObject.getComponent(Ground.class) != null) || (info2.hit && info2.hitObject != null && info2.hitObject.getComponent(Ground.class) != null); } diff --git a/src/main/java/renderer/DebugDraw.java b/src/main/java/renderer/DebugDraw.java index f58355d..c8169e9 100644 --- a/src/main/java/renderer/DebugDraw.java +++ b/src/main/java/renderer/DebugDraw.java @@ -17,7 +17,7 @@ import static org.lwjgl.opengl.GL30.glGenVertexArrays; public class DebugDraw { - private static int MAX_LINES = 3000; + private static int MAX_LINES = 5000; private static List lines = new ArrayList<>(); // 6 floats per vertex, 2 vertices per line @@ -101,7 +101,7 @@ public static void draw() { glEnableVertexAttribArray(1); // Draw the batch - glDrawArrays(GL_LINES, 0, lines.size() * 6 * 2); + glDrawArrays(GL_LINES, 0, lines.size()); // Disable Location glDisableVertexAttribArray(0); diff --git a/src/main/java/scenes/LevelEditorSceneInitializer.java b/src/main/java/scenes/LevelEditorSceneInitializer.java index 1cb9b1a..cb6647c 100644 --- a/src/main/java/scenes/LevelEditorSceneInitializer.java +++ b/src/main/java/scenes/LevelEditorSceneInitializer.java @@ -80,6 +80,8 @@ public void loadResources(Scene scene) { AssetPool.addSound("assets/sounds/kick.ogg", false); AssetPool.addSound("assets/sounds/invincible.ogg", false); + AssetPool.getSound(("assets/sounds/main-theme-overworld.ogg")).stop(); + for (GameObject g : scene.getGameObjects()) { if (g.getComponent(SpriteRenderer.class) != null) { SpriteRenderer spr = g.getComponent(SpriteRenderer.class); @@ -119,8 +121,8 @@ public void imgui() { if (i >= 38 && i < 61) continue; Sprite sprite = sprites.getSprite(i); - float spriteWidth = sprite.getWidth() * 2; - float spriteHeight = sprite.getHeight() * 2; + float spriteWidth = sprite.getWidth() * 4; + float spriteHeight = sprite.getHeight() * 4; int id = sprite.getTexId(); Vector2f[] texCoords = sprite.getTexCoords(); @@ -167,8 +169,8 @@ public void imgui() { if (i >= 42 && i < 45) continue; Sprite sprite = sprites.getSprite(i); - float spriteWidth = sprite.getWidth() * 2; - float spriteHeight = sprite.getHeight() * 2; + float spriteWidth = sprite.getWidth() * 4; + float spriteHeight = sprite.getHeight() * 4; int id = sprite.getTexId(); Vector2f[] texCoords = sprite.getTexCoords(); @@ -220,6 +222,17 @@ public void imgui() { ImGui.popID(); ImGui.sameLine(); + sprite = items.getSprite(7); + id = sprite.getTexId(); + texCoords = sprite.getTexCoords(); + ImGui.pushID(uid++); + if (ImGui.imageButton(id, spriteWidth, spriteHeight, texCoords[2].x, texCoords[0].y, texCoords[0].x, texCoords[2].y)) { + GameObject object = Prefabs.generateCoin(); + levelEditorStuff.getComponent(MouseControls.class).pickupObject(object); + } + ImGui.popID(); + ImGui.sameLine(); + sprite = playerSprites.getSprite(14); id = sprite.getTexId(); texCoords = sprite.getTexCoords(); @@ -231,6 +244,40 @@ public void imgui() { ImGui.popID(); ImGui.sameLine(); + Spritesheet turtle = AssetPool.getSpritesheet("assets/images/turtle.png"); + sprite = turtle.getSprite(0); + id = sprite.getTexId(); + texCoords = sprite.getTexCoords(); + ImGui.pushID(uid++); + if (ImGui.imageButton(id, spriteWidth, spriteHeight, texCoords[2].x, texCoords[0].y, texCoords[0].x, texCoords[2].y)) { + GameObject object = Prefabs.generateTurtle(); + levelEditorStuff.getComponent(MouseControls.class).pickupObject(object); + } + ImGui.popID(); + ImGui.sameLine(); + + sprite = items.getSprite(6); + id = sprite.getTexId(); + texCoords = sprite.getTexCoords(); + ImGui.pushID(uid++); + if (ImGui.imageButton(id, spriteWidth, spriteHeight, texCoords[2].x, texCoords[0].y, texCoords[0].x, texCoords[2].y)) { + GameObject object = Prefabs.generateFlagtop(); + levelEditorStuff.getComponent(MouseControls.class).pickupObject(object); + } + ImGui.popID(); + ImGui.sameLine(); + + sprite = items.getSprite(33); + id = sprite.getTexId(); + texCoords = sprite.getTexCoords(); + ImGui.pushID(uid++); + if (ImGui.imageButton(id, spriteWidth, spriteHeight, texCoords[2].x, texCoords[0].y, texCoords[0].x, texCoords[2].y)) { + GameObject object = Prefabs.generateFlagPole(); + levelEditorStuff.getComponent(MouseControls.class).pickupObject(object); + } + ImGui.popID(); + ImGui.sameLine(); + Spritesheet pipes = AssetPool.getSpritesheet("assets/images/pipes.png"); sprite = pipes.getSprite(0); id = sprite.getTexId(); diff --git a/src/main/java/scenes/LevelSceneInitializer.java b/src/main/java/scenes/LevelSceneInitializer.java index 3c8f02e..f33ebd3 100644 --- a/src/main/java/scenes/LevelSceneInitializer.java +++ b/src/main/java/scenes/LevelSceneInitializer.java @@ -71,6 +71,8 @@ public void loadResources(Scene scene) { AssetPool.addSound("assets/sounds/kick.ogg", false); AssetPool.addSound("assets/sounds/invincible.ogg", false); + AssetPool.getSound(("assets/sounds/main-theme-overworld.ogg")).play(); + for (GameObject g : scene.getGameObjects()) { if (g.getComponent(SpriteRenderer.class) != null) { SpriteRenderer spr = g.getComponent(SpriteRenderer.class); diff --git a/src/main/resources/META-INF/MANIFEST.MF b/src/main/resources/META-INF/MANIFEST.MF deleted file mode 100644 index 5ee19cb..0000000 --- a/src/main/resources/META-INF/MANIFEST.MF +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -Main-Class: Main -