From c0bf0442ec66dd31c59860bfa36e63d0daa1327d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nu=C8=9Biu?= Date: Sat, 1 Jun 2019 12:16:14 +0300 Subject: [PATCH 1/4] Setting up the World --- Assets/DevMocks.meta | 8 + Assets/Scenes/SampleScene.unity | 7645 ++++++++++++++++- Assets/Sprites/Tiles.meta | 8 + Assets/Sprites/Tiles/Snow.meta | 8 + Assets/Sprites/Tiles/Snow/Snow Palette.prefab | 466 + .../Tiles/Snow/Snow Palette.prefab.meta | 7 + Assets/Sprites/Tiles/Snow/snow_tileset.png | Bin 0 -> 24843 bytes .../Sprites/Tiles/Snow/snow_tileset.png.meta | 551 ++ .../Sprites/Tiles/Snow/snow_tileset_0.asset | 36 + .../Tiles/Snow/snow_tileset_0.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_1.asset | 36 + .../Tiles/Snow/snow_tileset_1.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_10.asset | 36 + .../Tiles/Snow/snow_tileset_10.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_11.asset | 36 + .../Tiles/Snow/snow_tileset_11.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_12.asset | 36 + .../Tiles/Snow/snow_tileset_12.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_13.asset | 36 + .../Tiles/Snow/snow_tileset_13.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_14.asset | 36 + .../Tiles/Snow/snow_tileset_14.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_15.asset | 36 + .../Tiles/Snow/snow_tileset_15.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_16.asset | 36 + .../Tiles/Snow/snow_tileset_16.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_17.asset | 36 + .../Tiles/Snow/snow_tileset_17.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_18.asset | 36 + .../Tiles/Snow/snow_tileset_18.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_19.asset | 36 + .../Tiles/Snow/snow_tileset_19.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_2.asset | 36 + .../Tiles/Snow/snow_tileset_2.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_20.asset | 36 + .../Tiles/Snow/snow_tileset_20.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_3.asset | 36 + .../Tiles/Snow/snow_tileset_3.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_4.asset | 36 + .../Tiles/Snow/snow_tileset_4.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_5.asset | 36 + .../Tiles/Snow/snow_tileset_5.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_6.asset | 36 + .../Tiles/Snow/snow_tileset_6.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_7.asset | 36 + .../Tiles/Snow/snow_tileset_7.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_8.asset | 36 + .../Tiles/Snow/snow_tileset_8.asset.meta | 8 + .../Sprites/Tiles/Snow/snow_tileset_9.asset | 36 + .../Tiles/Snow/snow_tileset_9.asset.meta | 8 + ProjectSettings/TagManager.asset | 86 +- 51 files changed, 9650 insertions(+), 53 deletions(-) create mode 100644 Assets/DevMocks.meta create mode 100644 Assets/Sprites/Tiles.meta create mode 100644 Assets/Sprites/Tiles/Snow.meta create mode 100644 Assets/Sprites/Tiles/Snow/Snow Palette.prefab create mode 100644 Assets/Sprites/Tiles/Snow/Snow Palette.prefab.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset.png create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset.png.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_0.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_0.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_1.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_1.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_10.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_10.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_11.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_11.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_12.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_12.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_13.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_13.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_14.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_14.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_15.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_15.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_16.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_16.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_17.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_17.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_18.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_18.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_19.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_19.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_2.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_2.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_20.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_20.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_3.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_3.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_4.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_4.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_5.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_5.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_6.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_6.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_7.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_7.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_8.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_8.asset.meta create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_9.asset create mode 100644 Assets/Sprites/Tiles/Snow/snow_tileset_9.asset.meta diff --git a/Assets/DevMocks.meta b/Assets/DevMocks.meta new file mode 100644 index 0000000..70e5188 --- /dev/null +++ b/Assets/DevMocks.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: dab5da68831f44f63b7b6ba9f49a4d17 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity index e5ecd0a..1ff3839 100644 --- a/Assets/Scenes/SampleScene.unity +++ b/Assets/Scenes/SampleScene.unity @@ -50,7 +50,6 @@ LightmapSettings: m_BounceScale: 1 m_IndirectOutputScale: 1 m_AlbedoBoost: 1 - m_TemporalCoherenceThreshold: 1 m_EnvironmentLightingMode: 0 m_EnableBakedLightmaps: 0 m_EnableRealtimeLightmaps: 0 @@ -113,12 +112,7444 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} +--- !u!1 &69346940 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 69346941} + - component: {fileID: 69346943} + - component: {fileID: 69346942} + - component: {fileID: 69346944} + - component: {fileID: 69346946} + - component: {fileID: 69346945} + m_Layer: 0 + m_Name: Tilemap + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &69346941 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 69346940} + 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: 585332173} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!483693784 &69346942 +TilemapRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 69346940} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 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_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 284747617 + m_SortingLayer: 0 + m_SortingOrder: -10 + 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 &69346943 +Tilemap: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 69346940} + m_Enabled: 1 + m_Tiles: + - first: {x: -9, y: -19, z: 0} + second: + m_TileIndex: 5 + m_TileSpriteIndex: 5 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -7, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -6, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -5, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -4, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -3, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -2, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -1, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 0, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 1, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 2, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 3, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 4, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 5, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 6, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 7, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 8, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 9, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 10, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 11, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 12, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 13, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 14, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 15, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 16, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 17, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 18, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 19, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 20, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 21, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 22, y: -19, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 23, y: -19, z: 0} + second: + m_TileIndex: 9 + m_TileSpriteIndex: 9 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -18, z: 0} + second: + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -7, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -6, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -5, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -4, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -3, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -2, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -1, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 0, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 1, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 2, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 3, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 4, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 5, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 6, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 7, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 8, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 9, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 10, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 11, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 12, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 13, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 14, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 15, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 16, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 17, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 18, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 19, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 20, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 21, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 22, y: -18, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 23, y: -18, z: 0} + second: + m_TileIndex: 10 + m_TileSpriteIndex: 10 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -17, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -17, z: 0} + second: + m_TileIndex: 15 + m_TileSpriteIndex: 15 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -17, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -17, z: 0} + second: + m_TileIndex: 14 + m_TileSpriteIndex: 14 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -17, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -16, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -16, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -16, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -16, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -16, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -15, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -15, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -15, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -15, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -15, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -14, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -14, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -14, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -14, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -14, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -13, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -13, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -13, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -13, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -13, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -12, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -12, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -12, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -12, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -12, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -11, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -11, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -11, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -11, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -11, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -10, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -10, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -10, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -10, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -10, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -9, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -9, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -9, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -9, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -9, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -8, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -8, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -8, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -8, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -8, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -7, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -7, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -7, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -7, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -7, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -6, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -6, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -6, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -6, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -6, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -5, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -5, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -5, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -5, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -5, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -4, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -4, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -4, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -4, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -4, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -3, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -3, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -3, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -3, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -3, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -2, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -2, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -2, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -2, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: -1, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: -1, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: -1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: -1, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: -1, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: 0, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: 0, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: 0, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: 0, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: 0, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: 1, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: 1, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: 1, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: 1, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: 2, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: 2, z: 0} + second: + m_TileIndex: 12 + m_TileSpriteIndex: 12 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -7, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -6, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -5, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -4, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -3, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -2, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: -1, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 0, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 1, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 2, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 3, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 4, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 5, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 6, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 7, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 8, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 9, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 10, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 11, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 12, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 13, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 14, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 15, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 16, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 17, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 18, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 19, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 20, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 21, y: 2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 22, y: 2, z: 0} + second: + m_TileIndex: 13 + m_TileSpriteIndex: 13 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 0 + - first: {x: 23, y: 2, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: 3, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -7, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -6, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -5, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -4, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -3, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -2, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -1, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 0, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 1, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 2, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 3, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 4, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 5, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 6, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 7, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 8, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 9, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 10, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 11, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 12, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 13, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 14, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 15, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 16, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 17, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 18, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 19, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 20, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 21, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 22, y: 3, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 23, y: 3, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -9, y: 4, z: 0} + second: + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -8, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -7, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -6, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -5, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -4, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -3, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -2, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -1, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 0, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 1, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 2, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 3, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 4, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 5, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 6, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 7, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 8, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 9, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 10, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 11, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 12, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 13, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 14, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 15, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 16, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 17, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 18, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 19, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 20, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 21, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 22, y: 4, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 23, y: 4, z: 0} + second: + m_TileIndex: 7 + m_TileSpriteIndex: 7 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + m_AnimatedTiles: {} + m_TileAssetArray: + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: cf87d58db27a546eaa573ec6949d8a93, type: 2} + - m_RefCount: 21 + m_Data: {fileID: 11400000, guid: 3e3ab19121dc54539b3c8154709c912f, type: 2} + - m_RefCount: 31 + m_Data: {fileID: 11400000, guid: 6adfbe61cffd84897b2eefac522fbd4d, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 174ebeb583e6a4878aa9f72f61ed4701, type: 2} + - m_RefCount: 31 + m_Data: {fileID: 11400000, guid: 0f00c6b70781648ca97606d59634e04c, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 3ffff3648d45a4cc6a79ffe441869597, type: 2} + - m_RefCount: 31 + m_Data: {fileID: 11400000, guid: f5a3b5d9e83454e8eb61154392c18a8c, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 228dc3e8d1dea48a791af8d4200ecb21, type: 2} + - m_RefCount: 31 + m_Data: {fileID: 11400000, guid: 280908f86fd634fc8bf93dc6dbb77a7e, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 0bb60edf49621474abbaa18743cd9109, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 0ca3dcdd15ef340ff9f3f928ec746416, type: 2} + - m_RefCount: 21 + m_Data: {fileID: 11400000, guid: 3668e5c0b95154e919cd91fa6805d098, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: f5f5557817b6845028fc03ab57d58c13, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: c35dcc39bf9cc4851b419fa3978335a3, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: e6a4519ad8022425c966f3f3e5530646, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 571086ebad91f4409903387f815db6da, type: 2} + - m_RefCount: 29 + m_Data: {fileID: 11400000, guid: b8378bd85cbe54ae283649bd53edf8b3, type: 2} + - m_RefCount: 18 + m_Data: {fileID: 11400000, guid: 090f8ea2e65dd4bc78cb797c967bc7ed, type: 2} + - m_RefCount: 29 + m_Data: {fileID: 11400000, guid: ff1db9fd5f6854b559f396c6b7670685, type: 2} + - m_RefCount: 18 + m_Data: {fileID: 11400000, guid: 3e7a57afcd18f48648a63ddf7d206e95, type: 2} + - m_RefCount: 522 + m_Data: {fileID: 11400000, guid: a21f910a3312149ef98a935e46dabdc1, type: 2} + m_TileSpriteArray: + - m_RefCount: 1 + m_Data: {fileID: 21300000, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 21 + m_Data: {fileID: 21300006, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 31 + m_Data: {fileID: 21300002, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300018, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 31 + m_Data: {fileID: 21300032, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300030, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 31 + m_Data: {fileID: 21300020, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300004, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 31 + m_Data: {fileID: 21300008, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300034, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300022, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 21 + m_Data: {fileID: 21300010, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300012, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300016, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300040, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300036, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 29 + m_Data: {fileID: 21300038, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 18 + m_Data: {fileID: 21300024, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 29 + m_Data: {fileID: 21300014, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 18 + m_Data: {fileID: 21300028, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 522 + m_Data: {fileID: 21300026, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_TileMatrixArray: + - m_RefCount: 792 + 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: 792 + m_Data: {r: 1, g: 1, b: 1, a: 1} + m_AnimationFrameRate: 1 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Origin: {x: -9, y: -19, z: 0} + m_Size: {x: 33, y: 26, 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!19719996 &69346944 +TilemapCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 69346940} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_UsedByEffector: 0 + m_UsedByComposite: 1 + m_Offset: {x: 0, y: 0} +--- !u!66 &69346945 +CompositeCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 69346940} + 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_GeometryType: 0 + m_GenerationType: 0 + m_EdgeRadius: 0 + m_ColliderPaths: + - m_Collider: {fileID: 69346944} + m_ColliderPaths: + - - X: 240000000 + Y: 50000000 + - X: -90000000 + Y: 50000000 + - X: -90000000 + Y: -190000000 + - X: 240000000 + Y: -190000000 + - - X: -80000000 + Y: -170000000 + - X: -80000000 + Y: 30000000 + - X: 230000000 + Y: 30000000 + - X: 230000000 + Y: -170000000 + m_CompositePaths: + m_Paths: + - - {x: 24, y: 5} + - {x: -9, y: 5} + - {x: -9, y: -19} + - {x: 24, y: -19} + - - {x: -8, y: -17} + - {x: -8, y: 3} + - {x: 23, y: 3} + - {x: 23, y: -17} + m_VertexDistance: 0.0005 +--- !u!50 &69346946 +Rigidbody2D: + serializedVersion: 4 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 69346940} + m_BodyType: 2 + m_Simulated: 1 + m_UseFullKinematicContacts: 0 + m_UseAutoMass: 0 + m_Mass: 1 + m_LinearDrag: 0 + m_AngularDrag: 0.05 + m_GravityScale: 1 + m_Material: {fileID: 0} + m_Interpolate: 0 + m_SleepingMode: 1 + m_CollisionDetection: 0 + m_Constraints: 0 --- !u!1 &519420028 GameObject: m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 0} - serializedVersion: 5 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 m_Component: - component: {fileID: 519420032} - component: {fileID: 519420031} @@ -133,20 +7564,27 @@ GameObject: --- !u!81 &519420029 AudioListener: m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 0} + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 519420028} m_Enabled: 1 --- !u!20 &519420031 Camera: m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 0} + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 519420028} m_Enabled: 1 serializedVersion: 2 m_ClearFlags: 2 m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_projectionMatrixMode: 1 + m_SensorSize: {x: 36, y: 24} + m_LensShift: {x: 0, y: 0} + m_GateFitMode: 2 + m_FocalLength: 50 m_NormalizedViewPortRect: serializedVersion: 2 x: 0 @@ -176,8 +7614,9 @@ Camera: --- !u!4 &519420032 Transform: m_ObjectHideFlags: 0 - m_PrefabParentObject: {fileID: 0} - m_PrefabInternal: {fileID: 0} + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 519420028} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: -10} @@ -186,3 +7625,189 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &585332171 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 585332173} + - component: {fileID: 585332172} + m_Layer: 0 + m_Name: Grid + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!156049354 &585332172 +Grid: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 585332171} + m_Enabled: 1 + m_CellSize: {x: 1, y: 1, z: 0} + m_CellGap: {x: 0, y: 0, z: 0} + m_CellLayout: 0 + m_CellSwizzle: 0 +--- !u!4 &585332173 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 585332171} + 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: + - {fileID: 69346941} + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1352658974 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1352658977} + - component: {fileID: 1352658976} + - component: {fileID: 1352658975} + - component: {fileID: 1352658978} + - component: {fileID: 1352658979} + m_Layer: 0 + m_Name: MockPlayer + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1352658975 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1352658974} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: e3cc05deb3d6e44128ad7bc8610cedac, type: 3} + m_Name: + m_EditorClassIdentifier: + movementSpeed: 4 +--- !u!212 &1352658976 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1352658974} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + 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_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + 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: 1 + m_Sprite: {fileID: 10905, guid: 0000000000000000f000000000000000, type: 0} + m_Color: {r: 1, g: 0, b: 0, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 0.16, y: 0.16} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!4 &1352658977 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1352658974} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -6.5, y: 1.57, z: 7.2106156} + m_LocalScale: {x: 7, y: 7, z: 0} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!50 &1352658978 +Rigidbody2D: + serializedVersion: 4 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1352658974} + m_BodyType: 0 + m_Simulated: 1 + m_UseFullKinematicContacts: 0 + m_UseAutoMass: 0 + m_Mass: 1 + m_LinearDrag: 0 + m_AngularDrag: 0.05 + m_GravityScale: 0 + m_Material: {fileID: 0} + m_Interpolate: 0 + m_SleepingMode: 1 + m_CollisionDetection: 0 + m_Constraints: 0 +--- !u!61 &1352658979 +BoxCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1352658974} + 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.049999997, y: 0.049999997, z: 0.049999997, w: 0.049999997} + pivot: {x: 0.5, y: 0.5} + oldSize: {x: 0.16, y: 0.16} + newSize: {x: 0.16, y: 0.16} + adaptiveTilingThreshold: 0.5 + drawMode: 0 + adaptiveTiling: 0 + m_AutoTiling: 0 + serializedVersion: 2 + m_Size: {x: 0.16, y: 0.16} + m_EdgeRadius: 0 diff --git a/Assets/Sprites/Tiles.meta b/Assets/Sprites/Tiles.meta new file mode 100644 index 0000000..d0b39fe --- /dev/null +++ b/Assets/Sprites/Tiles.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: edf40890679f24b9b93610724b17640e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow.meta b/Assets/Sprites/Tiles/Snow.meta new file mode 100644 index 0000000..9473daa --- /dev/null +++ b/Assets/Sprites/Tiles/Snow.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ae069d292a65d47aab10942fdc63faaf +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/Snow Palette.prefab b/Assets/Sprites/Tiles/Snow/Snow Palette.prefab new file mode 100644 index 0000000..ae7768e --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/Snow Palette.prefab @@ -0,0 +1,466 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &1245870692359032171 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 6576718162975780536} + - component: {fileID: 4957058647260484980} + - component: {fileID: 763403682201037407} + m_Layer: 31 + m_Name: Layer1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &6576718162975780536 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1245870692359032171} + 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: 5700353277541067698} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1839735485 &4957058647260484980 +Tilemap: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1245870692359032171} + m_Enabled: 1 + m_Tiles: + - first: {x: -1, y: -2, z: 0} + second: + m_TileIndex: 15 + m_TileSpriteIndex: 15 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 0, y: -2, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 1, y: -2, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 3, y: -2, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 4, y: -2, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 5, y: -2, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -1, y: -1, z: 0} + second: + m_TileIndex: 9 + m_TileSpriteIndex: 9 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 0, y: -1, z: 0} + second: + m_TileIndex: 10 + m_TileSpriteIndex: 10 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 1, y: -1, z: 0} + second: + m_TileIndex: 11 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 3, y: -1, z: 0} + second: + m_TileIndex: 12 + m_TileSpriteIndex: 12 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 4, y: -1, z: 0} + second: + m_TileIndex: 13 + m_TileSpriteIndex: 13 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 5, y: -1, z: 0} + second: + m_TileIndex: 14 + m_TileSpriteIndex: 14 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -1, y: 0, z: 0} + second: + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 0, y: 0, z: 0} + second: + m_TileIndex: 4 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 1, y: 0, z: 0} + second: + m_TileIndex: 5 + m_TileSpriteIndex: 5 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 3, y: 0, z: 0} + second: + m_TileIndex: 6 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 4, y: 0, z: 0} + second: + m_TileIndex: 7 + m_TileSpriteIndex: 7 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 5, y: 0, z: 0} + second: + m_TileIndex: 8 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -1, y: 1, z: 0} + second: + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 0, y: 1, z: 0} + second: + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: 1, y: 1, z: 0} + second: + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + m_AnimatedTiles: {} + m_TileAssetArray: + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: cf87d58db27a546eaa573ec6949d8a93, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 6adfbe61cffd84897b2eefac522fbd4d, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 228dc3e8d1dea48a791af8d4200ecb21, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 3e3ab19121dc54539b3c8154709c912f, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 280908f86fd634fc8bf93dc6dbb77a7e, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 3668e5c0b95154e919cd91fa6805d098, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: f5f5557817b6845028fc03ab57d58c13, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: ff1db9fd5f6854b559f396c6b7670685, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: c35dcc39bf9cc4851b419fa3978335a3, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 174ebeb583e6a4878aa9f72f61ed4701, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: f5a3b5d9e83454e8eb61154392c18a8c, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 0ca3dcdd15ef340ff9f3f928ec746416, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 090f8ea2e65dd4bc78cb797c967bc7ed, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: a21f910a3312149ef98a935e46dabdc1, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 3e7a57afcd18f48648a63ddf7d206e95, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 3ffff3648d45a4cc6a79ffe441869597, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 0f00c6b70781648ca97606d59634e04c, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 0bb60edf49621474abbaa18743cd9109, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 571086ebad91f4409903387f815db6da, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: b8378bd85cbe54ae283649bd53edf8b3, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: e6a4519ad8022425c966f3f3e5530646, type: 2} + m_TileSpriteArray: + - m_RefCount: 1 + m_Data: {fileID: 21300000, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300002, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300004, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300006, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300008, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300010, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300012, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300014, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300016, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300018, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300020, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300022, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300024, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300026, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300028, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300030, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300032, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300034, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300036, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300038, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + - m_RefCount: 1 + m_Data: {fileID: 21300040, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_TileMatrixArray: + - m_RefCount: 21 + 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: 21 + m_Data: {r: 1, g: 1, b: 1, a: 1} + m_AnimationFrameRate: 1 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Origin: {x: -1, y: -2, z: 0} + m_Size: {x: 7, y: 4, 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!483693784 &763403682201037407 +TilemapRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1245870692359032171} + m_Enabled: 0 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 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_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 0 + 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!1 &7114902091827914434 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 5700353277541067698} + - component: {fileID: 2380592261454598873} + m_Layer: 31 + m_Name: Snow Palette + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &5700353277541067698 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7114902091827914434} + 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: + - {fileID: 6576718162975780536} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!156049354 &2380592261454598873 +Grid: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 7114902091827914434} + m_Enabled: 1 + m_CellSize: {x: 1, y: 1, z: 0} + m_CellGap: {x: 0, y: 0, z: 0} + m_CellLayout: 0 + m_CellSwizzle: 0 +--- !u!114 &114300333305710236 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 12395, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Palette Settings + m_EditorClassIdentifier: + cellSizing: 0 diff --git a/Assets/Sprites/Tiles/Snow/Snow Palette.prefab.meta b/Assets/Sprites/Tiles/Snow/Snow Palette.prefab.meta new file mode 100644 index 0000000..6b008c2 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/Snow Palette.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7e778b24a261440fcbeea1630982ee71 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset.png b/Assets/Sprites/Tiles/Snow/snow_tileset.png new file mode 100644 index 0000000000000000000000000000000000000000..adab9ad0e80189880b4b6524b0b72cbb83f145ae GIT binary patch literal 24843 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 literal 0 HcmV?d00001 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset.png.meta b/Assets/Sprites/Tiles/Snow/snow_tileset.png.meta new file mode 100644 index 0000000..3190f28 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset.png.meta @@ -0,0 +1,551 @@ +fileFormatVersion: 2 +guid: 53508fdfeea6241d3a03aa21c60e6c4d +TextureImporter: + fileIDToRecycleName: + 21300000: snow_tileset_0 + 21300002: snow_tileset_1 + 21300004: snow_tileset_2 + 21300006: snow_tileset_3 + 21300008: snow_tileset_4 + 21300010: snow_tileset_5 + 21300012: snow_tileset_6 + 21300014: snow_tileset_7 + 21300016: snow_tileset_8 + 21300018: snow_tileset_9 + 21300020: snow_tileset_10 + 21300022: snow_tileset_11 + 21300024: snow_tileset_12 + 21300026: snow_tileset_13 + 21300028: snow_tileset_14 + 21300030: snow_tileset_15 + 21300032: snow_tileset_16 + 21300034: snow_tileset_17 + 21300036: snow_tileset_18 + 21300038: snow_tileset_19 + 21300040: snow_tileset_20 + externalObjects: {} + serializedVersion: 9 + 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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 0 + aniso: -1 + mipBias: -100 + 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: 32 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 0 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: snow_tileset_0 + rect: + serializedVersion: 2 + x: 0 + y: 96 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 43225119c74204f6db57afd77b6b1b4f + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_1 + rect: + serializedVersion: 2 + x: 32 + y: 96 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 99b2011c8aadd41ceaf46d62e8c04d4a + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_2 + rect: + serializedVersion: 2 + x: 64 + y: 96 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f772d482f86904466857b97a2802db14 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_3 + rect: + serializedVersion: 2 + x: 0 + y: 64 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b444bc4f310c445dd8cebcfd72aae426 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_4 + rect: + serializedVersion: 2 + x: 32 + y: 64 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ab3442b59de0442f3961dc579ccd1980 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_5 + rect: + serializedVersion: 2 + x: 64 + y: 64 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a81a0c011576947e9858a14476af1e5d + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_6 + rect: + serializedVersion: 2 + x: 128 + y: 64 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 90e774a90ce4945db8f4a31c95e6cba1 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_7 + rect: + serializedVersion: 2 + x: 160 + y: 64 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1aeb1bac7f75d4f6b9605fcdc07b650a + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_8 + rect: + serializedVersion: 2 + x: 192 + y: 64 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c95ef75050504417a9e375eedad908b1 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_9 + rect: + serializedVersion: 2 + x: 0 + y: 32 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a38f81c46f10e4b3884baa79782116d4 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_10 + rect: + serializedVersion: 2 + x: 32 + y: 32 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6ec164a7c5418425c8f50d2208132aa3 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_11 + rect: + serializedVersion: 2 + x: 64 + y: 32 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 677c7ae0dea5e49d5ad5173e11f31294 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_12 + rect: + serializedVersion: 2 + x: 128 + y: 32 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e710ca40ed2b448b09f5e27dfdb288db + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_13 + rect: + serializedVersion: 2 + x: 160 + y: 32 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b7237a3bca08942988f73b0095e4d8b7 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_14 + rect: + serializedVersion: 2 + x: 192 + y: 32 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 25b61e5db41b6473097dbd2f09a3c85f + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_15 + rect: + serializedVersion: 2 + x: 0 + y: 0 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b2195b12134454af893e1d676affa7b2 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_16 + rect: + serializedVersion: 2 + x: 32 + y: 0 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a5b96d741409d4a1998bf5dc4e5c3211 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_17 + rect: + serializedVersion: 2 + x: 64 + y: 0 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1ea4c22df18424aa690985b8d5b4da3c + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_18 + rect: + serializedVersion: 2 + x: 128 + y: 0 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1b8e45fc46e7a4a5987d92335407c436 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_19 + rect: + serializedVersion: 2 + x: 160 + y: 0 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a4870db115c1848d2ba13b1bdfb7a187 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: snow_tileset_20 + rect: + serializedVersion: 2 + x: 192 + y: 0 + width: 32 + height: 32 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: da1dadd267a9940b18cc170b6a8ba9a7 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 56d0bffd9586d485e80a95f18e3dde57 + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_0.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_0.asset new file mode 100644 index 0000000..1aad299 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_0.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_0 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300000, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_0.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_0.asset.meta new file mode 100644 index 0000000..f22d66e --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_0.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cf87d58db27a546eaa573ec6949d8a93 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_1.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_1.asset new file mode 100644 index 0000000..b8cc6bc --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_1.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_1 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300002, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_1.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_1.asset.meta new file mode 100644 index 0000000..fafe7c2 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6adfbe61cffd84897b2eefac522fbd4d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_10.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_10.asset new file mode 100644 index 0000000..1034fd8 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_10.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_10 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300020, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_10.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_10.asset.meta new file mode 100644 index 0000000..44b6405 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_10.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f5a3b5d9e83454e8eb61154392c18a8c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_11.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_11.asset new file mode 100644 index 0000000..5fb54fe --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_11.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_11 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300022, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_11.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_11.asset.meta new file mode 100644 index 0000000..dfaf643 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_11.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0ca3dcdd15ef340ff9f3f928ec746416 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_12.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_12.asset new file mode 100644 index 0000000..6344a81 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_12.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_12 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300024, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 0 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_12.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_12.asset.meta new file mode 100644 index 0000000..fb0e277 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_12.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 090f8ea2e65dd4bc78cb797c967bc7ed +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_13.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_13.asset new file mode 100644 index 0000000..3f4c0ec --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_13.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_13 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300026, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 0 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_13.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_13.asset.meta new file mode 100644 index 0000000..6a9b182 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_13.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a21f910a3312149ef98a935e46dabdc1 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_14.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_14.asset new file mode 100644 index 0000000..6cfec8e --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_14.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_14 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300028, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 0 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_14.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_14.asset.meta new file mode 100644 index 0000000..2817867 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_14.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3e7a57afcd18f48648a63ddf7d206e95 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_15.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_15.asset new file mode 100644 index 0000000..98d6396 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_15.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_15 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300030, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_15.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_15.asset.meta new file mode 100644 index 0000000..d47051c --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_15.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3ffff3648d45a4cc6a79ffe441869597 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_16.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_16.asset new file mode 100644 index 0000000..d294735 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_16.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_16 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300032, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_16.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_16.asset.meta new file mode 100644 index 0000000..5706d6a --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_16.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0f00c6b70781648ca97606d59634e04c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_17.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_17.asset new file mode 100644 index 0000000..8a1f1f1 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_17.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_17 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300034, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_17.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_17.asset.meta new file mode 100644 index 0000000..ff145c8 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_17.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0bb60edf49621474abbaa18743cd9109 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_18.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_18.asset new file mode 100644 index 0000000..4eeb84c --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_18.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_18 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300036, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 0 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_18.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_18.asset.meta new file mode 100644 index 0000000..4d225bf --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_18.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 571086ebad91f4409903387f815db6da +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_19.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_19.asset new file mode 100644 index 0000000..918d7bf --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_19.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_19 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300038, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 0 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_19.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_19.asset.meta new file mode 100644 index 0000000..35a3f47 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_19.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b8378bd85cbe54ae283649bd53edf8b3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_2.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_2.asset new file mode 100644 index 0000000..dc4c550 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_2.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_2 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300004, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_2.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_2.asset.meta new file mode 100644 index 0000000..e129253 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_2.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 228dc3e8d1dea48a791af8d4200ecb21 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_20.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_20.asset new file mode 100644 index 0000000..5ee92e9 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_20.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_20 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300040, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 0 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_20.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_20.asset.meta new file mode 100644 index 0000000..9e97122 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_20.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e6a4519ad8022425c966f3f3e5530646 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_3.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_3.asset new file mode 100644 index 0000000..ad69749 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_3.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_3 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300006, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_3.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_3.asset.meta new file mode 100644 index 0000000..3e69e64 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_3.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3e3ab19121dc54539b3c8154709c912f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_4.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_4.asset new file mode 100644 index 0000000..85fcbd7 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_4.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_4 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300008, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_4.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_4.asset.meta new file mode 100644 index 0000000..e79419f --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_4.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 280908f86fd634fc8bf93dc6dbb77a7e +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_5.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_5.asset new file mode 100644 index 0000000..ca4d364 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_5.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_5 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300010, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_5.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_5.asset.meta new file mode 100644 index 0000000..75ebbc0 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_5.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3668e5c0b95154e919cd91fa6805d098 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_6.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_6.asset new file mode 100644 index 0000000..eba15e7 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_6.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_6 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300012, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 0 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_6.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_6.asset.meta new file mode 100644 index 0000000..2c06cf6 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_6.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f5f5557817b6845028fc03ab57d58c13 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_7.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_7.asset new file mode 100644 index 0000000..82ace6a --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_7.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_7 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300014, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 0 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_7.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_7.asset.meta new file mode 100644 index 0000000..2b92873 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_7.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ff1db9fd5f6854b559f396c6b7670685 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_8.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_8.asset new file mode 100644 index 0000000..52d5879 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_8.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_8 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300016, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 0 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_8.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_8.asset.meta new file mode 100644 index 0000000..f03d7a2 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_8.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c35dcc39bf9cc4851b419fa3978335a3 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_9.asset b/Assets/Sprites/Tiles/Snow/snow_tileset_9.asset new file mode 100644 index 0000000..de66f43 --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_9.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: snow_tileset_9 + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300018, guid: 53508fdfeea6241d3a03aa21c60e6c4d, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + 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_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Tiles/Snow/snow_tileset_9.asset.meta b/Assets/Sprites/Tiles/Snow/snow_tileset_9.asset.meta new file mode 100644 index 0000000..292926c --- /dev/null +++ b/Assets/Sprites/Tiles/Snow/snow_tileset_9.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 174ebeb583e6a4878aa9f72f61ed4701 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset index 3281f1b..1c92a78 100644 --- a/ProjectSettings/TagManager.asset +++ b/ProjectSettings/TagManager.asset @@ -1,43 +1,43 @@ -%YAML 1.1 -%TAG !u! tag:unity3d.com,2011: ---- !u!78 &1 -TagManager: - serializedVersion: 2 - tags: [] - layers: - - Default - - TransparentFX - - Ignore Raycast - - - - Water - - UI - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - m_SortingLayers: - - name: Default - uniqueID: 0 - locked: 0 +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!78 &1 +TagManager: + serializedVersion: 2 + tags: [] + layers: + - Default + - TransparentFX + - Ignore Raycast + - + - Water + - UI + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + m_SortingLayers: + - name: Default + uniqueID: 0 + locked: 0 From a585a649d22baabab19cd3c8c96e36d2078efe8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nu=C8=9Biu?= Date: Sat, 1 Jun 2019 12:38:23 +0300 Subject: [PATCH 2/4] Add Cinemachine and camera confine --- .idea/.idea.MADBombs/.idea/indexLayout.xml | 1 + Assets/Gizmos.meta | 8 + Assets/Gizmos/Cinemachine.meta | 8 + Assets/Gizmos/Cinemachine/cm_logo_lg.png | Bin 0 -> 66152 bytes Assets/Gizmos/Cinemachine/cm_logo_lg.png.meta | 88 ++++++ Assets/Scenes/SampleScene.unity | 286 +++++++++++++++++- ProjectSettings/Physics2DSettings.asset | 2 +- ProjectSettings/TagManager.asset | 2 +- 8 files changed, 387 insertions(+), 8 deletions(-) create mode 100644 Assets/Gizmos.meta create mode 100644 Assets/Gizmos/Cinemachine.meta create mode 100644 Assets/Gizmos/Cinemachine/cm_logo_lg.png create mode 100644 Assets/Gizmos/Cinemachine/cm_logo_lg.png.meta diff --git a/.idea/.idea.MADBombs/.idea/indexLayout.xml b/.idea/.idea.MADBombs/.idea/indexLayout.xml index fd7a249..ccd893d 100644 --- a/.idea/.idea.MADBombs/.idea/indexLayout.xml +++ b/.idea/.idea.MADBombs/.idea/indexLayout.xml @@ -5,6 +5,7 @@ Library/PackageCache/com.unity.ads@2.0.8 Library/PackageCache/com.unity.analytics@3.2.2 + Library/PackageCache/com.unity.cinemachine@2.2.9 Library/PackageCache/com.unity.collab-proxy@1.2.15 Library/PackageCache/com.unity.package-manager-ui@2.0.7 Library/PackageCache/com.unity.purchasing@2.0.3 diff --git a/Assets/Gizmos.meta b/Assets/Gizmos.meta new file mode 100644 index 0000000..0168f0c --- /dev/null +++ b/Assets/Gizmos.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 22532dd6a9d2244d584084e510141fdf +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Gizmos/Cinemachine.meta b/Assets/Gizmos/Cinemachine.meta new file mode 100644 index 0000000..416d1b4 --- /dev/null +++ b/Assets/Gizmos/Cinemachine.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 04e84838bae6248808f591489a4b25ce +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Gizmos/Cinemachine/cm_logo_lg.png b/Assets/Gizmos/Cinemachine/cm_logo_lg.png new file mode 100644 index 0000000000000000000000000000000000000000..47f19039cdb9255631ae9ed10359e035ff08aa3a GIT binary patch literal 66152 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�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

^!I3Y--a;v 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 Date: Sat, 1 Jun 2019 21:04:37 +0300 Subject: [PATCH 3/4] Implement respawn position --- .idea/.idea.MADBombs/.idea/indexLayout.xml | 1 - Assets/Scenes/SampleScene.unity | 37 +++++++++++++++++-- Assets/Scripts/src/Player/PlayerController.cs | 10 +++++ 3 files changed, 44 insertions(+), 4 deletions(-) diff --git a/.idea/.idea.MADBombs/.idea/indexLayout.xml b/.idea/.idea.MADBombs/.idea/indexLayout.xml index ccd893d..a69d26f 100644 --- a/.idea/.idea.MADBombs/.idea/indexLayout.xml +++ b/.idea/.idea.MADBombs/.idea/indexLayout.xml @@ -18,7 +18,6 @@ .idea Library Logs - Temp obj diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity index 095b1c2..07e67a1 100644 --- a/Assets/Scenes/SampleScene.unity +++ b/Assets/Scenes/SampleScene.unity @@ -7628,6 +7628,36 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: ac0b09e7857660247b1477e93731de29, type: 3} m_Name: m_EditorClassIdentifier: +--- !u!1 &185746014 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 185746015} + m_Layer: 0 + m_Name: RespawnPosition + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &185746015 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 185746014} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -7.564, y: 2.318, z: -9.895229} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &266944714 GameObject: m_ObjectHideFlags: 0 @@ -7691,7 +7721,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 266944714} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -6.47, y: 1.52, z: -2.7893844} + m_LocalPosition: {x: -10.33, y: 1.49, z: -2.7893844} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - {fileID: 97386695} @@ -7829,7 +7859,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 519420028} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 1.6028743, y: -2.0120425, z: -2.7893844} + m_LocalPosition: {x: 1.6028738, y: -2.0120423, z: -2.7893844} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} @@ -7976,6 +8006,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: movementSpeed: 4 + respawnPosition: {fileID: 185746015} --- !u!212 &1352658976 SpriteRenderer: m_ObjectHideFlags: 0 @@ -8032,7 +8063,7 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1352658974} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -6.47, y: 1.52, z: 7.2106156} + m_LocalPosition: {x: -10.33, y: 1.49, z: 7.2106156} m_LocalScale: {x: 7, y: 7, z: 0} m_Children: [] m_Father: {fileID: 0} diff --git a/Assets/Scripts/src/Player/PlayerController.cs b/Assets/Scripts/src/Player/PlayerController.cs index 58e9adb..5faea67 100644 --- a/Assets/Scripts/src/Player/PlayerController.cs +++ b/Assets/Scripts/src/Player/PlayerController.cs @@ -6,9 +6,14 @@ namespace src.Player { public class PlayerController : PlayerBase { + public Transform respawnPosition; + protected new void Start() { base.Start(); + + /* Always start at the starting point. */ + Respawn(); } private void Update() @@ -41,5 +46,10 @@ namespace src.Player // Console movement is not supported yet. #endif } + + private void Respawn() + { + transform.position = respawnPosition.position; + } } } \ No newline at end of file From 60ea5045c7bf5166ffbd506d982704b47959a041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nu=C8=9Biu?= Date: Sun, 2 Jun 2019 17:01:18 +0300 Subject: [PATCH 4/4] Remove and ignore editor specific files --- .gitignore | 1 + .idea/.idea.MADBombs/.idea/indexLayout.xml | 24 ---------------------- .idea/.idea.MADBombs/.idea/modules.xml | 8 -------- .idea/.idea.MADBombs/.idea/vcs.xml | 6 ------ .idea/.idea.MADBombs/riderModule.iml | 7 ------- 5 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 .idea/.idea.MADBombs/.idea/indexLayout.xml delete mode 100644 .idea/.idea.MADBombs/.idea/modules.xml delete mode 100644 .idea/.idea.MADBombs/.idea/vcs.xml delete mode 100644 .idea/.idea.MADBombs/riderModule.iml diff --git a/.gitignore b/.gitignore index 152f4ee..1b03b79 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff +.idea .idea/**/workspace.xml .idea/**/tasks.xml .idea/**/usage.statistics.xml diff --git a/.idea/.idea.MADBombs/.idea/indexLayout.xml b/.idea/.idea.MADBombs/.idea/indexLayout.xml deleted file mode 100644 index a69d26f..0000000 --- a/.idea/.idea.MADBombs/.idea/indexLayout.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - Library/PackageCache/com.unity.ads@2.0.8 - Library/PackageCache/com.unity.analytics@3.2.2 - Library/PackageCache/com.unity.cinemachine@2.2.9 - Library/PackageCache/com.unity.collab-proxy@1.2.15 - Library/PackageCache/com.unity.package-manager-ui@2.0.7 - Library/PackageCache/com.unity.purchasing@2.0.3 - Library/PackageCache/com.unity.textmeshpro@1.3.0 - Packages - ProjectSettings - - - .git - .idea - Library - Logs - obj - - - \ No newline at end of file diff --git a/.idea/.idea.MADBombs/.idea/modules.xml b/.idea/.idea.MADBombs/.idea/modules.xml deleted file mode 100644 index ae0c25b..0000000 --- a/.idea/.idea.MADBombs/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.MADBombs/.idea/vcs.xml b/.idea/.idea.MADBombs/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/.idea.MADBombs/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/.idea.MADBombs/riderModule.iml b/.idea/.idea.MADBombs/riderModule.iml deleted file mode 100644 index 1a4e0d9..0000000 --- a/.idea/.idea.MADBombs/riderModule.iml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file