From ed7cfaaebfeea42a00f451f4f98701156356f97d Mon Sep 17 00:00:00 2001 From: KrolMel Date: Tue, 20 Dec 2022 23:25:25 +0100 Subject: [PATCH] Unify monsters and minor fixes Added items, fixed msg chests --- Assets/Animations/Monster/Crab/Crab.prefab | 8 +- .../Monster/Mushroom/Mushroom.prefab | 35 +- .../Monster/SmallEarth/EarthSmall.prefab | 34 +- Assets/Resources/Chests/Gold Chest.prefab | 86 +- Assets/Resources/Chests/Gold.prefab | 195 + Assets/Resources/Chests/Gold.prefab.meta | 7 + Assets/Resources/Chests/Wood.prefab | 225 + Assets/Resources/Chests/Wood.prefab.meta | 7 + Assets/Resources/Chests/Wooden Chest.prefab | 89 +- Assets/Resources/Dialogue/Wizard/ENG.meta | 8 + .../{PL => ENG}/WizardFirstDialogue.asset | 0 .../WizardFirstDialogue.asset.meta | 0 .../WizardFirstMultiDialogue.asset | 0 .../WizardFirstMultiDialogue.asset.meta | 0 Assets/Resources/Dialogue/Wizard/PL.meta | 2 +- Assets/Scenes/Catacombs.unity | 3395 +++++++- Assets/Scenes/FirstVillage.unity | 243 +- Assets/Scenes/OutsideWizardsHouse.unity | 497 +- Assets/Scenes/SampleScene.unity | 160 +- Assets/Sprites/Items/items.png | Bin 0 -> 36300 bytes Assets/Sprites/Items/items.png.meta | 7308 +++++++++++++++++ 21 files changed, 11940 insertions(+), 359 deletions(-) create mode 100644 Assets/Resources/Chests/Gold.prefab create mode 100644 Assets/Resources/Chests/Gold.prefab.meta create mode 100644 Assets/Resources/Chests/Wood.prefab create mode 100644 Assets/Resources/Chests/Wood.prefab.meta create mode 100644 Assets/Resources/Dialogue/Wizard/ENG.meta rename Assets/Resources/Dialogue/Wizard/{PL => ENG}/WizardFirstDialogue.asset (100%) rename Assets/Resources/Dialogue/Wizard/{PL => ENG}/WizardFirstDialogue.asset.meta (100%) rename Assets/Resources/Dialogue/Wizard/{PL => ENG}/WizardFirstMultiDialogue.asset (100%) rename Assets/Resources/Dialogue/Wizard/{PL => ENG}/WizardFirstMultiDialogue.asset.meta (100%) create mode 100644 Assets/Sprites/Items/items.png create mode 100644 Assets/Sprites/Items/items.png.meta diff --git a/Assets/Animations/Monster/Crab/Crab.prefab b/Assets/Animations/Monster/Crab/Crab.prefab index 06f789d1..15c63cfc 100644 --- a/Assets/Animations/Monster/Crab/Crab.prefab +++ b/Assets/Animations/Monster/Crab/Crab.prefab @@ -122,7 +122,7 @@ BoxCollider2D: m_Offset: {x: 0, y: -0.44218445} m_SpriteTilingProperty: border: {x: 0, y: 0, z: 0, w: 0} - pivot: {x: 0.5, y: 0.5} + pivot: {x: 0.5029178, y: 0.041900035} oldSize: {x: 1, y: 1} newSize: {x: 1, y: 1} adaptiveTilingThreshold: 0.5 @@ -189,7 +189,7 @@ MonoBehaviour: moveSpeed: 3 enemyName: Crab maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} - health: 0 + health: 4 baseAttack: 1 target: {fileID: 0} chaseRadius: 5 @@ -202,7 +202,7 @@ MonoBehaviour: serializedVersion: 2 m_Bits: 1 roundingDistance: 0.1 - anim: {fileID: 4006076606190978598, guid: 849497c469efda3439ba1aba850fd8ea, type: 3} + anim: {fileID: 1119590322399632647} other: {fileID: 0} inRange: 0 hit: 0 @@ -212,5 +212,5 @@ MonoBehaviour: isKilled: 0 isKilled2: 0 isPanelEnabled: 1 - expValue: 0 + expValue: 4 agent: {fileID: 3292826684962005696} diff --git a/Assets/Animations/Monster/Mushroom/Mushroom.prefab b/Assets/Animations/Monster/Mushroom/Mushroom.prefab index 506b13ba..ad2a84cd 100644 --- a/Assets/Animations/Monster/Mushroom/Mushroom.prefab +++ b/Assets/Animations/Monster/Mushroom/Mushroom.prefab @@ -14,10 +14,10 @@ GameObject: - component: {fileID: 5952691825670803429} - component: {fileID: 3292826684962005696} - component: {fileID: 576360972805091780} - - component: {fileID: 2457082871272665691} + - component: {fileID: 9163421032773170070} m_Layer: 0 m_Name: Mushroom - m_TagString: Untagged + m_TagString: Enemy m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 @@ -151,6 +151,7 @@ MonoBehaviour: walkable: 0 worldPosition: {x: 0, y: 0, z: 0} gridPosition: {x: 0, y: 0} + isChasing: 0 path: [] --- !u!50 &576360972805091780 Rigidbody2D: @@ -173,7 +174,7 @@ Rigidbody2D: m_SleepingMode: 1 m_CollisionDetection: 0 m_Constraints: 4 ---- !u!114 &2457082871272665691 +--- !u!114 &9163421032773170070 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -182,26 +183,24 @@ MonoBehaviour: m_GameObject: {fileID: 2368039485218444103} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 88d05133b4682194e90a88b0f3c16b70, type: 3} + m_Script: {fileID: 11500000, guid: 3dd65ecdb4b7459489f8c03a18ccff46, type: 3} m_Name: m_EditorClassIdentifier: - moveSpeed: 3 + moveSpeed: 2 enemyName: Mushroom - maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} - health: 0 - baseAttack: 1 + maxHealth: {fileID: 0} + health: 8 + baseAttack: 2.5 + path: [] + currentPoint: 0 + currentGoal: {fileID: 0} + agent: {fileID: 3292826684962005696} target: {fileID: 0} chaseRadius: 5 attackRadius: 0.5 homePosition: {fileID: 0} - speed: 0 - shouldRotate: 1 - dir: {x: 0, y: 0, z: 0} - whatisplayer: - serializedVersion: 2 - m_Bits: 1 - roundingDistance: 0.1 - anim: {fileID: 4006076606190978598, guid: 849497c469efda3439ba1aba850fd8ea, type: 3} + roundingDistance: 0.5 + anim: {fileID: 1119590322399632647} other: {fileID: 0} inRange: 0 hit: 0 @@ -210,6 +209,4 @@ MonoBehaviour: knockTime: 0.2 isKilled: 0 isKilled2: 0 - isPanelEnabled: 1 - expValue: 0 - agent: {fileID: 3292826684962005696} + expValue: 8 diff --git a/Assets/Animations/Monster/SmallEarth/EarthSmall.prefab b/Assets/Animations/Monster/SmallEarth/EarthSmall.prefab index c96cfe45..718c6f8f 100644 --- a/Assets/Animations/Monster/SmallEarth/EarthSmall.prefab +++ b/Assets/Animations/Monster/SmallEarth/EarthSmall.prefab @@ -14,10 +14,10 @@ GameObject: - component: {fileID: 5952691825670803429} - component: {fileID: 3292826684962005696} - component: {fileID: 576360972805091780} - - component: {fileID: 2457082871272665691} + - component: {fileID: 7589172100823184075} m_Layer: 0 m_Name: EarthSmall - m_TagString: Untagged + m_TagString: Enemy m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 @@ -174,7 +174,7 @@ Rigidbody2D: m_SleepingMode: 1 m_CollisionDetection: 0 m_Constraints: 4 ---- !u!114 &2457082871272665691 +--- !u!114 &7589172100823184075 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -183,26 +183,24 @@ MonoBehaviour: m_GameObject: {fileID: 2368039485218444103} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 88d05133b4682194e90a88b0f3c16b70, type: 3} + m_Script: {fileID: 11500000, guid: 3dd65ecdb4b7459489f8c03a18ccff46, type: 3} m_Name: m_EditorClassIdentifier: - moveSpeed: 3 + moveSpeed: 2 enemyName: EarthSmall - maxHealth: {fileID: 11400000, guid: 1a234827b90bfc24da563fbd5ffb412a, type: 2} - health: 0 - baseAttack: 1 + maxHealth: {fileID: 0} + health: 6 + baseAttack: 1.5 + path: [] + currentPoint: 0 + currentGoal: {fileID: 0} + agent: {fileID: 3292826684962005696} target: {fileID: 0} chaseRadius: 5 attackRadius: 0.5 homePosition: {fileID: 0} - speed: 0 - shouldRotate: 1 - dir: {x: 0, y: 0, z: 0} - whatisplayer: - serializedVersion: 2 - m_Bits: 1 - roundingDistance: 0.1 - anim: {fileID: 4006076606190978598, guid: 849497c469efda3439ba1aba850fd8ea, type: 3} + roundingDistance: 0.5 + anim: {fileID: 1119590322399632647} other: {fileID: 0} inRange: 0 hit: 0 @@ -211,6 +209,4 @@ MonoBehaviour: knockTime: 0.2 isKilled: 0 isKilled2: 0 - isPanelEnabled: 1 - expValue: 0 - agent: {fileID: 3292826684962005696} + expValue: 5 diff --git a/Assets/Resources/Chests/Gold Chest.prefab b/Assets/Resources/Chests/Gold Chest.prefab index 4ca53de6..4a4fd9c7 100644 --- a/Assets/Resources/Chests/Gold Chest.prefab +++ b/Assets/Resources/Chests/Gold Chest.prefab @@ -1,88 +1,5 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: ---- !u!1 &805898524 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 805898525} - - component: {fileID: 805898527} - - component: {fileID: 805898526} - - component: {fileID: 5462276123095309683} - m_Layer: 0 - m_Name: Chest1-InteractionMSG - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &805898525 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 805898524} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0.095890045, y: -0.058502197, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 4669568061092186073} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!58 &805898527 -CircleCollider2D: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 805898524} - m_Enabled: 1 - m_Density: 1 - m_Material: {fileID: 0} - m_IsTrigger: 1 - m_UsedByEffector: 0 - m_UsedByComposite: 0 - m_Offset: {x: -0.021246195, y: -0.084985375} - serializedVersion: 2 - m_Radius: 1.7960162 ---- !u!114 &805898526 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 805898524} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 19883581ad8bbd9458fc7bc8c4bb3279, type: 3} - m_Name: - m_EditorClassIdentifier: - Panel: {fileID: 1131349084736352762, guid: bd644a38094b0334b979c0234699f069, type: 3} - OtherPanel: {fileID: 5331092055018478733, guid: 2b46aee216d4b304f8aebcb303ebf4f4, type: 3} - SecondPanel: {fileID: 4888099765917562817, guid: c5397665a1fef4d4e8de420a7ee4ad74, type: 3} - PanelAbove: {fileID: 4787883790006063180, guid: b224f3239791233448271af67a076b03, type: 3} - _tmpPanel: {fileID: 0} - _tmpOtherPanel: {fileID: 0} - _tmpSecondPanel: {fileID: 0} - _tmpPanelAbove: {fileID: 0} - obj: {fileID: 4669568061092186072} - isAllowedToShowPanels: 1 ---- !u!114 &5462276123095309683 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 805898524} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a532f2b712a01fc4fad02346f1a69e39, type: 3} - m_Name: - m_EditorClassIdentifier: --- !u!1 &4669568061092186072 GameObject: m_ObjectHideFlags: 0 @@ -111,8 +28,7 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 58.59589, y: 32.941498, z: 20} m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 805898525} + m_Children: [] m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Assets/Resources/Chests/Gold.prefab b/Assets/Resources/Chests/Gold.prefab new file mode 100644 index 00000000..d1e75275 --- /dev/null +++ b/Assets/Resources/Chests/Gold.prefab @@ -0,0 +1,195 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &805898524 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 805898525} + - component: {fileID: 805898527} + - component: {fileID: 805898526} + - component: {fileID: 5462276123095309683} + m_Layer: 0 + m_Name: Chest1-InteractionMSG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &805898525 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 805898524} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0.095890045, y: -0.058502197, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 4669568061092186073} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!58 &805898527 +CircleCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 805898524} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: -0.021246195, y: -0.084985375} + serializedVersion: 2 + m_Radius: 1.7960162 +--- !u!114 &805898526 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 805898524} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 19883581ad8bbd9458fc7bc8c4bb3279, type: 3} + m_Name: + m_EditorClassIdentifier: + Panel: {fileID: 1131349084736352762, guid: bd644a38094b0334b979c0234699f069, type: 3} + OtherPanel: {fileID: 5331092055018478733, guid: 2b46aee216d4b304f8aebcb303ebf4f4, type: 3} + SecondPanel: {fileID: 4888099765917562817, guid: c5397665a1fef4d4e8de420a7ee4ad74, type: 3} + PanelAbove: {fileID: 4787883790006063180, guid: b224f3239791233448271af67a076b03, type: 3} + _tmpPanel: {fileID: 0} + _tmpOtherPanel: {fileID: 0} + _tmpSecondPanel: {fileID: 0} + _tmpPanelAbove: {fileID: 0} + obj: {fileID: 4669568061092186072} + isAllowedToShowPanels: 1 +--- !u!114 &5462276123095309683 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 805898524} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a532f2b712a01fc4fad02346f1a69e39, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &4669568061092186072 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 4669568061092186073} + - component: {fileID: 4669568061092186078} + - component: {fileID: 4669568061092186079} + m_Layer: 0 + m_Name: Gold + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &4669568061092186073 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4669568061092186072} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 58.59589, y: 32.941498, z: 20} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 805898525} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &4669568061092186078 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4669568061092186072} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 3 + m_Sprite: {fileID: 3423162062024585544, guid: 7aa335ae36a8a8a478192b6105ddf5ab, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 0.95, y: 0.9} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!61 &4669568061092186079 +BoxCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4669568061092186072} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_UsedByEffector: 1 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + m_SpriteTilingProperty: + border: {x: 0, y: 0, z: 0, w: 0} + pivot: {x: 0.5, y: 0.5} + oldSize: {x: 0.95, y: 0.9} + newSize: {x: 0.95, y: 0.9} + adaptiveTilingThreshold: 0.5 + drawMode: 0 + adaptiveTiling: 0 + m_AutoTiling: 0 + serializedVersion: 2 + m_Size: {x: 0.95, y: 0.9} + m_EdgeRadius: 0 diff --git a/Assets/Resources/Chests/Gold.prefab.meta b/Assets/Resources/Chests/Gold.prefab.meta new file mode 100644 index 00000000..2a25f319 --- /dev/null +++ b/Assets/Resources/Chests/Gold.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 4520021e6b079444fb51d3289cb049a4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Chests/Wood.prefab b/Assets/Resources/Chests/Wood.prefab new file mode 100644 index 00000000..40262430 --- /dev/null +++ b/Assets/Resources/Chests/Wood.prefab @@ -0,0 +1,225 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1698721846 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1698721847} + - component: {fileID: 1698721849} + - component: {fileID: 1698721848} + - component: {fileID: 3574830714698708195} + m_Layer: 0 + m_Name: Chest3-InteractionMSG + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1698721847 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1698721846} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 3972494989842158580} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!58 &1698721849 +CircleCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1698721846} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: -0.021246195, y: -0.084985375} + serializedVersion: 2 + m_Radius: 1.7960162 +--- !u!114 &1698721848 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1698721846} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 19883581ad8bbd9458fc7bc8c4bb3279, type: 3} + m_Name: + m_EditorClassIdentifier: + Panel: {fileID: 1131349084736352762, guid: bd644a38094b0334b979c0234699f069, type: 3} + OtherPanel: {fileID: 5331092055018478733, guid: 2b46aee216d4b304f8aebcb303ebf4f4, type: 3} + SecondPanel: {fileID: 4888099765917562817, guid: c5397665a1fef4d4e8de420a7ee4ad74, type: 3} + PanelAbove: {fileID: 4787883790006063180, guid: b224f3239791233448271af67a076b03, type: 3} + _tmpPanel: {fileID: 0} + _tmpOtherPanel: {fileID: 0} + _tmpSecondPanel: {fileID: 0} + _tmpPanelAbove: {fileID: 0} + obj: {fileID: 3972494989842158579} + isAllowedToShowPanels: 1 +--- !u!114 &3574830714698708195 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1698721846} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: a532f2b712a01fc4fad02346f1a69e39, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!1 &3972494989842158579 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3972494989842158580} + - component: {fileID: 3972494989842158473} + - component: {fileID: 3972494989842158583} + - component: {fileID: 3972494989842158582} + m_Layer: 0 + m_Name: Wood + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3972494989842158580 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3972494989842158579} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -8.45, y: -3.9, z: 10} + m_LocalScale: {x: 1, y: 1, z: 2} + m_ConstrainProportionsScale: 0 + m_Children: + - {fileID: 1698721847} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &3972494989842158473 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3972494989842158579} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 1382705155 + m_SortingLayer: 0 + m_SortingOrder: 3 + m_Sprite: {fileID: 2424983929796287158, guid: 7aa335ae36a8a8a478192b6105ddf5ab, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 0.95, y: 0.9} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!61 &3972494989842158583 +BoxCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3972494989842158579} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + m_SpriteTilingProperty: + border: {x: 0, y: 0, z: 0, w: 0} + pivot: {x: 0.5, y: 0.5} + oldSize: {x: 0.95, y: 0.9} + newSize: {x: 0.95, y: 0.9} + adaptiveTilingThreshold: 0.5 + drawMode: 0 + adaptiveTiling: 0 + m_AutoTiling: 0 + serializedVersion: 2 + m_Size: {x: 0.95, y: 0.9} + m_EdgeRadius: 0 +--- !u!61 &3972494989842158582 +BoxCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3972494989842158579} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: -0.34503877} + m_SpriteTilingProperty: + border: {x: 0, y: 0, z: 0, w: 0} + pivot: {x: 0.5, y: 0.5} + oldSize: {x: 0.95, y: 0.9} + newSize: {x: 0.95, y: 0.9} + adaptiveTilingThreshold: 0.5 + drawMode: 0 + adaptiveTiling: 0 + m_AutoTiling: 0 + serializedVersion: 2 + m_Size: {x: 0.95, y: 1.5900776} + m_EdgeRadius: 0 diff --git a/Assets/Resources/Chests/Wood.prefab.meta b/Assets/Resources/Chests/Wood.prefab.meta new file mode 100644 index 00000000..617042ea --- /dev/null +++ b/Assets/Resources/Chests/Wood.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6ace82e50dfe07f4ea6bd584da9456b3 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Chests/Wooden Chest.prefab b/Assets/Resources/Chests/Wooden Chest.prefab index 6da69c4e..4e95b44c 100644 --- a/Assets/Resources/Chests/Wooden Chest.prefab +++ b/Assets/Resources/Chests/Wooden Chest.prefab @@ -1,89 +1,5 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: ---- !u!1 &1698721846 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1698721847} - - component: {fileID: 1698721849} - - component: {fileID: 1698721848} - - component: {fileID: 3574830714698708195} - m_Layer: 0 - m_Name: Chest3-InteractionMSG - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!4 &1698721847 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1698721846} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_ConstrainProportionsScale: 0 - m_Children: [] - m_Father: {fileID: 3972494989842158580} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!58 &1698721849 -CircleCollider2D: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1698721846} - m_Enabled: 1 - m_Density: 1 - m_Material: {fileID: 0} - m_IsTrigger: 1 - m_UsedByEffector: 0 - m_UsedByComposite: 0 - m_Offset: {x: -0.021246195, y: -0.084985375} - serializedVersion: 2 - m_Radius: 1.7960162 ---- !u!114 &1698721848 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1698721846} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 19883581ad8bbd9458fc7bc8c4bb3279, type: 3} - m_Name: - m_EditorClassIdentifier: - Panel: {fileID: 1131349084736352762, guid: bd644a38094b0334b979c0234699f069, type: 3} - OtherPanel: {fileID: 5331092055018478733, guid: 2b46aee216d4b304f8aebcb303ebf4f4, type: 3} - SecondPanel: {fileID: 4888099765917562817, guid: c5397665a1fef4d4e8de420a7ee4ad74, type: 3} - PanelAbove: {fileID: 4787883790006063180, guid: b224f3239791233448271af67a076b03, type: 3} - _tmpPanel: {fileID: 0} - _tmpOtherPanel: {fileID: 0} - _tmpSecondPanel: {fileID: 0} - _tmpPanelAbove: {fileID: 0} - obj: {fileID: 3972494989842158579} - isAllowedToShowPanels: 1 ---- !u!114 &3574830714698708195 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1698721846} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: a532f2b712a01fc4fad02346f1a69e39, type: 3} - m_Name: - m_EditorClassIdentifier: --- !u!1 &3972494989842158579 GameObject: m_ObjectHideFlags: 0 @@ -113,9 +29,7 @@ Transform: m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: -8.45, y: -3.9, z: 10} m_LocalScale: {x: 1, y: 1, z: 2} - m_ConstrainProportionsScale: 0 - m_Children: - - {fileID: 1698721847} + m_Children: [] m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -130,7 +44,6 @@ SpriteRenderer: m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 - m_StaticShadowCaster: 0 m_MotionVectors: 1 m_LightProbeUsage: 1 m_ReflectionProbeUsage: 1 diff --git a/Assets/Resources/Dialogue/Wizard/ENG.meta b/Assets/Resources/Dialogue/Wizard/ENG.meta new file mode 100644 index 00000000..6c83e872 --- /dev/null +++ b/Assets/Resources/Dialogue/Wizard/ENG.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8e6e3b30665f35440ad1f54ad61201b3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Dialogue/Wizard/PL/WizardFirstDialogue.asset b/Assets/Resources/Dialogue/Wizard/ENG/WizardFirstDialogue.asset similarity index 100% rename from Assets/Resources/Dialogue/Wizard/PL/WizardFirstDialogue.asset rename to Assets/Resources/Dialogue/Wizard/ENG/WizardFirstDialogue.asset diff --git a/Assets/Resources/Dialogue/Wizard/PL/WizardFirstDialogue.asset.meta b/Assets/Resources/Dialogue/Wizard/ENG/WizardFirstDialogue.asset.meta similarity index 100% rename from Assets/Resources/Dialogue/Wizard/PL/WizardFirstDialogue.asset.meta rename to Assets/Resources/Dialogue/Wizard/ENG/WizardFirstDialogue.asset.meta diff --git a/Assets/Resources/Dialogue/Wizard/PL/WizardFirstMultiDialogue.asset b/Assets/Resources/Dialogue/Wizard/ENG/WizardFirstMultiDialogue.asset similarity index 100% rename from Assets/Resources/Dialogue/Wizard/PL/WizardFirstMultiDialogue.asset rename to Assets/Resources/Dialogue/Wizard/ENG/WizardFirstMultiDialogue.asset diff --git a/Assets/Resources/Dialogue/Wizard/PL/WizardFirstMultiDialogue.asset.meta b/Assets/Resources/Dialogue/Wizard/ENG/WizardFirstMultiDialogue.asset.meta similarity index 100% rename from Assets/Resources/Dialogue/Wizard/PL/WizardFirstMultiDialogue.asset.meta rename to Assets/Resources/Dialogue/Wizard/ENG/WizardFirstMultiDialogue.asset.meta diff --git a/Assets/Resources/Dialogue/Wizard/PL.meta b/Assets/Resources/Dialogue/Wizard/PL.meta index 6c83e872..c423a4a3 100644 --- a/Assets/Resources/Dialogue/Wizard/PL.meta +++ b/Assets/Resources/Dialogue/Wizard/PL.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 8e6e3b30665f35440ad1f54ad61201b3 +guid: 03d59af9ceb4f4e44b1591b1232832f7 folderAsset: yes DefaultImporter: externalObjects: {} diff --git a/Assets/Scenes/Catacombs.unity b/Assets/Scenes/Catacombs.unity index ed441b04..b20a518d 100644 --- a/Assets/Scenes/Catacombs.unity +++ b/Assets/Scenes/Catacombs.unity @@ -1509,7 +1509,7 @@ GameObject: - component: {fileID: 351610904} - component: {fileID: 351610903} m_Layer: 0 - m_Name: Background + m_Name: Floor m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -1586,6 +1586,16 @@ Tilemap: m_GameObject: {fileID: 351610901} m_Enabled: 1 m_Tiles: + - first: {x: -2, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -1, y: -6, z: 0} second: serializedVersion: 2 @@ -1606,6 +1616,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 1, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -1, y: -5, z: 0} second: serializedVersion: 2 @@ -1626,6 +1656,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 1, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -1, y: -4, z: 0} second: serializedVersion: 2 @@ -1646,6 +1696,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 1, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -1, y: -3, z: 0} second: serializedVersion: 2 @@ -1666,6 +1736,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 1, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -1, y: -2, z: 0} second: serializedVersion: 2 @@ -1686,6 +1776,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 1, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -1, y: -1, z: 0} second: serializedVersion: 2 @@ -1706,19 +1816,189 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 1, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 0, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 1, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 0, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 1, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 0, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 1, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 0, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 1, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 m_AnimatedTiles: {} m_TileAssetArray: - m_RefCount: 0 m_Data: {fileID: 0} - - m_RefCount: 12 + - m_RefCount: 40 m_Data: {fileID: 11400000, guid: 36e8aceff0a3885478e4814182dcae3c, type: 2} m_TileSpriteArray: - m_RefCount: 0 m_Data: {fileID: 0} - - m_RefCount: 12 + - m_RefCount: 40 m_Data: {fileID: 7406941843746067170, guid: 3a08fefc7df696140a7a44798f351457, type: 3} m_TileMatrixArray: - - m_RefCount: 12 + - m_RefCount: 40 m_Data: e00: 1 e01: 0 @@ -1737,13 +2017,13 @@ Tilemap: e32: 0 e33: 1 m_TileColorArray: - - m_RefCount: 12 + - m_RefCount: 40 m_Data: {r: 1, g: 1, b: 1, a: 1} m_TileObjectToInstantiateArray: [] m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} - m_Origin: {x: -1, y: -6, z: 0} - m_Size: {x: 2, y: 7, z: 1} + m_Origin: {x: -2, y: -6, z: 0} + m_Size: {x: 4, y: 10, z: 1} m_TileAnchor: {x: 0.5, y: 0.5, z: 0} m_TileOrientation: 0 m_TileOrientationMatrix: @@ -2224,6 +2504,356 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 399653223} m_CullTransparentMesh: 1 +--- !u!1 &407612201 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 407612202} + - component: {fileID: 407612204} + - component: {fileID: 407612203} + m_Layer: 0 + m_Name: Walls + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &407612202 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 407612201} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1443125922} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!483693784 &407612203 +TilemapRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 407612201} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_ChunkSize: {x: 32, y: 32, z: 32} + m_ChunkCullingBounds: {x: 0, y: 0, z: 0} + m_MaxChunkCount: 16 + m_MaxFrameAge: 16 + m_SortOrder: 0 + m_Mode: 0 + m_DetectChunkCullingBounds: 0 + m_MaskInteraction: 0 +--- !u!1839735485 &407612204 +Tilemap: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 407612201} + m_Enabled: 1 + m_Tiles: + - first: {x: -3, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + m_AnimatedTiles: {} + m_TileAssetArray: + - m_RefCount: 10 + m_Data: {fileID: 11400000, guid: 4ffd42e294723be44ae60c64f7cf66bb, type: 2} + - m_RefCount: 10 + m_Data: {fileID: 11400000, guid: a74463cf75f7ba54ca3d3a152703be49, type: 2} + - m_RefCount: 0 + m_Data: {fileID: 0} + m_TileSpriteArray: + - m_RefCount: 10 + m_Data: {fileID: 914451845056845502, guid: 515c814318196a34191ce0fb7e33c9d8, type: 3} + - m_RefCount: 10 + m_Data: {fileID: 4667361102393103083, guid: 515c814318196a34191ce0fb7e33c9d8, type: 3} + - m_RefCount: 0 + m_Data: {fileID: 0} + m_TileMatrixArray: + - m_RefCount: 20 + m_Data: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_TileColorArray: + - m_RefCount: 20 + m_Data: {r: 1, g: 1, b: 1, a: 1} + m_TileObjectToInstantiateArray: [] + m_AnimationFrameRate: 1 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Origin: {x: -16, y: -6, z: 0} + m_Size: {x: 32, y: 10, z: 1} + m_TileAnchor: {x: 0.5, y: 0.5, z: 0} + m_TileOrientation: 0 + m_TileOrientationMatrix: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 --- !u!1 &420946697 GameObject: m_ObjectHideFlags: 0 @@ -4374,6 +5004,2748 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 875825884} m_CullTransparentMesh: 1 +--- !u!1 &949797317 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 949797318} + - component: {fileID: 949797320} + - component: {fileID: 949797319} + m_Layer: 0 + m_Name: Black + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &949797318 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 949797317} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1443125922} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!483693784 &949797319 +TilemapRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 949797317} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_ChunkSize: {x: 32, y: 32, z: 32} + m_ChunkCullingBounds: {x: 0, y: 0, z: 0} + m_MaxChunkCount: 16 + m_MaxFrameAge: 16 + m_SortOrder: 0 + m_Mode: 0 + m_DetectChunkCullingBounds: 0 + m_MaskInteraction: 0 +--- !u!1839735485 &949797320 +Tilemap: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 949797317} + m_Enabled: 1 + m_Tiles: + - first: {x: -16, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -15, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -13, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -12, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -11, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -10, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -9, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -8, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -7, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -6, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -5, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -16, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -15, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -13, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -12, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -11, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -10, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -9, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -8, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -7, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -6, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -5, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -16, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -15, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -13, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -12, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -11, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -10, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -9, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -8, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -7, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -6, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -5, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -16, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -15, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -13, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -12, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -11, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -10, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -9, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -8, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -7, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -6, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -5, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -16, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -15, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -13, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -12, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -11, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -10, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -9, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -8, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -7, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -6, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -5, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: -2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -16, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -15, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -13, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -12, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -11, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -10, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -9, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -8, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -7, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -6, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -5, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: -1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -16, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -15, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -13, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -12, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -11, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -10, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -9, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -8, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -7, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -6, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -5, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -16, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -15, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -13, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -12, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -11, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -10, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -9, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -8, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -7, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -6, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -5, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -16, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -15, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -13, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -12, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -11, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -10, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -9, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -8, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -7, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -6, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -5, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -16, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -15, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -13, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -12, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -11, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -10, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -9, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -8, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -7, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -6, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -5, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + m_AnimatedTiles: {} + m_TileAssetArray: + - m_RefCount: 260 + m_Data: {fileID: 11400000, guid: 9c7a0635df53cd64eb815dbe7c6029d3, type: 2} + m_TileSpriteArray: + - m_RefCount: 260 + m_Data: {fileID: 5181512623469091857, guid: 3a08fefc7df696140a7a44798f351457, type: 3} + m_TileMatrixArray: + - m_RefCount: 260 + m_Data: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_TileColorArray: + - m_RefCount: 260 + m_Data: {r: 1, g: 1, b: 1, a: 1} + m_TileObjectToInstantiateArray: [] + m_AnimationFrameRate: 1 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Origin: {x: -16, y: -6, z: 0} + m_Size: {x: 32, y: 10, z: 1} + m_TileAnchor: {x: 0.5, y: 0.5, z: 0} + m_TileOrientation: 0 + m_TileOrientationMatrix: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 --- !u!1 &992307678 GameObject: m_ObjectHideFlags: 0 @@ -5761,6 +9133,8 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 351610902} + - {fileID: 407612202} + - {fileID: 949797318} m_Father: {fileID: 0} m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -5894,6 +9268,9 @@ MonoBehaviour: slider: {fileID: 1450154089} maxExp: 0 exp: 0 + maxExpString: + expString: + displayText: {fileID: 0} --- !u!114 &1450154089 MonoBehaviour: m_ObjectHideFlags: 0 @@ -6192,6 +9569,10 @@ MonoBehaviour: slider: {fileID: 1497553870} maxHealth: 0 health: 0 + displayText: {fileID: 0} + currentHealth: 0 + maxHealthString: + currentHealthString: --- !u!114 &1497553870 MonoBehaviour: m_ObjectHideFlags: 0 diff --git a/Assets/Scenes/FirstVillage.unity b/Assets/Scenes/FirstVillage.unity index 2757476a..a8e03677 100644 --- a/Assets/Scenes/FirstVillage.unity +++ b/Assets/Scenes/FirstVillage.unity @@ -18656,6 +18656,11 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!4 &130780735 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + m_PrefabInstance: {fileID: 833736227} + m_PrefabAsset: {fileID: 0} --- !u!1 &132466097 GameObject: m_ObjectHideFlags: 0 @@ -37711,6 +37716,71 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1001 &324155668 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1868451690} + m_Modifications: + - target: {fileID: 2368039485218444103, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_Name + value: Crab_2 + objectReference: {fileID: 0} + - target: {fileID: 2457082871272665691, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: health + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 2457082871272665691, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: expValue + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_RootOrder + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalPosition.x + value: 3.69 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalPosition.y + value: 5.33 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalPosition.z + value: 26.380081 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d1755122083ab6845abab032b2dce58e, type: 3} --- !u!1 &325831607 GameObject: m_ObjectHideFlags: 0 @@ -240103,6 +240173,67 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1001 &611888231 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 3079617781123838016, guid: 6b44df46620f48f41903e7858379f704, type: 3} + propertyPath: m_Name + value: GridManager + objectReference: {fileID: 0} + - target: {fileID: 3079617781123838030, guid: 6b44df46620f48f41903e7858379f704, type: 3} + propertyPath: m_RootOrder + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 3079617781123838030, guid: 6b44df46620f48f41903e7858379f704, type: 3} + propertyPath: m_LocalPosition.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3079617781123838030, guid: 6b44df46620f48f41903e7858379f704, type: 3} + propertyPath: m_LocalPosition.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3079617781123838030, guid: 6b44df46620f48f41903e7858379f704, type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3079617781123838030, guid: 6b44df46620f48f41903e7858379f704, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3079617781123838030, guid: 6b44df46620f48f41903e7858379f704, type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3079617781123838030, guid: 6b44df46620f48f41903e7858379f704, type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3079617781123838030, guid: 6b44df46620f48f41903e7858379f704, type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3079617781123838030, guid: 6b44df46620f48f41903e7858379f704, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3079617781123838030, guid: 6b44df46620f48f41903e7858379f704, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3079617781123838030, guid: 6b44df46620f48f41903e7858379f704, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3079617781123838031, guid: 6b44df46620f48f41903e7858379f704, type: 3} + propertyPath: tilemap + value: + objectReference: {fileID: 417217998} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6b44df46620f48f41903e7858379f704, type: 3} --- !u!1 &614222286 GameObject: m_ObjectHideFlags: 0 @@ -269214,6 +269345,75 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1001 &833736227 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 1868451690} + m_Modifications: + - target: {fileID: 2368039485218444103, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_Name + value: Crab_1 + objectReference: {fileID: 0} + - target: {fileID: 2457082871272665691, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: health + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 2457082871272665691, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: expValue + value: 4 + objectReference: {fileID: 0} + - target: {fileID: 2457082871272665691, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: baseAttack + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalPosition.x + value: 3.8 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalPosition.y + value: 7.85 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalPosition.z + value: 26.380081 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalRotation.x + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalRotation.y + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalRotation.z + value: -0 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: d1755122083ab6845abab032b2dce58e, type: 3} --- !u!1 &833988211 GameObject: m_ObjectHideFlags: 0 @@ -278102,7 +278302,7 @@ Transform: - {fileID: 984934359} - {fileID: 1354951463} m_Father: {fileID: 0} - m_RootOrder: 11 + m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &908338555 GameObject: @@ -341560,7 +341760,7 @@ Transform: - {fileID: 1241782661} - {fileID: 2452471} m_Father: {fileID: 0} - m_RootOrder: 12 + m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1356091543 GameObject: @@ -343682,6 +343882,11 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!4 &1375030462 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 6082011507806275799, guid: d1755122083ab6845abab032b2dce58e, type: 3} + m_PrefabInstance: {fileID: 324155668} + m_PrefabAsset: {fileID: 0} --- !u!1 &1375770524 GameObject: m_ObjectHideFlags: 0 @@ -514529,6 +514734,38 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &1868451689 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1868451690} + m_Layer: 0 + m_Name: Enemies + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1868451690 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1868451689} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 2.9944007, y: 43.120785, z: -26.380081} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 130780735} + - {fileID: 1375030462} + m_Father: {fileID: 0} + m_RootOrder: 14 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1868492152 GameObject: m_ObjectHideFlags: 0 @@ -523253,7 +523490,7 @@ Transform: - {fileID: 1822300841} - {fileID: 2079761224} m_Father: {fileID: 0} - m_RootOrder: 10 + m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1946745502 GameObject: diff --git a/Assets/Scenes/OutsideWizardsHouse.unity b/Assets/Scenes/OutsideWizardsHouse.unity index b683129a..9e9b8855 100644 --- a/Assets/Scenes/OutsideWizardsHouse.unity +++ b/Assets/Scenes/OutsideWizardsHouse.unity @@ -11226,6 +11226,36 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &100031172 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 100031173} + m_Layer: 0 + m_Name: PP_EarthSmall1_2 + m_TagString: Untagged + m_Icon: {fileID: 4422084297763085224, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &100031173 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 100031172} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 4.65, y: -21.4, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2065139486} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &100209916 GameObject: m_ObjectHideFlags: 0 @@ -11783,30 +11813,6 @@ PrefabInstance: propertyPath: m_StaticEditorFlags value: 0 objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} - propertyPath: health - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} - propertyPath: target - value: - objectReference: {fileID: 4869648843286970699, guid: 4cb7163e44af59f4c9350005c199db3c, type: 3} - - target: {fileID: 2457082871272665691, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} - propertyPath: expValue - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} - propertyPath: baseAttack - value: 1.5 - objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} - propertyPath: homePosition - value: - objectReference: {fileID: 1965393588} - - target: {fileID: 2457082871272665691, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} - propertyPath: whatisplayer.m_Bits - value: 0 - objectReference: {fileID: 0} - target: {fileID: 6082011507806275799, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} propertyPath: m_RootOrder value: 2 @@ -11851,6 +11857,34 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: agent + value: + objectReference: {fileID: 774315937} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: enemyName + value: EarthSmall_1 + objectReference: {fileID: 0} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: moveSpeed + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: homePosition + value: + objectReference: {fileID: 1114792743} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: path.Array.size + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: path.Array.data[0] + value: + objectReference: {fileID: 1114792743} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: path.Array.data[1] + value: + objectReference: {fileID: 100031173} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} --- !u!1 &104855112 @@ -13024,6 +13058,141 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &115744773 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 115744774} + - component: {fileID: 115744777} + - component: {fileID: 115744776} + - component: {fileID: 115744775} + m_Layer: 0 + m_Name: Thorn_Bush_3 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &115744774 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 115744773} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 136.3, y: 10.9, z: 0} + m_LocalScale: {x: 1.3734, y: 1.4978, z: 1} + m_Children: [] + m_Father: {fileID: 650592893} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &115744775 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 115744773} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 6bbac356cbeeb02448e529b4f2d9c604, type: 3} + m_Name: + m_EditorClassIdentifier: + inRange: 0 + timerDmg: 0 + waitTime: 1 + firstAttack: 0 + baseAttack: 1 + isPanelEnabled: 1 + other: {fileID: 4869648843286970700, guid: 4cb7163e44af59f4c9350005c199db3c, type: 3} +--- !u!60 &115744776 +PolygonCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 115744773} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + m_SpriteTilingProperty: + border: {x: 0, y: 0, z: 0, w: 0} + pivot: {x: 0.5, y: 0.5} + oldSize: {x: 1, y: 1} + newSize: {x: 1, y: 1} + adaptiveTilingThreshold: 0.5 + drawMode: 0 + adaptiveTiling: 0 + m_AutoTiling: 0 + m_Points: + m_Paths: + - - {x: -0.32648528, y: -0.00003916025} + - {x: -0.21599221, y: -0.17903183} + - {x: -0.20254609, y: -0.22615021} + - {x: -0.16766962, y: -0.37726393} + - {x: 0.095254615, y: -0.36362547} + - {x: 0.21741873, y: -0.16136672} + - {x: 0.3909336, y: 0.0045057535} +--- !u!212 &115744777 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 115744773} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 3 + m_Sprite: {fileID: -1404353606913837428, guid: 7d0cf6fea35d64547bb569a8e6ed02fe, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 --- !u!1 &116885450 GameObject: m_ObjectHideFlags: 0 @@ -180304,6 +180473,7 @@ Transform: m_Children: - {fileID: 1485790801} - {fileID: 1676539860} + - {fileID: 115744774} m_Father: {fileID: 0} m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -181417,18 +181587,6 @@ PrefabInstance: propertyPath: m_Name value: EarthSmall_3 objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} - propertyPath: health - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} - propertyPath: expValue - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} - propertyPath: baseAttack - value: 1.5 - objectReference: {fileID: 0} - target: {fileID: 6082011507806275799, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} propertyPath: m_RootOrder value: 0 @@ -181473,6 +181631,30 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: enemyName + value: EarthSmall_3 + objectReference: {fileID: 0} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: moveSpeed + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: homePosition + value: + objectReference: {fileID: 1368542759} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: path.Array.size + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: path.Array.data[0] + value: + objectReference: {fileID: 1368542759} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: path.Array.data[1] + value: + objectReference: {fileID: 1551004595} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} --- !u!1 &662052196 @@ -195346,6 +195528,17 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!114 &774315937 stripped +MonoBehaviour: + m_CorrespondingSourceObject: {fileID: 3292826684962005696, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + m_PrefabInstance: {fileID: 103660227} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d622984048644f87804ad1a3f20aa23a, type: 3} + m_Name: + m_EditorClassIdentifier: --- !u!1 &775414186 GameObject: m_ObjectHideFlags: 0 @@ -217487,18 +217680,6 @@ PrefabInstance: propertyPath: m_Name value: EarthSmall_2 objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} - propertyPath: health - value: 6 - objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} - propertyPath: expValue - value: 5 - objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} - propertyPath: baseAttack - value: 1.5 - objectReference: {fileID: 0} - target: {fileID: 6082011507806275799, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} propertyPath: m_RootOrder value: 1 @@ -217543,6 +217724,30 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: enemyName + value: EarthSmall_2 + objectReference: {fileID: 0} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: moveSpeed + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: homePosition + value: + objectReference: {fileID: 1242549281} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: path.Array.size + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: path.Array.data[0] + value: + objectReference: {fileID: 1242549281} + - target: {fileID: 7589172100823184075, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} + propertyPath: path.Array.data[1] + value: + objectReference: {fileID: 990680895} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 609b0d668f72b0949843e40788d79e8c, type: 3} --- !u!1 &969679747 @@ -219945,6 +220150,36 @@ Transform: m_CorrespondingSourceObject: {fileID: 6082011507806275799, guid: ef9907b84e7629a4ea317ffe22da98dd, type: 3} m_PrefabInstance: {fileID: 1523457228} m_PrefabAsset: {fileID: 0} +--- !u!1 &990680894 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 990680895} + m_Layer: 0 + m_Name: PP_EarthSmall2_2 + m_TagString: Untagged + m_Icon: {fileID: 4422084297763085224, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &990680895 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 990680894} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 24.66, y: -33.27, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2065139486} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &992110865 GameObject: m_ObjectHideFlags: 0 @@ -233621,6 +233856,36 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &1114792742 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1114792743} + m_Layer: 0 + m_Name: PP_EarthSmall1_1 + m_TagString: Untagged + m_Icon: {fileID: 4422084297763085224, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1114792743 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1114792742} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -8.44, y: -18.56, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2065139486} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1116143911 GameObject: m_ObjectHideFlags: 0 @@ -245656,6 +245921,36 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &1242549280 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1242549281} + m_Layer: 0 + m_Name: PP_EarthSmall2_1 + m_TagString: Untagged + m_Icon: {fileID: 4422084297763085224, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1242549281 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1242549280} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 20.6, y: -22.78, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2065139486} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1243536507 GameObject: m_ObjectHideFlags: 0 @@ -430751,6 +431046,36 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &1368542758 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1368542759} + m_Layer: 0 + m_Name: PP_EarthSmall3_1 + m_TagString: Untagged + m_Icon: {fileID: 4422084297763085224, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1368542759 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1368542758} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 10.44, y: -7.52, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2065139486} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1370190299 GameObject: m_ObjectHideFlags: 0 @@ -443489,26 +443814,6 @@ PrefabInstance: propertyPath: m_Name value: Mushroom 1 objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: ef9907b84e7629a4ea317ffe22da98dd, type: 3} - propertyPath: health - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: ef9907b84e7629a4ea317ffe22da98dd, type: 3} - propertyPath: target - value: - objectReference: {fileID: 4869648843286970699, guid: 4cb7163e44af59f4c9350005c199db3c, type: 3} - - target: {fileID: 2457082871272665691, guid: ef9907b84e7629a4ea317ffe22da98dd, type: 3} - propertyPath: m_Enabled - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: ef9907b84e7629a4ea317ffe22da98dd, type: 3} - propertyPath: homePosition - value: - objectReference: {fileID: 1478473685} - - target: {fileID: 2457082871272665691, guid: ef9907b84e7629a4ea317ffe22da98dd, type: 3} - propertyPath: whatisplayer.m_Bits - value: 0 - objectReference: {fileID: 0} - target: {fileID: 3292826684962005696, guid: ef9907b84e7629a4ea317ffe22da98dd, type: 3} propertyPath: currentPosition.walkable value: 1 @@ -450583,26 +450888,6 @@ PrefabInstance: propertyPath: m_Name value: Mushroom objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: ef9907b84e7629a4ea317ffe22da98dd, type: 3} - propertyPath: health - value: 3 - objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: ef9907b84e7629a4ea317ffe22da98dd, type: 3} - propertyPath: target - value: - objectReference: {fileID: 4869648843286970699, guid: 4cb7163e44af59f4c9350005c199db3c, type: 3} - - target: {fileID: 2457082871272665691, guid: ef9907b84e7629a4ea317ffe22da98dd, type: 3} - propertyPath: m_Enabled - value: 0 - objectReference: {fileID: 0} - - target: {fileID: 2457082871272665691, guid: ef9907b84e7629a4ea317ffe22da98dd, type: 3} - propertyPath: homePosition - value: - objectReference: {fileID: 990561888} - - target: {fileID: 2457082871272665691, guid: ef9907b84e7629a4ea317ffe22da98dd, type: 3} - propertyPath: whatisplayer.m_Bits - value: 0 - objectReference: {fileID: 0} - target: {fileID: 3292826684962005696, guid: ef9907b84e7629a4ea317ffe22da98dd, type: 3} propertyPath: currentPosition.walkable value: 1 @@ -453589,6 +453874,36 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &1551004594 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1551004595} + m_Layer: 0 + m_Name: PP_EarthSmall3_2 + m_TagString: Untagged + m_Icon: {fileID: 4422084297763085224, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1551004595 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1551004594} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 9.08, y: 5.5, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 2065139486} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1554368359 GameObject: m_ObjectHideFlags: 0 @@ -799960,6 +800275,12 @@ Transform: - {fileID: 2064526644} - {fileID: 104855113} - {fileID: 121491879} + - {fileID: 1114792743} + - {fileID: 100031173} + - {fileID: 1242549281} + - {fileID: 990680895} + - {fileID: 1368542759} + - {fileID: 1551004595} m_Father: {fileID: 0} m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity index 70da64c1..b46fc3bb 100644 --- a/Assets/Scenes/SampleScene.unity +++ b/Assets/Scenes/SampleScene.unity @@ -957,27 +957,29 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 3dd65ecdb4b7459489f8c03a18ccff46, type: 3} m_Name: m_EditorClassIdentifier: - moveSpeed: 0 - enemyName: + moveSpeed: 2.5 + enemyName: Skeleton maxHealth: {fileID: 0} health: 7 baseAttack: 2 - path: [] + path: + - {fileID: 1928316356} + - {fileID: 1549408592} currentPoint: 0 currentGoal: {fileID: 0} - agent: {fileID: 0} + agent: {fileID: 68076408} target: {fileID: 0} - chaseRadius: 0 - attackRadius: 0 - homePosition: {fileID: 0} + chaseRadius: 8 + attackRadius: 0.5 + homePosition: {fileID: 1928316356} roundingDistance: 0 - anim: {fileID: 0} + anim: {fileID: 68076404} other: {fileID: 0} inRange: 0 hit: 0 player: {fileID: 0} - thrust: 0 - knockTime: 0 + thrust: 5 + knockTime: 0.2 isKilled: 0 isKilled2: 0 expValue: 6 @@ -1435,13 +1437,13 @@ MonoBehaviour: - Name: PrefabAssetName: Position: - - -23.6 - - 20.8 + - -23.5 + - 20.5 - 10 ChestData: id: 0 - name: Wooden Chest 1 - modelName: Wooden Chest + name: Wooden Chest + modelName: Wood description: type: 0 content: @@ -1468,7 +1470,7 @@ MonoBehaviour: ChestData: id: 0 name: Gold Chest 2 - modelName: Gold Chest + modelName: Gold description: type: 2 content: [] @@ -2064,6 +2066,8 @@ Transform: - {fileID: 1757258760} - {fileID: 136928270} - {fileID: 157618776} + - {fileID: 1312843990} + - {fileID: 1700106828} m_Father: {fileID: 0} m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -20997,27 +21001,29 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 3dd65ecdb4b7459489f8c03a18ccff46, type: 3} m_Name: m_EditorClassIdentifier: - moveSpeed: 0 - enemyName: + moveSpeed: 1.5 + enemyName: Sime2 maxHealth: {fileID: 0} health: 5 baseAttack: 0.5 - path: [] + path: + - {fileID: 1312843990} + - {fileID: 1700106828} currentPoint: 0 currentGoal: {fileID: 0} - agent: {fileID: 0} + agent: {fileID: 340745813} target: {fileID: 0} - chaseRadius: 0 - attackRadius: 0 - homePosition: {fileID: 0} + chaseRadius: 6 + attackRadius: 0.5 + homePosition: {fileID: 1312843990} roundingDistance: 0 - anim: {fileID: 0} + anim: {fileID: 340745816} other: {fileID: 0} inRange: 0 hit: 0 player: {fileID: 0} - thrust: 0 - knockTime: 0 + thrust: 5 + knockTime: 0.2 isKilled: 0 isKilled2: 0 expValue: 3 @@ -27315,27 +27321,29 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 3dd65ecdb4b7459489f8c03a18ccff46, type: 3} m_Name: m_EditorClassIdentifier: - moveSpeed: 0 - enemyName: + moveSpeed: 1.5 + enemyName: Slime0 maxHealth: {fileID: 0} health: 5 baseAttack: 0.5 - path: [] + path: + - {fileID: 1782155985} + - {fileID: 2060891298} currentPoint: 0 currentGoal: {fileID: 0} - agent: {fileID: 0} + agent: {fileID: 641696203} target: {fileID: 0} - chaseRadius: 0 - attackRadius: 0 - homePosition: {fileID: 0} + chaseRadius: 6 + attackRadius: 0.5 + homePosition: {fileID: 1782155985} roundingDistance: 0 - anim: {fileID: 0} + anim: {fileID: 641696206} other: {fileID: 0} inRange: 0 hit: 0 player: {fileID: 0} - thrust: 0 - knockTime: 0 + thrust: 5 + knockTime: 0.2 isKilled: 0 isKilled2: 0 expValue: 3 @@ -27532,27 +27540,29 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 3dd65ecdb4b7459489f8c03a18ccff46, type: 3} m_Name: m_EditorClassIdentifier: - moveSpeed: 0 - enemyName: + moveSpeed: 1.5 + enemyName: Slime1 maxHealth: {fileID: 0} health: 5 baseAttack: 0.5 - path: [] + path: + - {fileID: 1143151251} + - {fileID: 1058265262} currentPoint: 0 currentGoal: {fileID: 0} - agent: {fileID: 0} + agent: {fileID: 682072031} target: {fileID: 0} - chaseRadius: 0 - attackRadius: 0 - homePosition: {fileID: 0} + chaseRadius: 6 + attackRadius: 0.5 + homePosition: {fileID: 1143151251} roundingDistance: 0 - anim: {fileID: 0} + anim: {fileID: 682072032} other: {fileID: 0} inRange: 0 hit: 0 player: {fileID: 0} - thrust: 0 - knockTime: 0 + thrust: 5 + knockTime: 0.2 isKilled: 0 isKilled2: 0 expValue: 3 @@ -41743,6 +41753,36 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1303176332} m_CullTransparentMesh: 1 +--- !u!1 &1312843989 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1312843990} + m_Layer: 0 + m_Name: Slime2_Point1 + m_TagString: Untagged + m_Icon: {fileID: 7866945982896999795, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1312843990 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1312843989} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 27.01, y: -11.03, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 166697418} + m_RootOrder: 15 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1315339608 GameObject: m_ObjectHideFlags: 0 @@ -146135,6 +146175,36 @@ CircleCollider2D: m_Offset: {x: -0.021246195, y: -0.084985375} serializedVersion: 2 m_Radius: 1.7960162 +--- !u!1 &1700106827 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1700106828} + m_Layer: 0 + m_Name: Slime2_Point2 + m_TagString: Untagged + m_Icon: {fileID: 7866945982896999795, guid: 0000000000000000d000000000000000, type: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1700106828 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1700106827} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 34.34, y: -2.85, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 166697418} + m_RootOrder: 16 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1724888069 GameObject: m_ObjectHideFlags: 0 diff --git a/Assets/Sprites/Items/items.png b/Assets/Sprites/Items/items.png new file mode 100644 index 0000000000000000000000000000000000000000..0a54694903d0a4354aac5c4a250d04356bed024e GIT binary patch literal 36300 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

NpE1i;^4)NSo?ZKWS2_Wc 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 N002ovPDHLkV1m)&YSRD! literal 0 HcmV?d00001 diff --git a/Assets/Sprites/Items/items.png.meta b/Assets/Sprites/Items/items.png.meta new file mode 100644 index 00000000..f92ae1f0 --- /dev/null +++ b/Assets/Sprites/Items/items.png.meta @@ -0,0 +1,7308 @@ +fileFormatVersion: 2 +guid: 866adc2eb813e72438343756fc3b4e01 +TextureImporter: + internalIDToNameTable: + - first: + 213: 6761164967045977113 + second: items_0 + - first: + 213: 5508725064705088119 + second: items_1 + - first: + 213: -68751727340038015 + second: items_2 + - first: + 213: 6099581493293703690 + second: items_3 + - first: + 213: -5428206428529569624 + second: items_4 + - first: + 213: -7833671090200325546 + second: items_5 + - first: + 213: 5860025163644826426 + second: items_6 + - first: + 213: -7583409310137716746 + second: items_7 + - first: + 213: 980155311395259703 + second: items_8 + - first: + 213: -732356172534689064 + second: items_9 + - first: + 213: 8132948862792318974 + second: items_10 + - first: + 213: 2614870373251885436 + second: items_11 + - first: + 213: -2693009140137883590 + second: items_12 + - first: + 213: -956252262595852801 + second: items_13 + - first: + 213: 6738218706411903907 + second: items_14 + - first: + 213: -6338023803479276477 + second: items_15 + - first: + 213: 6395214293025444372 + second: items_16 + - first: + 213: -4538752222985096420 + second: items_17 + - first: + 213: 4533227004153260592 + second: items_18 + - first: + 213: 1122774824596591943 + second: items_19 + - first: + 213: 7911235102323647998 + second: items_20 + - first: + 213: -4058434812019303673 + second: items_21 + - first: + 213: 8436657204533251546 + second: items_22 + - first: + 213: 6191716412420617325 + second: items_23 + - first: + 213: 6355480216337973169 + second: items_24 + - first: + 213: -9098891631924085042 + second: items_25 + - first: + 213: 1784186740104572286 + second: items_26 + - first: + 213: 8391431092616798930 + second: items_27 + - first: + 213: 6077338267653451029 + second: items_28 + - first: + 213: -7121528990389113491 + second: items_29 + - first: + 213: 7306274148607722714 + second: items_30 + - first: + 213: -7162647019817104946 + second: items_31 + - first: + 213: -8561806557982860685 + second: items_32 + - first: + 213: 9216205297631055959 + second: items_33 + - first: + 213: 2586642229955333766 + second: items_34 + - first: + 213: -6102374392529501751 + second: items_35 + - first: + 213: -4278747916818796210 + second: items_36 + - first: + 213: 9130684549513820550 + second: items_37 + - first: + 213: 5947598201806246533 + second: items_38 + - first: + 213: 124106431076995637 + second: items_39 + - first: + 213: 6908069387385937300 + second: items_40 + - first: + 213: 3864835576925441180 + second: items_41 + - first: + 213: 3158488010477605343 + second: items_42 + - first: + 213: -2291968272303781032 + second: items_43 + - first: + 213: 6314550479633173585 + second: items_44 + - first: + 213: -851246318378289833 + second: items_45 + - first: + 213: -2892722968376938932 + second: items_46 + - first: + 213: -4502050031476377117 + second: items_47 + - first: + 213: 8862701587616323045 + second: items_48 + - first: + 213: 5492500456884366514 + second: items_49 + - first: + 213: -2580360775680210046 + second: items_50 + - first: + 213: 2316303970329030911 + second: items_51 + - first: + 213: -8029774753496570066 + second: items_52 + - first: + 213: 6234064350648681191 + second: items_53 + - first: + 213: -1083111729585998019 + second: items_54 + - first: + 213: 7605754988663979374 + second: items_55 + - first: + 213: 6958571527567373106 + second: items_56 + - first: + 213: 7072109450132228763 + second: items_57 + - first: + 213: 8069547862873273568 + second: items_58 + - first: + 213: -8297164604188563192 + second: items_59 + - first: + 213: 656702045158751335 + second: items_60 + - first: + 213: 8386005727647381285 + second: items_61 + - first: + 213: 7419183496887217242 + second: items_62 + - first: + 213: -7922772116564282560 + second: items_63 + - first: + 213: -5344007660830287148 + second: items_64 + - first: + 213: -1742012962666287389 + second: items_65 + - first: + 213: -6556086720143981034 + second: items_66 + - first: + 213: 6214652250989123760 + second: items_67 + - first: + 213: 5044350967181698012 + second: items_68 + - first: + 213: -1906296669749205340 + second: items_69 + - first: + 213: -7655823996655903715 + second: items_70 + - first: + 213: 7116206395379427616 + second: items_71 + - first: + 213: 2140243605101427217 + second: items_72 + - first: + 213: -6229739577819397656 + second: items_73 + - first: + 213: -4063295180217184869 + second: items_74 + - first: + 213: 3447626333678633045 + second: items_75 + - first: + 213: -7651958066320933242 + second: items_76 + - first: + 213: 4078589816385665303 + second: items_77 + - first: + 213: -5939302461621596088 + second: items_78 + - first: + 213: 206911327383899660 + second: items_79 + - first: + 213: 552989659857323890 + second: items_80 + - first: + 213: 4292883687895924744 + second: items_81 + - first: + 213: -1704500264438275045 + second: items_82 + - first: + 213: -8295029410813222302 + second: items_83 + - first: + 213: -4016013334462737405 + second: items_84 + - first: + 213: -7479063964076681684 + second: items_85 + - first: + 213: -5996106085844551684 + second: items_86 + - first: + 213: 8450120992082419419 + second: items_87 + - first: + 213: -5362799649635832982 + second: items_88 + - first: + 213: -220729229975464070 + second: items_89 + - first: + 213: -3450007023295956540 + second: items_90 + - first: + 213: 171138705577659461 + second: items_91 + - first: + 213: -6620927211670007745 + second: items_92 + - first: + 213: 5484207526445910981 + second: items_93 + - first: + 213: -8124165405611791505 + second: items_94 + - first: + 213: 7062176475876359583 + second: items_95 + - first: + 213: -3514555725737318775 + second: items_96 + - first: + 213: 1089564401988209714 + second: items_97 + - first: + 213: -975732921841048486 + second: items_98 + - first: + 213: -8864223617709786134 + second: items_99 + - first: + 213: 8344717679193547042 + second: items_100 + - first: + 213: 1651301721702839308 + second: items_101 + - first: + 213: 5755098471613179246 + second: items_102 + - first: + 213: -3718929783938772351 + second: items_103 + - first: + 213: 9184157982723834790 + second: items_104 + - first: + 213: -1754823780530430466 + second: items_105 + - first: + 213: 6203400943613683936 + second: items_106 + - first: + 213: 7852314945348522046 + second: items_107 + - first: + 213: -7905648789407400134 + second: items_108 + - first: + 213: -5703758344047898144 + second: items_109 + - first: + 213: -7323674943459820596 + second: items_110 + - first: + 213: -8650232248937032532 + second: items_111 + - first: + 213: 4775838593620856055 + second: items_112 + - first: + 213: -2660569609710428876 + second: items_113 + - first: + 213: -8574266010513421610 + second: items_114 + - first: + 213: 233620996897989955 + second: items_115 + - first: + 213: 2936779923054452310 + second: items_116 + - first: + 213: -3753784414763703992 + second: items_117 + - first: + 213: -2703565723401933593 + second: items_118 + - first: + 213: 117214147892069551 + second: items_119 + - first: + 213: -4790045407390419966 + second: items_120 + - first: + 213: -6064055205779420750 + second: items_121 + - first: + 213: 3386722485073375770 + second: items_122 + - first: + 213: 6068373614614089934 + second: items_123 + - first: + 213: -649829298453278362 + second: items_124 + - first: + 213: -1929863458776020100 + second: items_125 + - first: + 213: -914228068540843439 + second: items_126 + - first: + 213: -6988130921096395802 + second: items_127 + - first: + 213: -5539077537493426 + second: items_128 + - first: + 213: -4550341189887911203 + second: items_129 + - first: + 213: -3930946897451993484 + second: items_130 + - first: + 213: 5846979971430347887 + second: items_131 + - first: + 213: 1359165526104252653 + second: items_132 + - first: + 213: 9148803566423877661 + second: items_133 + - first: + 213: 1533569245288039128 + second: items_134 + - first: + 213: -2108055075359774045 + second: items_135 + - first: + 213: -3978551154961114089 + second: items_136 + - first: + 213: 6720243606718852342 + second: items_137 + - first: + 213: 1039740323736012158 + second: items_138 + - first: + 213: 8086557183682922639 + second: items_139 + - first: + 213: -8726926368370625433 + second: items_140 + - first: + 213: -1067920246338498130 + second: items_141 + - first: + 213: -1712464291680838311 + second: items_142 + - first: + 213: 5337744933849262730 + second: items_143 + - first: + 213: 9074706117657797723 + second: items_144 + - first: + 213: 5820086750453969133 + second: items_145 + - first: + 213: -2834859317503590577 + second: items_146 + - first: + 213: -4939730339798417211 + second: items_147 + - first: + 213: 5269696323455554877 + second: items_148 + - first: + 213: 8286571802576935001 + second: items_149 + - first: + 213: -5626462023738469512 + second: items_150 + - first: + 213: -8089074258220290989 + second: items_151 + - first: + 213: 7903874054988691285 + second: items_152 + - first: + 213: -303773854570714582 + second: items_153 + - first: + 213: 497271462812818090 + second: items_154 + - first: + 213: 2992740897147028129 + second: items_155 + - first: + 213: 7449126770283777516 + second: items_156 + - first: + 213: 4033428354454998030 + second: items_157 + - first: + 213: -3083499485765743726 + second: items_158 + - first: + 213: 3226743548265507589 + second: items_159 + - first: + 213: -8275251718437484499 + second: items_160 + - first: + 213: 5252835699789497765 + second: items_161 + - first: + 213: 5413622142816706186 + second: items_162 + - first: + 213: 7223933354684737430 + second: items_163 + - first: + 213: 6884638544535043099 + second: items_164 + - first: + 213: -5456021369733951222 + second: items_165 + - first: + 213: 1881094940640685950 + second: items_166 + - first: + 213: -5487276986869650839 + second: items_167 + - first: + 213: -3471105485034724482 + second: items_168 + - first: + 213: 7463198533326207501 + second: items_169 + - first: + 213: 8297024878129875434 + second: items_170 + - first: + 213: -283928834605712996 + second: items_171 + - first: + 213: -1355992391739867059 + second: items_172 + - first: + 213: 3435460411082399992 + second: items_173 + - first: + 213: 7885408681318359695 + second: items_174 + - first: + 213: 8561368130231944860 + second: items_175 + - first: + 213: 2968194082416969238 + second: items_176 + - first: + 213: -1042470306147753749 + second: items_177 + - first: + 213: -9130817090286624542 + second: items_178 + - first: + 213: 4807555653334919161 + second: items_179 + - first: + 213: 3056869423434569188 + second: items_180 + - first: + 213: -3459497016148413627 + second: items_181 + - first: + 213: -7868066966165509634 + second: items_182 + - first: + 213: 4249666258807903423 + second: items_183 + - first: + 213: -6852758633542660841 + second: items_184 + - first: + 213: 5116142596969959981 + second: items_185 + - first: + 213: 7409123981252767002 + second: items_186 + - first: + 213: -4814700136793304682 + second: items_187 + - first: + 213: -6555833754187840093 + second: items_188 + - first: + 213: 8201081582909886744 + second: items_189 + - first: + 213: 6512645012001003500 + second: items_190 + - first: + 213: 1908792099320402436 + second: items_191 + - first: + 213: 5219045542264890561 + second: items_192 + - first: + 213: -5837177561311991975 + second: items_193 + - first: + 213: 433385668791466282 + second: items_194 + - first: + 213: 7977443681283346765 + second: items_195 + - first: + 213: -4754669527154036151 + second: items_196 + - first: + 213: -2708232225190019670 + second: items_197 + - first: + 213: -3099794969598387302 + second: items_198 + - first: + 213: 2163354836892620996 + second: items_199 + - first: + 213: 95058772833327676 + second: items_200 + - first: + 213: 6770572910690203029 + second: items_201 + - first: + 213: 3882832789022649457 + second: items_202 + - first: + 213: -8878694685562031488 + second: items_203 + - first: + 213: -1004743792253187300 + second: items_204 + - first: + 213: 2587855155107634561 + second: items_205 + - first: + 213: -498969519454911232 + second: items_206 + - first: + 213: -7711394430603173151 + second: items_207 + - first: + 213: -3212368913584548517 + second: items_208 + - first: + 213: 2634581254100188468 + second: items_209 + - first: + 213: 3801417226305609865 + second: items_210 + - first: + 213: 7874393127953130763 + second: items_211 + - first: + 213: 9056630653348509452 + second: items_212 + - first: + 213: -6948206339139857546 + second: items_213 + - first: + 213: 2429457697700603145 + second: items_214 + - first: + 213: -5579238883901062570 + second: items_215 + - first: + 213: -2977179857457164796 + second: items_216 + - first: + 213: -3209429344413848919 + second: items_217 + - first: + 213: 7035944541455254544 + second: items_218 + - first: + 213: -6657913739729259365 + second: items_219 + - first: + 213: -6524714282782223981 + second: items_220 + - first: + 213: 3169434119103337190 + second: items_221 + - first: + 213: 5303467171633259579 + second: items_222 + - first: + 213: -4055912437774249039 + second: items_223 + - first: + 213: -8195587494142681365 + second: items_224 + - first: + 213: -847223144147799035 + second: items_225 + - first: + 213: -7363307940098025192 + second: items_226 + - first: + 213: -7652257075970667830 + second: items_227 + - first: + 213: 7381558169326551693 + second: items_228 + - first: + 213: 6260659127007101507 + second: items_229 + - first: + 213: 8594149717606132895 + second: items_230 + - first: + 213: 6759244946866839360 + second: items_231 + - first: + 213: 5244515616369616431 + second: items_232 + - first: + 213: -3845479819248093833 + second: items_233 + - first: + 213: -191080983239036974 + second: items_234 + - first: + 213: -7697943422035235417 + second: items_235 + - first: + 213: 1378875455734331773 + second: items_236 + - first: + 213: -2008970548212793266 + second: items_237 + - first: + 213: -3551775415495820340 + second: items_238 + - first: + 213: 880747531601085966 + second: items_239 + - first: + 213: -8402414406139069270 + second: items_240 + - first: + 213: 4269181389663735365 + second: items_241 + - first: + 213: 6042045879560887766 + second: items_242 + - first: + 213: -5751055401038393160 + second: items_243 + - first: + 213: 5863121150902147412 + second: items_244 + - first: + 213: 7898442284587706422 + second: items_245 + - first: + 213: 2239089160402629893 + second: items_246 + - first: + 213: 8063166274908954825 + second: items_247 + - first: + 213: -2839628685392012766 + second: items_248 + - first: + 213: -7109519275558264549 + second: items_249 + - first: + 213: 5378297296127734944 + second: items_250 + - first: + 213: 8767210940616089323 + second: items_251 + - first: + 213: -8033723429876189661 + second: items_252 + - first: + 213: 1797115407225013134 + second: items_253 + - first: + 213: -854671996359030078 + second: items_254 + - first: + 213: 8179438966543336367 + second: items_255 + - first: + 213: 6171598609181438139 + second: items_256 + - first: + 213: 8120240302564751247 + second: items_257 + - first: + 213: -980805612476868376 + second: items_258 + - first: + 213: -1060939947970621808 + second: items_259 + - first: + 213: -445417244362737262 + second: items_260 + - first: + 213: 4643893731308716684 + second: items_261 + - first: + 213: 5835186049351072662 + second: items_262 + - first: + 213: -450361279472710352 + second: items_263 + - first: + 213: 6136987273679336495 + second: items_264 + - first: + 213: -1256422677136633768 + second: items_265 + - first: + 213: 4424744207402746503 + second: items_266 + - first: + 213: -8300092254350328241 + second: items_267 + - first: + 213: 2392559344560956286 + second: items_268 + - first: + 213: 9217149113939606522 + second: items_269 + - first: + 213: -1641972083343085278 + second: items_270 + - first: + 213: -5098798191685754696 + second: items_271 + - first: + 213: -6081911586937866497 + second: items_272 + - first: + 213: -5531112312634962606 + second: items_273 + - first: + 213: 683541644967008519 + second: items_274 + - first: + 213: 1629762946634793544 + second: items_275 + - first: + 213: -6756539409642309872 + second: items_276 + - first: + 213: 2761496282796171072 + second: items_277 + - first: + 213: -2452643651453336816 + second: items_278 + - first: + 213: -1212122603823474919 + second: items_279 + - first: + 213: 3711129781536342010 + second: items_280 + - first: + 213: 8742299254280240975 + second: items_281 + - first: + 213: 1764615673616170435 + second: items_282 + - first: + 213: -3656430840982619259 + second: items_283 + - first: + 213: 2530256077145114623 + second: items_284 + - first: + 213: 6374625040168284442 + second: items_285 + - first: + 213: 1389849888674057003 + second: items_286 + - first: + 213: 1419688920513946626 + second: items_287 + - first: + 213: 5714958088803451091 + second: items_288 + - first: + 213: -7734322209070720544 + second: items_289 + - first: + 213: -4850781349598404350 + second: items_290 + - first: + 213: -8966515893708187581 + second: items_291 + - first: + 213: -8646935460526470913 + second: items_292 + - first: + 213: 8046720434674076825 + second: items_293 + - first: + 213: 8339134907207802950 + second: items_294 + - first: + 213: -8700196332464470029 + second: items_295 + - first: + 213: -741101566140153539 + second: items_296 + - first: + 213: -1189029685597959389 + second: items_297 + - first: + 213: -8999859454926596933 + second: items_298 + - first: + 213: 7296131321258663700 + second: items_299 + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 0 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 2 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 16 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: items_0 + rect: + serializedVersion: 2 + x: 0 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 914579027bb74dd50800000000000000 + internalID: 6761164967045977113 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_1 + rect: + serializedVersion: 2 + x: 16 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 77a9907824ce27c40800000000000000 + internalID: 5508725064705088119 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_2 + rect: + serializedVersion: 2 + x: 32 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 188d3321baebb0ff0800000000000000 + internalID: -68751727340038015 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_3 + rect: + serializedVersion: 2 + x: 48 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a02615a1d0116a450800000000000000 + internalID: 6099581493293703690 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_4 + rect: + serializedVersion: 2 + x: 64 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8a0d00c53032ba4b0800000000000000 + internalID: -5428206428529569624 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_5 + rect: + serializedVersion: 2 + x: 80 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 652dc55e5a5394390800000000000000 + internalID: -7833671090200325546 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_6 + rect: + serializedVersion: 2 + x: 96 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a3376eda6ddf25150800000000000000 + internalID: 5860025163644826426 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_7 + rect: + serializedVersion: 2 + x: 112 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6ffe9da396152c690800000000000000 + internalID: -7583409310137716746 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_8 + rect: + serializedVersion: 2 + x: 128 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7354d6800163a9d00800000000000000 + internalID: 980155311395259703 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_9 + rect: + serializedVersion: 2 + x: 144 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8d25107f0f526d5f0800000000000000 + internalID: -732356172534689064 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_10 + rect: + serializedVersion: 2 + x: 160 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: eff372786e90ed070800000000000000 + internalID: 8132948862792318974 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_11 + rect: + serializedVersion: 2 + x: 176 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c792f5310c2e94420800000000000000 + internalID: 2614870373251885436 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_12 + rect: + serializedVersion: 2 + x: 192 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a388339847280aad0800000000000000 + internalID: -2693009140137883590 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_13 + rect: + serializedVersion: 2 + x: 208 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ff58f4432a5bab2f0800000000000000 + internalID: -956252262595852801 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_14 + rect: + serializedVersion: 2 + x: 224 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3abd29e7636f28d50800000000000000 + internalID: 6738218706411903907 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_15 + rect: + serializedVersion: 2 + x: 240 + y: 288 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 344c5a75ee0da08a0800000000000000 + internalID: -6338023803479276477 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_16 + rect: + serializedVersion: 2 + x: 0 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4125846248d50c850800000000000000 + internalID: 6395214293025444372 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_17 + rect: + serializedVersion: 2 + x: 16 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c13757986ec1301c0800000000000000 + internalID: -4538752222985096420 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_18 + rect: + serializedVersion: 2 + x: 32 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 03a63c431f149ee30800000000000000 + internalID: 4533227004153260592 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_19 + rect: + serializedVersion: 2 + x: 48 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 745d4d611c5e49f00800000000000000 + internalID: 1122774824596591943 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_20 + rect: + serializedVersion: 2 + x: 64 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ef52a98f86a5acd60800000000000000 + internalID: 7911235102323647998 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_21 + rect: + serializedVersion: 2 + x: 80 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 70b928d7a0b8da7c0800000000000000 + internalID: -4058434812019303673 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_22 + rect: + serializedVersion: 2 + x: 96 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: addc1f73707051570800000000000000 + internalID: 8436657204533251546 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_23 + rect: + serializedVersion: 2 + x: 112 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d647940a5456de550800000000000000 + internalID: 6191716412420617325 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_24 + rect: + serializedVersion: 2 + x: 128 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1bff8df7593333850800000000000000 + internalID: 6355480216337973169 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_25 + rect: + serializedVersion: 2 + x: 144 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ecef36dc44e3ab180800000000000000 + internalID: -9098891631924085042 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_26 + rect: + serializedVersion: 2 + x: 160 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e7d25e81364b2c810800000000000000 + internalID: 1784186740104572286 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_27 + rect: + serializedVersion: 2 + x: 176 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2d2a7987e1a547470800000000000000 + internalID: 8391431092616798930 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_28 + rect: + serializedVersion: 2 + x: 192 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 51d2f5f84fa075450800000000000000 + internalID: 6077338267653451029 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_29 + rect: + serializedVersion: 2 + x: 208 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d6de53e5d1f3b2d90800000000000000 + internalID: -7121528990389113491 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_30 + rect: + serializedVersion: 2 + x: 224 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ad4026bb0a9156560800000000000000 + internalID: 7306274148607722714 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_31 + rect: + serializedVersion: 2 + x: 240 + y: 272 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ec98a4c1c7a299c90800000000000000 + internalID: -7162647019817104946 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_32 + rect: + serializedVersion: 2 + x: 0 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 37a52d34c4a5e2980800000000000000 + internalID: -8561806557982860685 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_33 + rect: + serializedVersion: 2 + x: 16 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7505f5e73e986ef70800000000000000 + internalID: 9216205297631055959 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_34 + rect: + serializedVersion: 2 + x: 32 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 68e038d476995e320800000000000000 + internalID: 2586642229955333766 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_35 + rect: + serializedVersion: 2 + x: 48 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9c1c6de52d2005ba0800000000000000 + internalID: -6102374392529501751 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_36 + rect: + serializedVersion: 2 + x: 64 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e41b29e7075de94c0800000000000000 + internalID: -4278747916818796210 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_37 + rect: + serializedVersion: 2 + x: 80 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6893be9a835b6be70800000000000000 + internalID: 9130684549513820550 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_38 + rect: + serializedVersion: 2 + x: 96 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 582d9658d0d1a8250800000000000000 + internalID: 5947598201806246533 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_39 + rect: + serializedVersion: 2 + x: 112 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5329faa342ae8b100800000000000000 + internalID: 124106431076995637 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_40 + rect: + serializedVersion: 2 + x: 128 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 49d93eed1846edf50800000000000000 + internalID: 6908069387385937300 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_41 + rect: + serializedVersion: 2 + x: 144 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c9cceedfa77a2a530800000000000000 + internalID: 3864835576925441180 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_42 + rect: + serializedVersion: 2 + x: 160 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: fd119d37c1435db20800000000000000 + internalID: 3158488010477605343 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_43 + rect: + serializedVersion: 2 + x: 176 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 85b0edceffa4130e0800000000000000 + internalID: -2291968272303781032 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_44 + rect: + serializedVersion: 2 + x: 192 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 15ccece843ac1a750800000000000000 + internalID: 6314550479633173585 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_45 + rect: + serializedVersion: 2 + x: 208 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 755f3b8cbf3cf24f0800000000000000 + internalID: -851246318378289833 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_46 + rect: + serializedVersion: 2 + x: 224 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c4e674c59cbfad7d0800000000000000 + internalID: -2892722968376938932 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_47 + rect: + serializedVersion: 2 + x: 240 + y: 256 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3e970d869518581c0800000000000000 + internalID: -4502050031476377117 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_48 + rect: + serializedVersion: 2 + x: 0 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5e559282324aefa70800000000000000 + internalID: 8862701587616323045 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_49 + rect: + serializedVersion: 2 + x: 16 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2bc6345a018493c40800000000000000 + internalID: 5492500456884366514 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_50 + rect: + serializedVersion: 2 + x: 32 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 28bca3dbb87b03cd0800000000000000 + internalID: -2580360775680210046 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_51 + rect: + serializedVersion: 2 + x: 48 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ff0f94f403a252020800000000000000 + internalID: 2316303970329030911 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_52 + rect: + serializedVersion: 2 + x: 64 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e27ef6fb762809090800000000000000 + internalID: -8029774753496570066 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_53 + rect: + serializedVersion: 2 + x: 80 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7e247575f78d38650800000000000000 + internalID: 6234064350648681191 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_54 + rect: + serializedVersion: 2 + x: 96 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d37b7f9de9308f0f0800000000000000 + internalID: -1083111729585998019 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_55 + rect: + serializedVersion: 2 + x: 112 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e6db8fb7dd11d8960800000000000000 + internalID: 7605754988663979374 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_56 + rect: + serializedVersion: 2 + x: 128 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 233fcccafefc19060800000000000000 + internalID: 6958571527567373106 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_57 + rect: + serializedVersion: 2 + x: 144 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b9a80d3431e252260800000000000000 + internalID: 7072109450132228763 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_58 + rect: + serializedVersion: 2 + x: 160 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0e4f298e60bccff60800000000000000 + internalID: 8069547862873273568 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_59 + rect: + serializedVersion: 2 + x: 176 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8096564b0cc8adc80800000000000000 + internalID: -8297164604188563192 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_60 + rect: + serializedVersion: 2 + x: 192 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 76cb5fcd7031d1900800000000000000 + internalID: 656702045158751335 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_61 + rect: + serializedVersion: 2 + x: 208 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 52730d047c3116470800000000000000 + internalID: 8386005727647381285 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_62 + rect: + serializedVersion: 2 + x: 224 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a5c2767f41c36f660800000000000000 + internalID: 7419183496887217242 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_63 + rect: + serializedVersion: 2 + x: 240 + y: 240 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 043f0d39cb8ac0290800000000000000 + internalID: -7922772116564282560 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_64 + rect: + serializedVersion: 2 + x: 0 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4da9e33a85546d5b0800000000000000 + internalID: -5344007660830287148 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_65 + rect: + serializedVersion: 2 + x: 16 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3ee6626a07023d7e0800000000000000 + internalID: -1742012962666287389 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_66 + rect: + serializedVersion: 2 + x: 32 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 61689291dd91405a0800000000000000 + internalID: -6556086720143981034 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_67 + rect: + serializedVersion: 2 + x: 48 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0b8d9ceab41ee3650800000000000000 + internalID: 6214652250989123760 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_68 + rect: + serializedVersion: 2 + x: 64 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: cd363418a72210640800000000000000 + internalID: 5044350967181698012 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_69 + rect: + serializedVersion: 2 + x: 80 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4a6a61367497b85e0800000000000000 + internalID: -1906296669749205340 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_70 + rect: + serializedVersion: 2 + x: 96 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d1cd96823ac01c590800000000000000 + internalID: -7655823996655903715 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_71 + rect: + serializedVersion: 2 + x: 112 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 02924f86308d1c260800000000000000 + internalID: 7116206395379427616 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_72 + rect: + serializedVersion: 2 + x: 128 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 11a3fd6283ca3bd10800000000000000 + internalID: 2140243605101427217 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_73 + rect: + serializedVersion: 2 + x: 144 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8e102ec4cd48b89a0800000000000000 + internalID: -6229739577819397656 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_74 + rect: + serializedVersion: 2 + x: 160 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b9d0995df864c97c0800000000000000 + internalID: -4063295180217184869 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_75 + rect: + serializedVersion: 2 + x: 176 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 550823952ed68df20800000000000000 + internalID: 3447626333678633045 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_76 + rect: + serializedVersion: 2 + x: 192 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 68e71c43ea8cec590800000000000000 + internalID: -7651958066320933242 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_77 + rect: + serializedVersion: 2 + x: 208 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 719713624df0a9830800000000000000 + internalID: 4078589816385665303 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_78 + rect: + serializedVersion: 2 + x: 224 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 840117101eb539da0800000000000000 + internalID: -5939302461621596088 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_79 + rect: + serializedVersion: 2 + x: 240 + y: 224 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c0ec8b881c81fd200800000000000000 + internalID: 206911327383899660 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_80 + rect: + serializedVersion: 2 + x: 0 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 27782407a2d9ca700800000000000000 + internalID: 552989659857323890 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_81 + rect: + serializedVersion: 2 + x: 16 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8000b1f28f2639b30800000000000000 + internalID: 4292883687895924744 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_82 + rect: + serializedVersion: 2 + x: 32 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b14e8925a066858e0800000000000000 + internalID: -1704500264438275045 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_83 + rect: + serializedVersion: 2 + x: 48 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2626f0723b222ec80800000000000000 + internalID: -8295029410813222302 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_84 + rect: + serializedVersion: 2 + x: 64 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 304dd1a66214448c0800000000000000 + internalID: -4016013334462737405 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_85 + rect: + serializedVersion: 2 + x: 80 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c26d8c053f6053890800000000000000 + internalID: -7479063964076681684 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_86 + rect: + serializedVersion: 2 + x: 96 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: cf77dad984d89cca0800000000000000 + internalID: -5996106085844551684 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_87 + rect: + serializedVersion: 2 + x: 112 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: bded42a854cd44570800000000000000 + internalID: 8450120992082419419 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_88 + rect: + serializedVersion: 2 + x: 128 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a6bedd9c1228395b0800000000000000 + internalID: -5362799649635832982 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_89 + rect: + serializedVersion: 2 + x: 144 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a7754cf4fefcfecf0800000000000000 + internalID: -220729229975464070 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_90 + rect: + serializedVersion: 2 + x: 160 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4c977d724ec1f10d0800000000000000 + internalID: -3450007023295956540 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_91 + rect: + serializedVersion: 2 + x: 176 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 54cc649feb1006200800000000000000 + internalID: 171138705577659461 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_92 + rect: + serializedVersion: 2 + x: 192 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f3011b8b7cdbd14a0800000000000000 + internalID: -6620927211670007745 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_93 + rect: + serializedVersion: 2 + x: 208 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5cb055050b1db1c40800000000000000 + internalID: 5484207526445910981 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_94 + rect: + serializedVersion: 2 + x: 224 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f6bedf57b9a214f80800000000000000 + internalID: -8124165405611791505 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_95 + rect: + serializedVersion: 2 + x: 240 + y: 208 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f9dfab97614e10260800000000000000 + internalID: 7062176475876359583 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_96 + rect: + serializedVersion: 2 + x: 0 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 986ac18303ac93fc0800000000000000 + internalID: -3514555725737318775 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_97 + rect: + serializedVersion: 2 + x: 16 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 23c0b640d09ee1f00800000000000000 + internalID: 1089564401988209714 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_98 + rect: + serializedVersion: 2 + x: 32 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a54a206c3108572f0800000000000000 + internalID: -975732921841048486 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_99 + rect: + serializedVersion: 2 + x: 48 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: aebb7c89593fbf480800000000000000 + internalID: -8864223617709786134 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_100 + rect: + serializedVersion: 2 + x: 64 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 221e04b54846ec370800000000000000 + internalID: 8344717679193547042 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_101 + rect: + serializedVersion: 2 + x: 80 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c04b61bba2a9ae610800000000000000 + internalID: 1651301721702839308 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_102 + rect: + serializedVersion: 2 + x: 96 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e65a5ef61973edf40800000000000000 + internalID: 5755098471613179246 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_103 + rect: + serializedVersion: 2 + x: 112 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 18295b3b015b36cc0800000000000000 + internalID: -3718929783938772351 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_104 + rect: + serializedVersion: 2 + x: 128 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6a38259860fa47f70800000000000000 + internalID: 9184157982723834790 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_105 + rect: + serializedVersion: 2 + x: 144 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: efd531ea11d95a7e0800000000000000 + internalID: -1754823780530430466 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_106 + rect: + serializedVersion: 2 + x: 160 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0e8aa6b8a48e61650800000000000000 + internalID: 6203400943613683936 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_107 + rect: + serializedVersion: 2 + x: 176 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e305df5e6d609fc60800000000000000 + internalID: 7852314945348522046 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_108 + rect: + serializedVersion: 2 + x: 192 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a3fff5cdf4e794290800000000000000 + internalID: -7905648789407400134 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_109 + rect: + serializedVersion: 2 + x: 208 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0e1da52810e28d0b0800000000000000 + internalID: -5703758344047898144 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_110 + rect: + serializedVersion: 2 + x: 224 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ccbf5a001741d5a90800000000000000 + internalID: -7323674943459820596 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_111 + rect: + serializedVersion: 2 + x: 240 + y: 192 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ca4da79b99334f780800000000000000 + internalID: -8650232248937032532 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_112 + rect: + serializedVersion: 2 + x: 0 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7fc4f5db5ef274240800000000000000 + internalID: 4775838593620856055 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_113 + rect: + serializedVersion: 2 + x: 16 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 43d92094902c31bd0800000000000000 + internalID: -2660569609710428876 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_114 + rect: + serializedVersion: 2 + x: 32 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6da44a9ed76120980800000000000000 + internalID: -8574266010513421610 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_115 + rect: + serializedVersion: 2 + x: 48 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3456d241f0dfd3300800000000000000 + internalID: 233620996897989955 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_116 + rect: + serializedVersion: 2 + x: 64 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 65ed821c7c981c820800000000000000 + internalID: 2936779923054452310 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_117 + rect: + serializedVersion: 2 + x: 80 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 841ac9296f0e7ebc0800000000000000 + internalID: -3753784414763703992 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_118 + rect: + serializedVersion: 2 + x: 96 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7eca4b57c410b7ad0800000000000000 + internalID: -2703565723401933593 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_119 + rect: + serializedVersion: 2 + x: 112 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: fa4c1cf75ad60a100800000000000000 + internalID: 117214147892069551 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_120 + rect: + serializedVersion: 2 + x: 128 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 204b08aa417568db0800000000000000 + internalID: -4790045407390419966 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_121 + rect: + serializedVersion: 2 + x: 144 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2b9c8294be528dba0800000000000000 + internalID: -6064055205779420750 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_122 + rect: + serializedVersion: 2 + x: 160 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a1270a3182e000f20800000000000000 + internalID: 3386722485073375770 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_123 + rect: + serializedVersion: 2 + x: 176 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ec01d6f96a1373450800000000000000 + internalID: 6068373614614089934 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_124 + rect: + serializedVersion: 2 + x: 192 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6611d0d22b75bf6f0800000000000000 + internalID: -649829298453278362 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_125 + rect: + serializedVersion: 2 + x: 208 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c7b06aab86fb735e0800000000000000 + internalID: -1929863458776020100 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_126 + rect: + serializedVersion: 2 + x: 224 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 15a7eea5a620053f0800000000000000 + internalID: -914228068540843439 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_127 + rect: + serializedVersion: 2 + x: 240 + y: 176 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6e34024b3fb250f90800000000000000 + internalID: -6988130921096395802 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_128 + rect: + serializedVersion: 2 + x: 0 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e4e8ef20d325ceff0800000000000000 + internalID: -5539077537493426 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_129 + rect: + serializedVersion: 2 + x: 16 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: dda17e9ebc0f9d0c0800000000000000 + internalID: -4550341189887911203 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_130 + rect: + serializedVersion: 2 + x: 32 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4763372bf987279c0800000000000000 + internalID: -3930946897451993484 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_131 + rect: + serializedVersion: 2 + x: 48 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f64fded2e45a42150800000000000000 + internalID: 5846979971430347887 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_132 + rect: + serializedVersion: 2 + x: 64 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: de0a66648d9bcd210800000000000000 + internalID: 1359165526104252653 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_133 + rect: + serializedVersion: 2 + x: 80 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d18a5880f5417fe70800000000000000 + internalID: 9148803566423877661 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_134 + rect: + serializedVersion: 2 + x: 96 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8d28bd77a15584510800000000000000 + internalID: 1533569245288039128 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_135 + rect: + serializedVersion: 2 + x: 112 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3aaa832f31faeb2e0800000000000000 + internalID: -2108055075359774045 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_136 + rect: + serializedVersion: 2 + x: 128 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 71c92d7cdc859c8c0800000000000000 + internalID: -3978551154961114089 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_137 + rect: + serializedVersion: 2 + x: 144 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6fc219674f9134d50800000000000000 + internalID: 6720243606718852342 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_138 + rect: + serializedVersion: 2 + x: 160 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e754feec056ed6e00800000000000000 + internalID: 1039740323736012158 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_139 + rect: + serializedVersion: 2 + x: 176 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f88cd450ae8393070800000000000000 + internalID: 8086557183682922639 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_140 + rect: + serializedVersion: 2 + x: 192 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 764774884bab3e680800000000000000 + internalID: -8726926368370625433 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_141 + rect: + serializedVersion: 2 + x: 208 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ea1db8ca13cfd21f0800000000000000 + internalID: -1067920246338498130 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_142 + rect: + serializedVersion: 2 + x: 224 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 95d92dbbcca1c38e0800000000000000 + internalID: -1712464291680838311 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_143 + rect: + serializedVersion: 2 + x: 240 + y: 160 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a8ae9bb9cba731a40800000000000000 + internalID: 5337744933849262730 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_144 + rect: + serializedVersion: 2 + x: 0 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b54ae085225dfed70800000000000000 + internalID: 9074706117657797723 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_145 + rect: + serializedVersion: 2 + x: 16 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: de034ca301a15c050800000000000000 + internalID: 5820086750453969133 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_146 + rect: + serializedVersion: 2 + x: 32 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f4ffdff687e88a8d0800000000000000 + internalID: -2834859317503590577 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_147 + rect: + serializedVersion: 2 + x: 48 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5c088128d6d827bb0800000000000000 + internalID: -4939730339798417211 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_148 + rect: + serializedVersion: 2 + x: 64 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d3510c9d2e8b12940800000000000000 + internalID: 5269696323455554877 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_149 + rect: + serializedVersion: 2 + x: 80 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 958dd5a7621dff270800000000000000 + internalID: 8286571802576935001 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_150 + rect: + serializedVersion: 2 + x: 96 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 873d7d4899acae1b0800000000000000 + internalID: -5626462023738469512 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_151 + rect: + serializedVersion: 2 + x: 112 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 35ce505e1d5ddbf80800000000000000 + internalID: -8089074258220290989 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_152 + rect: + serializedVersion: 2 + x: 128 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 557f605939330bd60800000000000000 + internalID: 7903874054988691285 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_153 + rect: + serializedVersion: 2 + x: 144 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a2ae24ae947c8cbf0800000000000000 + internalID: -303773854570714582 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_154 + rect: + serializedVersion: 2 + x: 160 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: aaa95e1c2c9a6e600800000000000000 + internalID: 497271462812818090 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_155 + rect: + serializedVersion: 2 + x: 176 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1a28b3f5df9588920800000000000000 + internalID: 2992740897147028129 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_156 + rect: + serializedVersion: 2 + x: 192 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ced0e95945d906760800000000000000 + internalID: 7449126770283777516 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_157 + rect: + serializedVersion: 2 + x: 208 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e0c4746e7bd99f730800000000000000 + internalID: 4033428354454998030 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_158 + rect: + serializedVersion: 2 + x: 224 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 29b45d50e853535d0800000000000000 + internalID: -3083499485765743726 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_159 + rect: + serializedVersion: 2 + x: 240 + y: 144 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 50b26af3922b7cc20800000000000000 + internalID: 3226743548265507589 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_160 + rect: + serializedVersion: 2 + x: 0 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d28c79ff766682d80800000000000000 + internalID: -8275251718437484499 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_161 + rect: + serializedVersion: 2 + x: 16 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5a5817dfc32d5e840800000000000000 + internalID: 5252835699789497765 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_162 + rect: + serializedVersion: 2 + x: 32 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a8e57c208ac012b40800000000000000 + internalID: 5413622142816706186 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_163 + rect: + serializedVersion: 2 + x: 48 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 697641fac11904460800000000000000 + internalID: 7223933354684737430 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_164 + rect: + serializedVersion: 2 + x: 64 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b1c39f5a7462b8f50800000000000000 + internalID: 6884638544535043099 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_165 + rect: + serializedVersion: 2 + x: 80 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a015112b8715844b0800000000000000 + internalID: -5456021369733951222 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_166 + rect: + serializedVersion: 2 + x: 96 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e7f2cadc1edfa1a10800000000000000 + internalID: 1881094940640685950 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_167 + rect: + serializedVersion: 2 + x: 112 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 96a657d37a649d3b0800000000000000 + internalID: -5487276986869650839 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_168 + rect: + serializedVersion: 2 + x: 128 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e73689ab3f724dfc0800000000000000 + internalID: -3471105485034724482 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_169 + rect: + serializedVersion: 2 + x: 144 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d0aff1b368b929760800000000000000 + internalID: 7463198533326207501 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_170 + rect: + serializedVersion: 2 + x: 160 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ae98289ca24f42370800000000000000 + internalID: 8297024878129875434 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_171 + rect: + serializedVersion: 2 + x: 176 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c99f5dfaa384f0cf0800000000000000 + internalID: -283928834605712996 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_172 + rect: + serializedVersion: 2 + x: 192 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d408634aa1c8e2de0800000000000000 + internalID: -1355992391739867059 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_173 + rect: + serializedVersion: 2 + x: 208 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8f0eb72ca053daf20800000000000000 + internalID: 3435460411082399992 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_174 + rect: + serializedVersion: 2 + x: 224 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f8223ceba699e6d60800000000000000 + internalID: 7885408681318359695 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_175 + rect: + serializedVersion: 2 + x: 240 + y: 128 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c9643d154f610d670800000000000000 + internalID: 8561368130231944860 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_176 + rect: + serializedVersion: 2 + x: 0 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 61641e2bac4213920800000000000000 + internalID: 2968194082416969238 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_177 + rect: + serializedVersion: 2 + x: 16 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: be0ab21a7c66881f0800000000000000 + internalID: -1042470306147753749 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_178 + rect: + serializedVersion: 2 + x: 32 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2e06668cb32d84180800000000000000 + internalID: -9130817090286624542 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_179 + rect: + serializedVersion: 2 + x: 48 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9f7e2fa256ed7b240800000000000000 + internalID: 4807555653334919161 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_180 + rect: + serializedVersion: 2 + x: 64 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4e5129c6b8e2c6a20800000000000000 + internalID: 3056869423434569188 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_181 + rect: + serializedVersion: 2 + x: 80 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 54333f20bc56dffc0800000000000000 + internalID: -3459497016148413627 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_182 + rect: + serializedVersion: 2 + x: 96 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ef928b4f7c20fc290800000000000000 + internalID: -7868066966165509634 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_183 + rect: + serializedVersion: 2 + x: 112 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: fb4553a52f8d9fa30800000000000000 + internalID: 4249666258807903423 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_184 + rect: + serializedVersion: 2 + x: 128 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 71dc23c845c16e0a0800000000000000 + internalID: -6852758633542660841 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_185 + rect: + serializedVersion: 2 + x: 144 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d2293a0e590300740800000000000000 + internalID: 5116142596969959981 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_186 + rect: + serializedVersion: 2 + x: 160 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a1d2667710f72d660800000000000000 + internalID: 7409123981252767002 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_187 + rect: + serializedVersion: 2 + x: 176 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 69119662cbfbe2db0800000000000000 + internalID: -4814700136793304682 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_188 + rect: + serializedVersion: 2 + x: 192 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3a54e135feff405a0800000000000000 + internalID: -6555833754187840093 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_189 + rect: + serializedVersion: 2 + x: 208 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 811975b9f3810d170800000000000000 + internalID: 8201081582909886744 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_190 + rect: + serializedVersion: 2 + x: 224 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ce71a880220916a50800000000000000 + internalID: 6512645012001003500 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_191 + rect: + serializedVersion: 2 + x: 240 + y: 112 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 40290161d446d7a10800000000000000 + internalID: 1908792099320402436 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_192 + rect: + serializedVersion: 2 + x: 0 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1c4e84dd446cd6840800000000000000 + internalID: 5219045542264890561 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_193 + rect: + serializedVersion: 2 + x: 16 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9572e174fed2efea0800000000000000 + internalID: -5837177561311991975 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_194 + rect: + serializedVersion: 2 + x: 32 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a297f0738f1b30600800000000000000 + internalID: 433385668791466282 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_195 + rect: + serializedVersion: 2 + x: 48 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d41149603c295be60800000000000000 + internalID: 7977443681283346765 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_196 + rect: + serializedVersion: 2 + x: 64 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 942fb91a145040eb0800000000000000 + internalID: -4754669527154036151 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_197 + rect: + serializedVersion: 2 + x: 80 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: aad7848d32d6a6ad0800000000000000 + internalID: -2708232225190019670 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_198 + rect: + serializedVersion: 2 + x: 96 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a9b9b8806e05bf4d0800000000000000 + internalID: -3099794969598387302 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_199 + rect: + serializedVersion: 2 + x: 112 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4c89b1023c7c50e10800000000000000 + internalID: 2163354836892620996 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_200 + rect: + serializedVersion: 2 + x: 128 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c3ad3834377b15100800000000000000 + internalID: 95058772833327676 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_201 + rect: + serializedVersion: 2 + x: 144 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5957293b038e5fd50800000000000000 + internalID: 6770572910690203029 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_202 + rect: + serializedVersion: 2 + x: 160 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 17c2fe779d792e530800000000000000 + internalID: 3882832789022649457 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_203 + rect: + serializedVersion: 2 + x: 176 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0823ded893a88c480800000000000000 + internalID: -8878694685562031488 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_204 + rect: + serializedVersion: 2 + x: 192 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c1b487428de6e02f0800000000000000 + internalID: -1004743792253187300 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_205 + rect: + serializedVersion: 2 + x: 208 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 18d9a527d88e9e320800000000000000 + internalID: 2587855155107634561 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_206 + rect: + serializedVersion: 2 + x: 224 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 005842f9ddd4319f0800000000000000 + internalID: -498969519454911232 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_207 + rect: + serializedVersion: 2 + x: 240 + y: 96 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1e2e8f04f9f9bf490800000000000000 + internalID: -7711394430603173151 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_208 + rect: + serializedVersion: 2 + x: 0 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b5519423e7f5b63d0800000000000000 + internalID: -3212368913584548517 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_209 + rect: + serializedVersion: 2 + x: 16 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 43d7b8621b9ef8420800000000000000 + internalID: 2634581254100188468 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_210 + rect: + serializedVersion: 2 + x: 32 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9802ff893d851c430800000000000000 + internalID: 3801417226305609865 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_211 + rect: + serializedVersion: 2 + x: 48 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b056c6d54d6774d60800000000000000 + internalID: 7874393127953130763 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_212 + rect: + serializedVersion: 2 + x: 64 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c0770ca589d9fad70800000000000000 + internalID: 9056630653348509452 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_213 + rect: + serializedVersion: 2 + x: 80 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6739371d523039f90800000000000000 + internalID: -6948206339139857546 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_214 + rect: + serializedVersion: 2 + x: 96 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 905684c77ea27b120800000000000000 + internalID: 2429457697700603145 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_215 + rect: + serializedVersion: 2 + x: 112 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 652c7009bcf8292b0800000000000000 + internalID: -5579238883901062570 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_216 + rect: + serializedVersion: 2 + x: 128 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 40e41d381beeea6d0800000000000000 + internalID: -2977179857457164796 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_217 + rect: + serializedVersion: 2 + x: 144 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9aa6f7af301d573d0800000000000000 + internalID: -3209429344413848919 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_218 + rect: + serializedVersion: 2 + x: 160 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0140acc4842b4a160800000000000000 + internalID: 7035944541455254544 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_219 + rect: + serializedVersion: 2 + x: 176 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b94be369ab65a93a0800000000000000 + internalID: -6657913739729259365 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_220 + rect: + serializedVersion: 2 + x: 192 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 39119d1edee8375a0800000000000000 + internalID: -6524714282782223981 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_221 + rect: + serializedVersion: 2 + x: 208 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6e25828f9871cfb20800000000000000 + internalID: 3169434119103337190 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_222 + rect: + serializedVersion: 2 + x: 224 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b34652b2b43b99940800000000000000 + internalID: 5303467171633259579 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_223 + rect: + serializedVersion: 2 + x: 240 + y: 80 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1b39062802186b7c0800000000000000 + internalID: -4055912437774249039 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_224 + rect: + serializedVersion: 2 + x: 0 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: beeddfd989c634e80800000000000000 + internalID: -8195587494142681365 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_225 + rect: + serializedVersion: 2 + x: 16 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 504b4970a0f0e34f0800000000000000 + internalID: -847223144147799035 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_226 + rect: + serializedVersion: 2 + x: 32 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 819d4a2e07640d990800000000000000 + internalID: -7363307940098025192 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_227 + rect: + serializedVersion: 2 + x: 48 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: aca8cc89bb8bdc590800000000000000 + internalID: -7652257075970667830 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_228 + rect: + serializedVersion: 2 + x: 64 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d82879bbb00907660800000000000000 + internalID: 7381558169326551693 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_229 + rect: + serializedVersion: 2 + x: 80 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 342c01d3e4452e650800000000000000 + internalID: 6260659127007101507 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_230 + rect: + serializedVersion: 2 + x: 96 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f9cef6862ad844770800000000000000 + internalID: 8594149717606132895 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_231 + rect: + serializedVersion: 2 + x: 112 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 04f1ad79779adcd50800000000000000 + internalID: 6759244946866839360 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_232 + rect: + serializedVersion: 2 + x: 128 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f2623bc9a2348c840800000000000000 + internalID: 5244515616369616431 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_233 + rect: + serializedVersion: 2 + x: 144 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 775b8c68a7c12aac0800000000000000 + internalID: -3845479819248093833 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_234 + rect: + serializedVersion: 2 + x: 160 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2df64beabd4295df0800000000000000 + internalID: -191080983239036974 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_235 + rect: + serializedVersion: 2 + x: 176 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7ade88c3e396b2590800000000000000 + internalID: -7697943422035235417 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_236 + rect: + serializedVersion: 2 + x: 192 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d79bc80ebefb22310800000000000000 + internalID: 1378875455734331773 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_237 + rect: + serializedVersion: 2 + x: 208 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e400e8d2ee3be14e0800000000000000 + internalID: -2008970548212793266 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_238 + rect: + serializedVersion: 2 + x: 224 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ccbf765e31f85bec0800000000000000 + internalID: -3551775415495820340 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_239 + rect: + serializedVersion: 2 + x: 240 + y: 64 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e0682eda63b093c00800000000000000 + internalID: 880747531601085966 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_240 + rect: + serializedVersion: 2 + x: 0 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: aacb4729d90a46b80800000000000000 + internalID: -8402414406139069270 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_241 + rect: + serializedVersion: 2 + x: 16 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 54e8d94dadd2f3b30800000000000000 + internalID: 4269181389663735365 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_242 + rect: + serializedVersion: 2 + x: 32 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6ddd6df17b8a9d350800000000000000 + internalID: 6042045879560887766 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_243 + rect: + serializedVersion: 2 + x: 48 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8b0d38945952030b0800000000000000 + internalID: -5751055401038393160 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_244 + rect: + serializedVersion: 2 + x: 64 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4591a926f9dfd5150800000000000000 + internalID: 5863121150902147412 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_245 + rect: + serializedVersion: 2 + x: 80 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 63866cbf867ec9d60800000000000000 + internalID: 7898442284587706422 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_246 + rect: + serializedVersion: 2 + x: 96 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 505f93a6ab7d21f10800000000000000 + internalID: 2239089160402629893 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_247 + rect: + serializedVersion: 2 + x: 112 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9c0abdca10f16ef60800000000000000 + internalID: 8063166274908954825 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_248 + rect: + serializedVersion: 2 + x: 128 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 22a133171cc9798d0800000000000000 + internalID: -2839628685392012766 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_249 + rect: + serializedVersion: 2 + x: 144 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b11ae8003e9e55d90800000000000000 + internalID: -7109519275558264549 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_250 + rect: + serializedVersion: 2 + x: 160 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0a4332835ec83aa40800000000000000 + internalID: 5378297296127734944 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_251 + rect: + serializedVersion: 2 + x: 176 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: bee175a56e36ba970800000000000000 + internalID: 8767210940616089323 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_252 + rect: + serializedVersion: 2 + x: 192 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3263f72ea1b728090800000000000000 + internalID: -8033723429876189661 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_253 + rect: + serializedVersion: 2 + x: 208 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e83470cf0f2a0f810800000000000000 + internalID: 1797115407225013134 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_254 + rect: + serializedVersion: 2 + x: 224 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2cacb89f8589324f0800000000000000 + internalID: -854671996359030078 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_255 + rect: + serializedVersion: 2 + x: 240 + y: 48 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: fa3cdce4764338170800000000000000 + internalID: 8179438966543336367 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_256 + rect: + serializedVersion: 2 + x: 0 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: bb0fd8c8c3ce5a550800000000000000 + internalID: 6171598609181438139 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_257 + rect: + serializedVersion: 2 + x: 16 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f87be254883e0b070800000000000000 + internalID: 8120240302564751247 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_258 + rect: + serializedVersion: 2 + x: 32 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8e85b92fd7a7362f0800000000000000 + internalID: -980805612476868376 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_259 + rect: + serializedVersion: 2 + x: 48 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 09e80390db8c641f0800000000000000 + internalID: -1060939947970621808 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_260 + rect: + serializedVersion: 2 + x: 64 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 299fcec406f81d9f0800000000000000 + internalID: -445417244362737262 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_261 + rect: + serializedVersion: 2 + x: 80 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c82c1558ebc627040800000000000000 + internalID: 4643893731308716684 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_262 + rect: + serializedVersion: 2 + x: 96 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 69bb2e5bbcebaf050800000000000000 + internalID: 5835186049351072662 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_263 + rect: + serializedVersion: 2 + x: 112 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 03d407c6dceffb9f0800000000000000 + internalID: -450361279472710352 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_264 + rect: + serializedVersion: 2 + x: 128 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f24ffb60965fa2550800000000000000 + internalID: 6136987273679336495 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_265 + rect: + serializedVersion: 2 + x: 144 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 85096816b3a409ee0800000000000000 + internalID: -1256422677136633768 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_266 + rect: + serializedVersion: 2 + x: 160 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7824530d969d76d30800000000000000 + internalID: 4424744207402746503 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_267 + rect: + serializedVersion: 2 + x: 176 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f4e3a78021620dc80800000000000000 + internalID: -8300092254350328241 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_268 + rect: + serializedVersion: 2 + x: 192 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e73e89c2c04143120800000000000000 + internalID: 2392559344560956286 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_269 + rect: + serializedVersion: 2 + x: 208 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: afb3d2ad844e9ef70800000000000000 + internalID: 9217149113939606522 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_270 + rect: + serializedVersion: 2 + x: 224 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2213a39f61b8639e0800000000000000 + internalID: -1641972083343085278 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_271 + rect: + serializedVersion: 2 + x: 240 + y: 32 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 8b0aa2b2f0e6d39b0800000000000000 + internalID: -5098798191685754696 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_272 + rect: + serializedVersion: 2 + x: 0 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ff67c3192a5b89ba0800000000000000 + internalID: -6081911586937866497 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_273 + rect: + serializedVersion: 2 + x: 16 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 25d8a9028aa8d33b0800000000000000 + internalID: -5531112312634962606 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_274 + rect: + serializedVersion: 2 + x: 32 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 709d179218d6c7900800000000000000 + internalID: 683541644967008519 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_275 + rect: + serializedVersion: 2 + x: 48 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 842c24ed3c41e9610800000000000000 + internalID: 1629762946634793544 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_276 + rect: + serializedVersion: 2 + x: 64 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 017b7516433fb32a0800000000000000 + internalID: -6756539409642309872 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_277 + rect: + serializedVersion: 2 + x: 80 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 04f90a8fc3ec25620800000000000000 + internalID: 2761496282796171072 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_278 + rect: + serializedVersion: 2 + x: 96 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 013c18af79576fdd0800000000000000 + internalID: -2452643651453336816 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_279 + rect: + serializedVersion: 2 + x: 112 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 91751e6f9ecad2fe0800000000000000 + internalID: -1212122603823474919 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_280 + rect: + serializedVersion: 2 + x: 128 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: affb8d7bfd4908330800000000000000 + internalID: 3711129781536342010 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_281 + rect: + serializedVersion: 2 + x: 144 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f4f39836ad2e25970800000000000000 + internalID: 8742299254280240975 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_282 + rect: + serializedVersion: 2 + x: 160 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3cd7af61b9c2d7810800000000000000 + internalID: 1764615673616170435 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_283 + rect: + serializedVersion: 2 + x: 176 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 58bb271d58fb14dc0800000000000000 + internalID: -3656430840982619259 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_284 + rect: + serializedVersion: 2 + x: 192 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ff7020d0f764d1320800000000000000 + internalID: 2530256077145114623 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_285 + rect: + serializedVersion: 2 + x: 208 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a117a8723b7377850800000000000000 + internalID: 6374625040168284442 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_286 + rect: + serializedVersion: 2 + x: 224 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b2b88892c1db94310800000000000000 + internalID: 1389849888674057003 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_287 + rect: + serializedVersion: 2 + x: 240 + y: 16 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 204aac62d8fb3b310800000000000000 + internalID: 1419688920513946626 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_288 + rect: + serializedVersion: 2 + x: 0 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3d000654a1c9f4f40800000000000000 + internalID: 5714958088803451091 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_289 + rect: + serializedVersion: 2 + x: 16 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 0e9dce5ddea2aa490800000000000000 + internalID: -7734322209070720544 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_290 + rect: + serializedVersion: 2 + x: 32 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 201e81620109eacb0800000000000000 + internalID: -4850781349598404350 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_291 + rect: + serializedVersion: 2 + x: 48 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 34811a22d49809380800000000000000 + internalID: -8966515893708187581 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_292 + rect: + serializedVersion: 2 + x: 64 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ff84797130aeff780800000000000000 + internalID: -8646935460526470913 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_293 + rect: + serializedVersion: 2 + x: 80 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 99c00ab1a91bbaf60800000000000000 + internalID: 8046720434674076825 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_294 + rect: + serializedVersion: 2 + x: 96 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6406e26f30f8ab370800000000000000 + internalID: 8339134907207802950 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_295 + rect: + serializedVersion: 2 + x: 112 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3f78c4ff781b24780800000000000000 + internalID: -8700196332464470029 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_296 + rect: + serializedVersion: 2 + x: 128 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d310bb75d0417b5f0800000000000000 + internalID: -741101566140153539 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_297 + rect: + serializedVersion: 2 + x: 144 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 32b0a8afcc7bf7fe0800000000000000 + internalID: -1189029685597959389 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_298 + rect: + serializedVersion: 2 + x: 160 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: bb4d8a052831a1380800000000000000 + internalID: -8999859454926596933 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: items_299 + rect: + serializedVersion: 2 + x: 176 + y: 0 + width: 16 + height: 16 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 41f5936b7c0114560800000000000000 + internalID: 7296131321258663700 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: