diff --git a/Assets/Audio.meta b/Assets/Audio.meta new file mode 100644 index 0000000..eaaaa69 --- /dev/null +++ b/Assets/Audio.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d7b2311d61ca387468167ed8890125cc +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Audio/Upbeat Loop.ogg b/Assets/Audio/Upbeat Loop.ogg new file mode 100644 index 0000000..940eed5 Binary files /dev/null and b/Assets/Audio/Upbeat Loop.ogg differ diff --git a/Assets/Audio/Upbeat Loop.ogg.meta b/Assets/Audio/Upbeat Loop.ogg.meta new file mode 100644 index 0000000..3965764 --- /dev/null +++ b/Assets/Audio/Upbeat Loop.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: e577eae12053a244898c3c94f7637fc3 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/HealthScript.cs b/Assets/HealthScript.cs new file mode 100644 index 0000000..a9ef463 --- /dev/null +++ b/Assets/HealthScript.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class HealthScript : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/HealthScript.cs.meta b/Assets/HealthScript.cs.meta new file mode 100644 index 0000000..7044fe0 --- /dev/null +++ b/Assets/HealthScript.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3c2b1c10b368d1641bef76c6874131de +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/PlayerContact.cs b/Assets/PlayerContact.cs new file mode 100644 index 0000000..2be5f21 --- /dev/null +++ b/Assets/PlayerContact.cs @@ -0,0 +1,20 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class PlayerContact : MonoBehaviour +{ + public Player player; + + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} diff --git a/Assets/PlayerContact.cs.meta b/Assets/PlayerContact.cs.meta new file mode 100644 index 0000000..13a5a3b --- /dev/null +++ b/Assets/PlayerContact.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 47ff2cdf170756a4792387a95db53a5f +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Prefabs/Coffee.prefab b/Assets/Prefabs/Coffee.prefab new file mode 100644 index 0000000..ab02dee --- /dev/null +++ b/Assets/Prefabs/Coffee.prefab @@ -0,0 +1,131 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &6870250841519595495 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 7123021364386132083} + - component: {fileID: 1747974818995494046} + - component: {fileID: 5520736153122788072} + - component: {fileID: 1518483160148691188} + m_Layer: 0 + m_Name: Coffee + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &7123021364386132083 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6870250841519595495} + 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: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &1747974818995494046 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6870250841519595495} + 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_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: 21300000, guid: 66b61c174b527e14e9b5ad791405c46e, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1.5, y: 1.5} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!61 &5520736153122788072 +BoxCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6870250841519595495} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + m_SpriteTilingProperty: + border: {x: 0, y: 0, z: 0, w: 0} + pivot: {x: 0.5, y: 0.5} + oldSize: {x: 1.5, y: 1.5} + newSize: {x: 1.5, y: 1.5} + adaptiveTilingThreshold: 0.5 + drawMode: 0 + adaptiveTiling: 0 + m_AutoTiling: 0 + serializedVersion: 2 + m_Size: {x: 1.5, y: 1.5} + m_EdgeRadius: 0 +--- !u!50 &1518483160148691188 +Rigidbody2D: + serializedVersion: 4 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6870250841519595495} + m_BodyType: 0 + 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 diff --git a/Assets/Prefabs/Coffee.prefab.meta b/Assets/Prefabs/Coffee.prefab.meta new file mode 100644 index 0000000..84b7089 --- /dev/null +++ b/Assets/Prefabs/Coffee.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2ccb08e2c4b8851498f8ecbf1a873146 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/Pizza.prefab b/Assets/Prefabs/Pizza.prefab similarity index 56% rename from Assets/Scenes/Pizza.prefab rename to Assets/Prefabs/Pizza.prefab index 9032cf2..347ef22 100644 --- a/Assets/Scenes/Pizza.prefab +++ b/Assets/Prefabs/Pizza.prefab @@ -10,6 +10,9 @@ GameObject: m_Component: - component: {fileID: 8554420466772133694} - component: {fileID: 256661142209474860} + - component: {fileID: -1689152108654162109} + - component: {fileID: 271381267833183223} + - component: {fileID: -2721928150708373069} m_Layer: 0 m_Name: Pizza m_TagString: Untagged @@ -80,3 +83,63 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!114 &-1689152108654162109 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1137786072160203054} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 47ff2cdf170756a4792387a95db53a5f, type: 3} + m_Name: + m_EditorClassIdentifier: + player: {fileID: 0} +--- !u!61 &271381267833183223 +BoxCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1137786072160203054} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + m_SpriteTilingProperty: + border: {x: 0, y: 0, z: 0, w: 0} + pivot: {x: 0.5, y: 0.5} + oldSize: {x: 1.5, y: 1.5} + newSize: {x: 1.5, y: 1.5} + adaptiveTilingThreshold: 0.5 + drawMode: 0 + adaptiveTiling: 0 + m_AutoTiling: 0 + serializedVersion: 2 + m_Size: {x: 1.5, y: 1.5} + m_EdgeRadius: 0 +--- !u!50 &-2721928150708373069 +Rigidbody2D: + serializedVersion: 4 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1137786072160203054} + 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 diff --git a/Assets/Scenes/Pizza.prefab.meta b/Assets/Prefabs/Pizza.prefab.meta similarity index 100% rename from Assets/Scenes/Pizza.prefab.meta rename to Assets/Prefabs/Pizza.prefab.meta diff --git a/Assets/Scenes/LevelOne.unity b/Assets/Scenes/LevelOne.unity index 704652b..d03d43b 100644 --- a/Assets/Scenes/LevelOne.unity +++ b/Assets/Scenes/LevelOne.unity @@ -120,7 +120,7 @@ NavMeshSettings: debug: m_Flags: 0 m_NavMeshData: {fileID: 0} ---- !u!1 &136431330 +--- !u!1 &1491653 GameObject: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} @@ -128,30 +128,78 @@ GameObject: m_PrefabAsset: {fileID: 0} serializedVersion: 6 m_Component: - - component: {fileID: 136431333} - - component: {fileID: 136431332} - - component: {fileID: 136431331} + - component: {fileID: 1491654} + - component: {fileID: 1491657} + - component: {fileID: 1491656} + - component: {fileID: 1491655} m_Layer: 0 - m_Name: GameObject + m_Name: Event Controls m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 m_IsActive: 1 ---- !u!212 &136431331 -SpriteRenderer: +--- !u!4 &1491654 +Transform: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 136431330} + m_GameObject: {fileID: 1491653} + 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: 1008122163} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1491655 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1491653} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 555a3f8aa89a0e84fb6c43249a117f93, type: 3} + m_Name: + m_EditorClassIdentifier: + player: {fileID: 1671840921} + camera: {fileID: 1337282922} + tiles: + - {fileID: 11400000, guid: 1f7bfa5ee72002646806268d14bfeb3b, type: 2} + - {fileID: 11400000, guid: e85f8319cdf4358448a9002845cfbd5a, type: 2} + - {fileID: 11400000, guid: daea938cbd864e0479f663f746bb9950, type: 2} + - {fileID: 11400000, guid: bfe2d3906a2ea9a459088706930d84a6, type: 2} + - {fileID: 11400000, guid: eb62aa8f449e99a499ed3a9dde109158, type: 2} + - {fileID: 11400000, guid: 3892d3fd4f09d3546a9c0fa91c23804c, type: 2} + successTiles: + - {fileID: 11400000, guid: c2678bd928e9a0943ad5fadb602db819, type: 2} + - {fileID: 11400000, guid: db1d65b4da209fa489ba3d7582dbff24, type: 2} + - {fileID: 11400000, guid: 4c5438b1315e8d840b6c482e9710993c, type: 2} + - {fileID: 11400000, guid: 31952a6eac335264bbb33d2823f28683, type: 2} + - {fileID: 11400000, guid: fe934cd7480abb34d85c270a61159910, type: 2} + - {fileID: 11400000, guid: 5eea178b37799c04484c1d11a68c148c, type: 2} + plusTile: {fileID: 11400000, guid: ee14e10b7ac07bd449e0f1d5ea99eb42, type: 2} + framesPerControlTile: 15 + nextControlYOffset: 2 + tileMapClearDelayInSeconds: 0.5 + maxNumberOfControlTiles: 2 +--- !u!483693784 &1491656 +TilemapRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1491653} m_Enabled: 1 m_CastShadows: 0 m_ReceiveShadows: 0 m_DynamicOccludee: 1 m_MotionVectors: 1 - m_LightProbeUsage: 1 - m_ReflectionProbeUsage: 1 + m_LightProbeUsage: 0 + m_ReflectionProbeUsage: 0 m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: @@ -176,50 +224,517 @@ SpriteRenderer: m_SortingLayerID: 0 m_SortingLayer: 0 m_SortingOrder: 0 - m_Sprite: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_FlipX: 0 - m_FlipY: 0 - m_DrawMode: 0 - m_Size: {x: 4, y: 4} - m_AdaptiveModeThreshold: 0.5 - m_SpriteTileMode: 0 - m_WasSpriteAssigned: 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 - m_SpriteSortPoint: 0 ---- !u!95 &136431332 -Animator: - serializedVersion: 3 +--- !u!1839735485 &1491657 +Tilemap: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 136431330} + m_GameObject: {fileID: 1491653} m_Enabled: 1 - m_Avatar: {fileID: 0} - m_Controller: {fileID: 9100000, guid: 8b1593eba53dfd848ba134d626f63f6c, type: 2} - m_CullingMode: 0 - m_UpdateMode: 0 - m_ApplyRootMotion: 0 - m_LinearVelocityBlending: 0 - m_WarningMessage: - m_HasTransformHierarchy: 1 - m_AllowConstantClipSamplingOptimization: 1 - m_KeepAnimatorControllerStateOnDisable: 0 ---- !u!4 &136431333 -Transform: + m_Tiles: + - first: {x: 5, y: 17, 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: 6, y: 17, 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: 7, y: 17, 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: 17, 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: 9, y: 17, 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: 10, y: 17, 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: 11, y: 17, 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: 11, 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: 12, 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: 12, y: 19, 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: 13, y: 19, 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: 13, y: 20, 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: 14, y: 20, 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: 14, y: 21, 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: 15, y: 21, 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: 15, y: 22, 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: 16, y: 22, 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: 16, y: 23, 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: 17, y: 23, 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: 17, y: 24, 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: 18, y: 24, 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: 18, y: 25, 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: 19, y: 25, 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: 19, y: 26, 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: 20, y: 26, 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: 20, y: 27, 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: 21, y: 27, 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: 21, y: 28, 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: 22, y: 28, 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 + m_AnimatedTiles: {} + m_TileAssetArray: + - m_RefCount: 0 + m_Data: {fileID: 0} + - m_RefCount: 0 + m_Data: {fileID: 0} + - m_RefCount: 0 + m_Data: {fileID: 0} + - m_RefCount: 29 + m_Data: {fileID: 11400000, guid: 72512fd510bbaa54abcab943acdfad9d, type: 2} + m_TileSpriteArray: + - m_RefCount: 0 + m_Data: {fileID: 0} + - m_RefCount: 0 + m_Data: {fileID: 0} + - m_RefCount: 0 + m_Data: {fileID: 0} + - m_RefCount: 29 + m_Data: {fileID: 7688254355190835736, guid: 06179a7b27612804c9315624bd8657bc, + type: 3} + m_TileMatrixArray: + - m_RefCount: 29 + 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: 29 + 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: 0, y: 0, z: 0} + m_Size: {x: 68, y: 29, 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!1001 &55524261 +PrefabInstance: m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 136431330} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: -1.728933, y: -5.9760585, z: -27.586058} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 0} - m_RootOrder: 6 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 5520736153122788072, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Offset.x + value: 0.040924072 + objectReference: {fileID: 0} + - target: {fileID: 5520736153122788072, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Size.x + value: 0.9434204 + objectReference: {fileID: 0} + - target: {fileID: 5520736153122788072, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Offset.y + value: -0.09003568 + objectReference: {fileID: 0} + - target: {fileID: 5520736153122788072, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Size.y + value: 1.3199286 + objectReference: {fileID: 0} + - target: {fileID: 6870250841519595495, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Name + value: CoffeeTwo + objectReference: {fileID: 0} + - target: {fileID: 6870250841519595495, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_TagString + value: Coffee + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.x + value: 114.53 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.y + value: -7.28 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2ccb08e2c4b8851498f8ecbf1a873146, type: 3} +--- !u!1001 &170428179 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 6870250841519595495, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Name + value: CoffeeSix + objectReference: {fileID: 0} + - target: {fileID: 6870250841519595495, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_TagString + value: Coffee + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.x + value: 167.8 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.y + value: 2 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_RootOrder + value: 11 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2ccb08e2c4b8851498f8ecbf1a873146, type: 3} --- !u!1 &193535120 GameObject: m_ObjectHideFlags: 0 @@ -250,7 +765,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1008122163} - m_RootOrder: 3 + m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!483693784 &193535122 TilemapRenderer: @@ -307,6 +822,33 @@ Tilemap: m_GameObject: {fileID: 193535120} m_Enabled: 1 m_Tiles: + - first: {x: 40, y: -23, 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: 41, y: -23, 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: 42, y: -23, 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: 43, y: -23, z: 0} second: m_TileIndex: 0 @@ -334,6 +876,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 40, y: -22, 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: 41, y: -22, 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: 42, y: -22, 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: 43, y: -22, z: 0} second: m_TileIndex: 0 @@ -361,6 +930,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 40, y: -21, 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: 41, y: -21, 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: 42, y: -21, 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: 43, y: -21, z: 0} second: m_TileIndex: 0 @@ -388,16 +984,439 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 40, y: -20, 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: 41, y: -20, 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: 42, y: -20, 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: 40, y: -19, 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: 41, y: -19, 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: 42, y: -19, 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: 40, y: -18, 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: 41, y: -18, 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: 42, y: -18, 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: 40, y: -17, 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: 41, y: -17, 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: 42, y: -17, 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: 40, y: -16, 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: 41, y: -16, 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: 42, y: -16, 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: -15, y: -15, 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: 40, y: -15, 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: 41, y: -15, 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: 42, y: -15, 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: -15, y: -14, 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: 40, y: -14, 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: 41, y: -14, 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: 42, y: -14, 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: 40, y: -13, 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: 41, y: -13, 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: 42, y: -13, 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: 40, y: -12, 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: 41, y: -12, 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: 42, y: -12, 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: 40, y: -11, 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: 41, y: -11, 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: 42, y: -11, 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: 40, y: -10, 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: 41, y: -10, 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: 42, y: -10, 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: 40, y: -9, 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: 41, y: -9, 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: 42, y: -9, 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: 40, y: -8, 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: 41, y: -8, 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: 42, y: -8, 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: 40, y: -7, 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: 41, y: -7, 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: 42, y: -7, 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: 40, y: -6, 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: 41, y: -6, 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: 42, y: -6, 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 m_AnimatedTiles: {} m_TileAssetArray: - - m_RefCount: 9 + - m_RefCount: 65 m_Data: {fileID: 11400000, guid: 72512fd510bbaa54abcab943acdfad9d, type: 2} m_TileSpriteArray: - - m_RefCount: 9 + - m_RefCount: 65 m_Data: {fileID: 7688254355190835736, guid: 06179a7b27612804c9315624bd8657bc, type: 3} m_TileMatrixArray: - - m_RefCount: 9 + - m_RefCount: 65 m_Data: e00: 1 e01: 0 @@ -416,12 +1435,12 @@ Tilemap: e32: 0 e33: 1 m_TileColorArray: - - m_RefCount: 9 + - m_RefCount: 65 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: 0, y: -23, z: 0} - m_Size: {x: 134, y: 23, z: 1} + m_Origin: {x: -15, y: -23, z: 0} + m_Size: {x: 149, y: 23, z: 1} m_TileAnchor: {x: 0.5, y: 0.5, z: 0} m_TileOrientation: 0 m_TileOrientationMatrix: @@ -452,7 +1471,7 @@ GameObject: - component: {fileID: 367096169} - component: {fileID: 367096170} m_Layer: 0 - m_Name: StaminaBar + m_Name: Health m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -466,11 +1485,11 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 367096168} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -5.39, y: 6.39, z: 6.1276217} + m_LocalPosition: {x: -7.7, y: 6.6, z: 6.1276217} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1146013793} - m_RootOrder: 1 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &367096170 SpriteRenderer: @@ -515,7 +1534,7 @@ SpriteRenderer: m_FlipX: 0 m_FlipY: 0 m_DrawMode: 2 - m_Size: {x: 4.5, y: 1.5} + m_Size: {x: 1.5, y: 1.5} m_AdaptiveModeThreshold: 0.5 m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 @@ -533,15 +1552,20 @@ PrefabInstance: propertyPath: m_Name value: PizzaTwo objectReference: {fileID: 0} + - target: {fileID: 1137786072160203054, guid: f859e1c9214db2c4eaaeff51febb3222, + type: 3} + propertyPath: m_TagString + value: Pizza + objectReference: {fileID: 0} - target: {fileID: 8554420466772133694, guid: f859e1c9214db2c4eaaeff51febb3222, type: 3} propertyPath: m_LocalPosition.x - value: 42 + value: 127.46 objectReference: {fileID: 0} - target: {fileID: 8554420466772133694, guid: f859e1c9214db2c4eaaeff51febb3222, type: 3} propertyPath: m_LocalPosition.y - value: 22.74 + value: 10.74 objectReference: {fileID: 0} - target: {fileID: 8554420466772133694, guid: f859e1c9214db2c4eaaeff51febb3222, type: 3} @@ -590,50 +1614,80 @@ PrefabInstance: objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: f859e1c9214db2c4eaaeff51febb3222, type: 3} ---- !u!1 &827621095 -GameObject: +--- !u!1001 &567733218 +PrefabInstance: m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 827621097} - - component: {fileID: 827621096} - m_Layer: 0 - m_Name: Grid - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!156049354 &827621096 -Grid: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 827621095} - m_Enabled: 1 - m_CellSize: {x: 1.45, y: 1.45, z: 0} - m_CellGap: {x: 0, y: 0, z: 0} - m_CellLayout: 0 - m_CellSwizzle: 0 ---- !u!4 &827621097 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 827621095} - 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: 0} - m_Children: - - {fileID: 1759518264} - m_Father: {fileID: 0} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 6870250841519595495, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Name + value: CoffeeFife + objectReference: {fileID: 0} + - target: {fileID: 6870250841519595495, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_TagString + value: Coffee + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.x + value: 68.03 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.y + value: -17.31 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_RootOrder + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2ccb08e2c4b8851498f8ecbf1a873146, type: 3} --- !u!1 &1008122161 GameObject: m_ObjectHideFlags: 0 @@ -677,10 +1731,105 @@ Transform: - {fileID: 1713017494} - {fileID: 1671840917} - {fileID: 1247097598} + - {fileID: 1491654} - {fileID: 193535121} m_Father: {fileID: 0} - m_RootOrder: 1 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1001 &1028911173 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 5520736153122788072, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Offset.x + value: 0.040924072 + objectReference: {fileID: 0} + - target: {fileID: 5520736153122788072, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Size.x + value: 0.95977783 + objectReference: {fileID: 0} + - target: {fileID: 5520736153122788072, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Offset.y + value: -0.08594322 + objectReference: {fileID: 0} + - target: {fileID: 5520736153122788072, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Size.y + value: 1.3281136 + objectReference: {fileID: 0} + - target: {fileID: 6870250841519595495, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Name + value: CoffeeThree + objectReference: {fileID: 0} + - target: {fileID: 6870250841519595495, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_TagString + value: Coffee + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.x + value: 132.502 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.y + value: 37.694 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_RootOrder + value: 8 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2ccb08e2c4b8851498f8ecbf1a873146, type: 3} --- !u!1 &1146013786 stripped GameObject: m_CorrespondingSourceObject: {fileID: 5711328081315814053, guid: fe8fb0c1c30f84b43885e84de26e0f11, @@ -709,12 +1858,213 @@ Transform: type: 3} m_PrefabInstance: {fileID: 1337282921} m_PrefabAsset: {fileID: 0} +--- !u!1 &1220663790 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1220663792} + - component: {fileID: 1220663791} + m_Layer: 0 + m_Name: Music + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!82 &1220663791 +AudioSource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1220663790} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 8300000, guid: e577eae12053a244898c3c94f7637fc3, type: 3} + m_PlayOnAwake: 1 + m_Volume: 1 + m_Pitch: 1 + Loop: 1 + Mute: 0 + Spatialize: 0 + SpatializePostEffects: 0 + Priority: 128 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!4 &1220663792 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1220663790} + 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: 0} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!4 &1247097598 stripped Transform: m_CorrespondingSourceObject: {fileID: 3827363133515929330, guid: ef13d4cb4d0a2b043b4f2a6cc75ca48a, type: 3} m_PrefabInstance: {fileID: 3827363132279464972} m_PrefabAsset: {fileID: 0} +--- !u!1001 &1247320639 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 6870250841519595495, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Name + value: CoffeeFoor + objectReference: {fileID: 0} + - target: {fileID: 6870250841519595495, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_TagString + value: Coffee + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.x + value: 226.5 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.y + value: 2.68 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_RootOrder + value: 9 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2ccb08e2c4b8851498f8ecbf1a873146, type: 3} --- !u!1001 &1337282921 PrefabInstance: m_ObjectHideFlags: 0 @@ -956,6 +2306,12 @@ MonoBehaviour: wallErrorThreshold: 1.6 wallLineCaseDistance: 0 runErrorThreshold: 0.05 + startHealth: 3 + startStamina: 100 + coffeValuePercent: 10 + bugStaminaDamagePercent: 15 + healthBar: {fileID: 367096170} + staminaBar: {fileID: 2086987805} --- !u!95 &1671840923 Animator: serializedVersion: 3 @@ -987,15 +2343,20 @@ PrefabInstance: propertyPath: m_Name value: PizzaThree objectReference: {fileID: 0} + - target: {fileID: 1137786072160203054, guid: f859e1c9214db2c4eaaeff51febb3222, + type: 3} + propertyPath: m_TagString + value: Pizza + objectReference: {fileID: 0} - target: {fileID: 8554420466772133694, guid: f859e1c9214db2c4eaaeff51febb3222, type: 3} propertyPath: m_LocalPosition.x - value: 160.4 + value: 194.9 objectReference: {fileID: 0} - target: {fileID: 8554420466772133694, guid: f859e1c9214db2c4eaaeff51febb3222, type: 3} propertyPath: m_LocalPosition.y - value: 38.8 + value: 19.9 objectReference: {fileID: 0} - target: {fileID: 8554420466772133694, guid: f859e1c9214db2c4eaaeff51febb3222, type: 3} @@ -1025,7 +2386,7 @@ PrefabInstance: - target: {fileID: 8554420466772133694, guid: f859e1c9214db2c4eaaeff51febb3222, type: 3} propertyPath: m_RootOrder - value: 5 + value: 6 objectReference: {fileID: 0} - target: {fileID: 8554420466772133694, guid: f859e1c9214db2c4eaaeff51febb3222, type: 3} @@ -1214,8 +2575,8 @@ Transform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] - m_Father: {fileID: 827621097} - m_RootOrder: 0 + m_Father: {fileID: 0} + m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!114 &1759518265 MonoBehaviour: @@ -1229,27 +2590,15 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 555a3f8aa89a0e84fb6c43249a117f93, type: 3} m_Name: m_EditorClassIdentifier: - player: {fileID: 1671840921} - camera: {fileID: 1337282922} - tiles: - - {fileID: 11400000, guid: 1f7bfa5ee72002646806268d14bfeb3b, type: 2} - - {fileID: 11400000, guid: c2678bd928e9a0943ad5fadb602db819, type: 2} - - {fileID: 11400000, guid: e85f8319cdf4358448a9002845cfbd5a, type: 2} - - {fileID: 11400000, guid: db1d65b4da209fa489ba3d7582dbff24, type: 2} - - {fileID: 11400000, guid: daea938cbd864e0479f663f746bb9950, type: 2} - - {fileID: 11400000, guid: 4c5438b1315e8d840b6c482e9710993c, type: 2} - successTiles: - - {fileID: 11400000, guid: ae6e7a8b9fa2433448a66da4090e310c, type: 2} - - {fileID: 11400000, guid: 2144cee47e8929f4cb0ce23b78f8f4ad, type: 2} - - {fileID: 11400000, guid: ccb4ffcdbc096b448881b3a12ed1bfce, type: 2} - - {fileID: 11400000, guid: cb7c540b9df3b994fb4320684eb0ff65, type: 2} - - {fileID: 11400000, guid: f3b494a9dede1e34cbf612b95ee136ec, type: 2} - - {fileID: 11400000, guid: e3c7dcade26bec746bd38fb794264216, type: 2} - plusTile: {fileID: 11400000, guid: ee14e10b7ac07bd449e0f1d5ea99eb42, type: 2} - framesPerControlTile: 8 - nextControlYOffset: 1 - tileMapClearDelayInSeconds: 0.3 - maxNumberOfControlTiles: 1 + player: {fileID: 0} + camera: {fileID: 0} + tiles: [] + successTiles: [] + plusTile: {fileID: 0} + framesPerControlTile: 15 + nextControlYOffset: 0 + tileMapClearDelayInSeconds: 0.5 + maxNumberOfControlTiles: 2 --- !u!483693784 &1759518266 TilemapRenderer: m_ObjectHideFlags: 0 @@ -1369,6 +2718,166 @@ Tilemap: e31: 0 e32: 0 e33: 1 +--- !u!1 &1882958979 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1882958980} + - component: {fileID: 1882958981} + m_Layer: 0 + m_Name: neovera-service-bg + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!4 &1882958980 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1882958979} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -9.46, y: 1.25, z: 10} + m_LocalScale: {x: 5.4678884, y: 5.4678884, z: 5.4678884} + m_Children: [] + m_Father: {fileID: 1146013793} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &1882958981 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1882958979} + 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_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: -10 + m_Sprite: {fileID: 21300000, guid: 2fe41ab735eeacb4b9bf0f9b09a41805, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 7, y: 3.28} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!1 &1895829829 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1895829830} + - component: {fileID: 1895829831} + m_Layer: 0 + m_Name: StaminaPiece + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1895829830 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1895829829} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -7.158, y: -6.773, z: -10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1146013793} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &1895829831 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1895829829} + 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_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: 21300000, guid: 5ea496523db789f4fb72651035776eba, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 2 + m_Size: {x: 8.75, y: 0.625} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 --- !u!1 &2086987803 GameObject: m_ObjectHideFlags: 0 @@ -1380,7 +2889,7 @@ GameObject: - component: {fileID: 2086987804} - component: {fileID: 2086987805} m_Layer: 0 - m_Name: LifeBar + m_Name: StaminaBar m_TagString: Untagged m_Icon: {fileID: 0} m_NavMeshLayer: 0 @@ -1394,11 +2903,11 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2086987803} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -2.85, y: -6.83, z: 8.230801} + m_LocalPosition: {x: -2.85, y: -6.83, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1146013793} - m_RootOrder: 0 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &2086987805 SpriteRenderer: @@ -1448,7 +2957,7 @@ SpriteRenderer: m_SpriteTileMode: 0 m_WasSpriteAssigned: 1 m_MaskInteraction: 0 - m_SpriteSortPoint: 0 + m_SpriteSortPoint: 1 --- !u!1 &2120494076 GameObject: m_ObjectHideFlags: 0 @@ -1527,6 +3036,14 @@ CompositeCollider2D: - X: 310000000 Y: -70000000 - X: 310000000 + Y: -180000000 + - X: -30000000 + Y: -180000000 + - X: -30000000 + Y: -200000000 + - X: 340000000 + Y: -200000000 + - X: 340000000 Y: -50000000 - X: 430000000 Y: -50000000 @@ -1598,6 +3115,18 @@ CompositeCollider2D: Y: -40000000 - X: -150000000 Y: -40000000 + - X: -150000000 + Y: 329999900 + - X: -150000041 + Y: 329999900 + - X: -150000100 + Y: 329999959 + - X: -150000100 + Y: 370000041 + - X: -150000041 + Y: 370000100 + - X: -150000000 + Y: 370000100 - X: -150000000 Y: 410000000 - X: 2320000000 @@ -1640,26 +3169,350 @@ CompositeCollider2D: Y: -120000000 - X: 1590000000 Y: -230000000 + - X: 1530000000 + Y: -230000000 + - X: 1530000000 + Y: -220000000 + - X: 1510000000 + Y: -220000000 + - X: 1510000000 + Y: -230000000 - X: 1390000000 Y: -230000000 - X: 1390000000 - Y: -30000000 - - X: 1190000000 - Y: -30000000 - - X: 1190000000 - Y: -70000000 - - X: 1170000000 - Y: -70000000 - - X: 1170000000 - Y: -90000000 - - X: 1220000000 - Y: -90000000 - - X: 1220000000 - Y: -60000000 + Y: -160000000 + - X: 1350000000 + Y: -160000000 + - X: 1350000000 + Y: -180000000 - X: 1360000000 - Y: -60000000 + Y: -180000000 - X: 1360000000 Y: -230000000 + - X: 400000000 + Y: -230000000 + - X: 400000000 + Y: -190000000 + - X: 380000000 + Y: -190000000 + - X: 380000000 + Y: -150000000 + - X: 360000000 + Y: -150000000 + - X: 360000000 + Y: -230000000 + - X: -60000000 + Y: -230000000 + - X: -60000000 + Y: -150000000 + - X: 280000000 + Y: -150000000 + - X: 280000000 + Y: -130000000 + - X: -140000000 + Y: -130000000 + - X: -140000000 + Y: -150000000 + - X: -80000000 + Y: -150000000 + - X: -80000000 + Y: -230000000 + - - X: 960000100 + Y: 339999959 + - X: 960000100 + Y: 349999900 + - X: 970000041 + Y: 349999900 + - X: 970000100 + Y: 349999959 + - X: 970000100 + Y: 359999900 + - X: 980000041 + Y: 359999900 + - X: 980000100 + Y: 359999959 + - X: 980000100 + Y: 379999900 + - X: 990000041 + Y: 379999900 + - X: 990000100 + Y: 379999959 + - X: 990000100 + Y: 400000041 + - X: 990000041 + Y: 400000100 + - X: 949999959 + Y: 400000100 + - X: 949999900 + Y: 400000041 + - X: 949999900 + Y: 339999959 + - X: 949999959 + Y: 339999900 + - X: 960000041 + Y: 339999900 + - - X: 930000100 + Y: 319999959 + - X: 930000100 + Y: 370000041 + - X: 930000041 + Y: 370000100 + - X: 910000100 + Y: 370000100 + - X: 910000100 + Y: 380000041 + - X: 910000041 + Y: 380000100 + - X: 899999959 + Y: 380000100 + - X: 899999900 + Y: 380000041 + - X: 899999900 + Y: 339999959 + - X: 899999959 + Y: 339999900 + - X: 909999900 + Y: 339999900 + - X: 909999900 + Y: 329999959 + - X: 909999959 + Y: 329999900 + - X: 919999900 + Y: 329999900 + - X: 919999900 + Y: 319999959 + - X: 919999959 + Y: 319999900 + - X: 930000041 + Y: 319999900 + - - X: -39999900 + Y: 169999959 + - X: -39999900 + Y: 199999900 + - X: -29999959 + Y: 199999900 + - X: -29999900 + Y: 199999959 + - X: -29999900 + Y: 209999900 + - X: -20000100 + Y: 209999900 + - X: -20000100 + Y: 179999959 + - X: -20000041 + Y: 179999900 + - X: -10000100 + Y: 179999900 + - X: -10000100 + Y: 169999959 + - X: -10000041 + Y: 169999900 + - X: 41 + Y: 169999900 + - X: 100 + Y: 169999959 + - X: 100 + Y: 209999900 + - X: 9999900 + Y: 209999900 + - X: 9999900 + Y: 199999959 + - X: 9999959 + Y: 199999900 + - X: 29999900 + Y: 199999900 + - X: 29999900 + Y: 179999959 + - X: 29999959 + Y: 179999900 + - X: 50000041 + Y: 179999900 + - X: 50000100 + Y: 179999959 + - X: 50000100 + Y: 190000041 + - X: 50000041 + Y: 190000100 + - X: 40000100 + Y: 190000100 + - X: 40000100 + Y: 210000041 + - X: 40000041 + Y: 210000100 + - X: 30000100 + Y: 210000100 + - X: 30000100 + Y: 220000041 + - X: 30000041 + Y: 220000100 + - X: 20000100 + Y: 220000100 + - X: 20000100 + Y: 229999900 + - X: 30000041 + Y: 229999900 + - X: 30000100 + Y: 229999959 + - X: 30000100 + Y: 239999900 + - X: 40000041 + Y: 239999900 + - X: 40000100 + Y: 239999959 + - X: 40000100 + Y: 339999900 + - X: 60000041 + Y: 339999900 + - X: 60000100 + Y: 339999959 + - X: 60000100 + Y: 360000041 + - X: 60000041 + Y: 360000100 + - X: 50000100 + Y: 360000100 + - X: 50000100 + Y: 380000041 + - X: 50000041 + Y: 380000100 + - X: -19999900 + Y: 380000100 + - X: -19999900 + Y: 379999959 + - X: -19999959 + Y: 379999900 + - X: -29999900 + Y: 379999900 + - X: -29999900 + Y: 380000041 + - X: -29999959 + Y: 380000100 + - X: -39999900 + Y: 380000100 + - X: -39999900 + Y: 380000041 + - X: -39999959 + Y: 380000100 + - X: -110000041 + Y: 380000100 + - X: -110000100 + Y: 380000041 + - X: -110000100 + Y: 379999900 + - X: -119999900 + Y: 379999900 + - X: -119999900 + Y: 370000041 + - X: -119999959 + Y: 370000100 + - X: -130000041 + Y: 370000100 + - X: -130000100 + Y: 370000041 + - X: -130000100 + Y: 359999959 + - X: -130000041 + Y: 359999900 + - X: -140000041 + Y: 359999900 + - X: -140000100 + Y: 359999959 + - X: -140000100 + Y: 339999959 + - X: -140000041 + Y: 339999900 + - X: -120000100 + Y: 339999900 + - X: -120000100 + Y: 309999959 + - X: -120000041 + Y: 309999900 + - X: -109999959 + Y: 309999900 + - X: -109999900 + Y: 309999959 + - X: -109999900 + Y: 319999900 + - X: -100000100 + Y: 319999900 + - X: -100000100 + Y: 310000100 + - X: -99999959 + Y: 310000100 + - X: -99999900 + Y: 310000041 + - X: -99999900 + Y: 300000100 + - X: -100000041 + Y: 300000100 + - X: -100000100 + Y: 300000041 + - X: -100000100 + Y: 279999959 + - X: -100000041 + Y: 279999900 + - X: -100000100 + Y: 279999900 + - X: -100000100 + Y: 229999959 + - X: -100000041 + Y: 229999900 + - X: -90000100 + Y: 229999900 + - X: -90000100 + Y: 219999959 + - X: -90000041 + Y: 219999900 + - X: -80000100 + Y: 219999900 + - X: -80000100 + Y: 210000100 + - X: -100000041 + Y: 210000100 + - X: -100000100 + Y: 210000041 + - X: -100000100 + Y: 200000100 + - X: -110000041 + Y: 200000100 + - X: -110000100 + Y: 200000041 + - X: -110000100 + Y: 179999959 + - X: -110000041 + Y: 179999900 + - X: -99999959 + Y: 179999900 + - X: -99999900 + Y: 179999959 + - X: -99999900 + Y: 189999900 + - X: -89999959 + Y: 189999900 + - X: -89999900 + Y: 189999959 + - X: -89999900 + Y: 199999900 + - X: -69999959 + Y: 199999900 + - X: -69999900 + Y: 199999959 + - X: -69999900 + Y: 209999900 + - X: -50000100 + Y: 209999900 + - X: -50000100 + Y: 180000100 + - X: -60000041 + Y: 180000100 + - X: -60000100 + Y: 180000041 + - X: -60000100 + Y: 169999959 + - X: -60000041 + Y: 169999900 + - X: -39999959 + Y: 169999900 - - X: 1620000000 Y: 300000000 - X: 1660000000 @@ -1692,18 +3545,282 @@ CompositeCollider2D: Y: -70000000 - X: 1620000000 Y: -70000000 - - - X: 1710000000 - Y: 310000000 - - X: 1730000000 - Y: 310000000 - - X: 1730000000 + - - X: -109999900 + Y: 330000100 + - X: -109999900 + Y: 349999900 + - X: -99999959 + Y: 349999900 + - X: -99999900 + Y: 349999959 + - X: -99999900 + Y: 360000041 + - X: -99999959 + Y: 360000100 + - X: -119999900 + Y: 360000100 + - X: -119999900 + Y: 369999900 + - X: -29999959 + Y: 369999900 + - X: -29999900 + Y: 369999959 + - X: -29999900 + Y: 369999900 + - X: 19999900 + Y: 369999900 + - X: 19999900 + Y: 370000041 + - X: 19999959 + Y: 370000100 + - X: 29999900 + Y: 370000100 + - X: 29999900 + Y: 369999959 + - X: 29999959 + Y: 369999900 + - X: 39999900 + Y: 369999900 + - X: 39999900 + Y: 349999959 + - X: 39999959 + Y: 349999900 + - X: 29999959 + Y: 349999900 + - X: 29999900 + Y: 349999959 + - X: 29999900 + Y: 350000100 + - X: -80000041 + Y: 350000100 + - X: -80000100 + Y: 350000041 + - X: -80000100 + Y: 340000100 + - X: -100000041 + Y: 340000100 + - X: -100000100 + Y: 340000041 + - X: -100000100 + Y: 330000100 + - - X: 1360000000 + Y: 370000000 + - X: 1290000000 + Y: 370000000 + - X: 1290000000 + Y: 350000000 + - X: 1360000000 + Y: 350000000 + - - X: 980000100 + Y: 309999959 + - X: 980000100 + Y: 319999900 + - X: 1010000041 + Y: 319999900 + - X: 1010000100 + Y: 319999959 + - X: 1010000100 + Y: 350000041 + - X: 1010000041 + Y: 350000100 + - X: 999999959 + Y: 350000100 + - X: 999999900 + Y: 350000041 + - X: 999999900 + Y: 340000100 + - X: 969999959 + Y: 340000100 + - X: 969999900 + Y: 340000041 + - X: 969999900 + Y: 320000100 + - X: 959999959 + Y: 320000100 + - X: 959999900 + Y: 320000041 + - X: 959999900 + Y: 309999959 + - X: 959999959 + Y: 309999900 + - X: 980000041 + Y: 309999900 + - - X: -69999900 + Y: 220000100 + - X: -69999900 + Y: 230000041 + - X: -69999959 + Y: 230000100 + - X: -79999900 + Y: 230000100 + - X: -79999900 + Y: 240000041 + - X: -79999959 + Y: 240000100 + - X: -89999900 + Y: 240000100 + - X: -89999900 + Y: 329999900 + - X: -69999959 + Y: 329999900 + - X: -69999900 + Y: 329999959 + - X: -69999900 + Y: 339999900 + - X: -59999959 + Y: 339999900 + - X: -59999900 + Y: 339999959 + - X: -59999900 + Y: 339999900 + - X: 29999900 + Y: 339999900 + - X: 29999900 + Y: 250000100 + - X: 19999959 + Y: 250000100 + - X: 19999900 + Y: 250000041 + - X: 19999900 + Y: 240000100 + - X: 9999959 + Y: 240000100 + - X: 9999900 + Y: 240000041 + - X: 9999900 + Y: 230000100 + - X: -40000041 + Y: 230000100 + - X: -40000100 + Y: 230000041 + - X: -40000100 + Y: 220000100 + - - X: 20000100 + Y: 299999959 + - X: 20000100 + Y: 320000041 + - X: 20000041 + Y: 320000100 + - X: -19999959 + Y: 320000100 + - X: -19999900 + Y: 320000041 + - X: -19999900 + Y: 309999959 + - X: -19999959 + Y: 309999900 + - X: -20000100 + Y: 309999900 + - X: -20000100 + Y: 299999959 + - X: -20000041 + Y: 299999900 + - X: 20000041 + Y: 299999900 + - - X: -39999900 + Y: 299999959 + - X: -39999900 + Y: 320000041 + - X: -39999959 + Y: 320000100 + - X: -80000041 + Y: 320000100 + - X: -80000100 + Y: 320000041 + - X: -80000100 + Y: 299999959 + - X: -80000041 + Y: 299999900 + - X: -39999959 + Y: 299999900 + - - X: 2169999872 Y: 320000000 - - X: 1700000000 + - X: 2160000000 Y: 320000000 - - X: 1700000000 + - X: 2160000000 Y: 300000000 - - X: 1710000000 + - X: 2169999872 Y: 300000000 + - - X: 2050000000 + Y: 320000000 + - X: 2040000000 + Y: 320000000 + - X: 2040000000 + Y: 300000000 + - X: 2050000000 + Y: 300000000 + - - X: 1380000000 + Y: 320000000 + - X: 1270000000 + Y: 320000000 + - X: 1270000000 + Y: 300000000 + - X: 1380000000 + Y: 300000000 + - - X: 1990000000 + Y: 320000000 + - X: 1980000000 + Y: 320000000 + - X: 1980000000 + Y: 310000000 + - X: 1990000000 + Y: 310000000 + - - X: 1830000000 + Y: 320000000 + - X: 1820000000 + Y: 320000000 + - X: 1820000000 + Y: 310000000 + - X: 1830000000 + Y: 310000000 + - - X: 2190000128 + Y: 320000000 + - X: 2180000000 + Y: 320000000 + - X: 2180000000 + Y: 310000000 + - X: 2190000128 + Y: 310000000 + - - X: 1850000000 + Y: 320000000 + - X: 1840000000 + Y: 320000000 + - X: 1840000000 + Y: 300000000 + - X: 1850000000 + Y: 300000000 + - - X: 1790000000 + Y: 320000000 + - X: 1780000000 + Y: 320000000 + - X: 1780000000 + Y: 310000000 + - X: 1790000000 + Y: 310000000 + - - X: 2130000000 + Y: 320000000 + - X: 2120000000 + Y: 320000000 + - X: 2120000000 + Y: 310000000 + - X: 2130000000 + Y: 310000000 + - - X: 1810000000 + Y: 320000000 + - X: 1800000000 + Y: 320000000 + - X: 1800000000 + Y: 300000000 + - X: 1810000000 + Y: 300000000 + - - X: 1950000000 + Y: 320000000 + - X: 1940000000 + Y: 320000000 + - X: 1940000000 + Y: 310000000 + - X: 1950000000 + Y: 310000000 - - X: 2090000000 Y: 320000000 - X: 2080000000 @@ -1720,54 +3837,6 @@ CompositeCollider2D: Y: 300000000 - X: 2289999872 Y: 300000000 - - - X: 2240000000 - Y: 320000000 - - X: 2220000000 - Y: 320000000 - - X: 2220000000 - Y: 310000000 - - X: 2240000000 - Y: 310000000 - - - X: 2209999872 - Y: 320000000 - - X: 2200000000 - Y: 320000000 - - X: 2200000000 - Y: 300000000 - - X: 2209999872 - Y: 300000000 - - - X: 2190000128 - Y: 320000000 - - X: 2180000000 - Y: 320000000 - - X: 2180000000 - Y: 310000000 - - X: 2190000128 - Y: 310000000 - - - X: 2169999872 - Y: 320000000 - - X: 2160000000 - Y: 320000000 - - X: 2160000000 - Y: 300000000 - - X: 2169999872 - Y: 300000000 - - - X: 2150000128 - Y: 320000000 - - X: 2140000000 - Y: 320000000 - - X: 2140000000 - Y: 310000000 - - X: 2150000128 - Y: 310000000 - - - X: 2130000000 - Y: 320000000 - - X: 2120000000 - Y: 320000000 - - X: 2120000000 - Y: 310000000 - - X: 2130000000 - Y: 310000000 - - X: 2110000000 Y: 320000000 - X: 2100000000 @@ -1776,30 +3845,6 @@ CompositeCollider2D: Y: 310000000 - X: 2110000000 Y: 310000000 - - - X: 2070000000 - Y: 320000000 - - X: 2060000000 - Y: 320000000 - - X: 2060000000 - Y: 310000000 - - X: 2070000000 - Y: 310000000 - - - X: 2050000000 - Y: 320000000 - - X: 2040000000 - Y: 320000000 - - X: 2040000000 - Y: 300000000 - - X: 2050000000 - Y: 300000000 - - - X: 2030000000 - Y: 320000000 - - X: 2020000000 - Y: 320000000 - - X: 2020000000 - Y: 310000000 - - X: 2030000000 - Y: 310000000 - - X: 2010000000 Y: 320000000 - X: 2000000000 @@ -1808,14 +3853,6 @@ CompositeCollider2D: Y: 310000000 - X: 2010000000 Y: 310000000 - - - X: 1990000000 - Y: 320000000 - - X: 1980000000 - Y: 320000000 - - X: 1980000000 - Y: 310000000 - - X: 1990000000 - Y: 310000000 - - X: 1970000000 Y: 320000000 - X: 1960000000 @@ -1824,77 +3861,13 @@ CompositeCollider2D: Y: 300000000 - X: 1970000000 Y: 300000000 - - - X: 1950000000 + - - X: 1750000000 Y: 320000000 - - X: 1940000000 + - X: 1740000000 Y: 320000000 - - X: 1940000000 + - X: 1740000000 Y: 310000000 - - X: 1950000000 - Y: 310000000 - - - X: 1930000000 - Y: 320000000 - - X: 1920000000 - Y: 320000000 - - X: 1920000000 - Y: 300000000 - - X: 1930000000 - Y: 300000000 - - - X: 1910000000 - Y: 320000000 - - X: 1900000000 - Y: 320000000 - - X: 1900000000 - Y: 310000000 - - X: 1910000000 - Y: 310000000 - - - X: 1890000000 - Y: 320000000 - - X: 1880000000 - Y: 320000000 - - X: 1880000000 - Y: 310000000 - - X: 1890000000 - Y: 310000000 - - - X: 1870000000 - Y: 320000000 - - X: 1860000000 - Y: 320000000 - - X: 1860000000 - Y: 310000000 - - X: 1870000000 - Y: 310000000 - - - X: 1850000000 - Y: 320000000 - - X: 1840000000 - Y: 320000000 - - X: 1840000000 - Y: 300000000 - - X: 1850000000 - Y: 300000000 - - - X: 1830000000 - Y: 320000000 - - X: 1820000000 - Y: 320000000 - - X: 1820000000 - Y: 310000000 - - X: 1830000000 - Y: 310000000 - - - X: 1810000000 - Y: 320000000 - - X: 1800000000 - Y: 320000000 - - X: 1800000000 - Y: 300000000 - - X: 1810000000 - Y: 300000000 - - - X: 1790000000 - Y: 320000000 - - X: 1780000000 - Y: 320000000 - - X: 1780000000 - Y: 310000000 - - X: 1790000000 + - X: 1750000000 Y: 310000000 - - X: 1770000000 Y: 320000000 @@ -1904,13 +3877,89 @@ CompositeCollider2D: Y: 300000000 - X: 1770000000 Y: 300000000 - - - X: 1750000000 + - - X: 1910000000 Y: 320000000 - - X: 1740000000 + - X: 1900000000 Y: 320000000 - - X: 1740000000 + - X: 1900000000 Y: 310000000 - - X: 1750000000 + - X: 1910000000 + Y: 310000000 + - - X: 2150000128 + Y: 320000000 + - X: 2140000000 + Y: 320000000 + - X: 2140000000 + Y: 310000000 + - X: 2150000128 + Y: 310000000 + - - X: 1710000000 + Y: 310000000 + - X: 1730000000 + Y: 310000000 + - X: 1730000000 + Y: 320000000 + - X: 1700000000 + Y: 320000000 + - X: 1700000000 + Y: 300000000 + - X: 1710000000 + Y: 300000000 + - - X: 1930000000 + Y: 320000000 + - X: 1920000000 + Y: 320000000 + - X: 1920000000 + Y: 300000000 + - X: 1930000000 + Y: 300000000 + - - X: 2209999872 + Y: 320000000 + - X: 2200000000 + Y: 320000000 + - X: 2200000000 + Y: 300000000 + - X: 2209999872 + Y: 300000000 + - - X: 2070000000 + Y: 320000000 + - X: 2060000000 + Y: 320000000 + - X: 2060000000 + Y: 310000000 + - X: 2070000000 + Y: 310000000 + - - X: 2240000000 + Y: 320000000 + - X: 2220000000 + Y: 320000000 + - X: 2220000000 + Y: 310000000 + - X: 2240000000 + Y: 310000000 + - - X: 2030000000 + Y: 320000000 + - X: 2020000000 + Y: 320000000 + - X: 2020000000 + Y: 310000000 + - X: 2030000000 + Y: 310000000 + - - X: 1870000000 + Y: 320000000 + - X: 1860000000 + Y: 320000000 + - X: 1860000000 + Y: 310000000 + - X: 1870000000 + Y: 310000000 + - - X: 1890000000 + Y: 320000000 + - X: 1880000000 + Y: 320000000 + - X: 1880000000 + Y: 310000000 + - X: 1890000000 Y: 310000000 - - X: 1010000000 Y: 90000000 @@ -1978,6 +4027,30 @@ CompositeCollider2D: Y: 240000000 - X: 1070000000 Y: 250000000 + - X: 970000100 + Y: 250000000 + - X: 970000100 + Y: 260000041 + - X: 970000041 + Y: 260000100 + - X: 950000100 + Y: 260000100 + - X: 950000100 + Y: 270000041 + - X: 950000041 + Y: 270000100 + - X: 909999959 + Y: 270000100 + - X: 909999900 + Y: 270000041 + - X: 909999900 + Y: 260000100 + - X: 889999959 + Y: 260000100 + - X: 889999900 + Y: 260000041 + - X: 889999900 + Y: 250000000 - X: 790000000 Y: 250000000 - X: 790000000 @@ -1989,6 +4062,134 @@ CompositeCollider2D: - X: 770000000 Y: 280000000 - X: 770000000 + Y: 230000100 + - X: 749999959 + Y: 230000100 + - X: 749999900 + Y: 230000041 + - X: 749999900 + Y: 220000100 + - X: 739999959 + Y: 220000100 + - X: 739999900 + Y: 220000041 + - X: 739999900 + Y: 210000100 + - X: 729999959 + Y: 210000100 + - X: 729999900 + Y: 210000041 + - X: 729999900 + Y: 199999959 + - X: 729999959 + Y: 199999900 + - X: 739999900 + Y: 199999900 + - X: 739999900 + Y: 189999959 + - X: 739999959 + Y: 189999900 + - X: 749999900 + Y: 189999900 + - X: 749999900 + Y: 179999959 + - X: 749999959 + Y: 179999900 + - X: 759999900 + Y: 179999900 + - X: 759999900 + Y: 169999959 + - X: 759999959 + Y: 169999900 + - X: 779999900 + Y: 169999900 + - X: 779999900 + Y: 159999959 + - X: 779999959 + Y: 159999900 + - X: 789999900 + Y: 159999900 + - X: 789999900 + Y: 149999959 + - X: 789999959 + Y: 149999900 + - X: 799999900 + Y: 149999900 + - X: 799999900 + Y: 140000041 + - X: 799999959 + Y: 140000100 + - X: 810000041 + Y: 140000100 + - X: 810000100 + Y: 140000041 + - X: 810000100 + Y: 129999959 + - X: 810000041 + Y: 129999900 + - X: 819999900 + Y: 129999900 + - X: 819999900 + Y: 119999959 + - X: 819999959 + Y: 119999900 + - X: 829999900 + Y: 119999900 + - X: 829999900 + Y: 109999959 + - X: 829999959 + Y: 109999900 + - X: 839999900 + Y: 109999900 + - X: 839999900 + Y: 120000041 + - X: 839999959 + Y: 120000100 + - X: 840000100 + Y: 120000100 + - X: 840000100 + Y: 130000041 + - X: 840000041 + Y: 130000100 + - X: 830000100 + Y: 130000100 + - X: 830000100 + Y: 140000041 + - X: 830000041 + Y: 140000100 + - X: 820000100 + Y: 140000100 + - X: 820000100 + Y: 150000041 + - X: 820000041 + Y: 150000100 + - X: 810000100 + Y: 150000100 + - X: 810000100 + Y: 170000041 + - X: 810000041 + Y: 170000100 + - X: 800000100 + Y: 170000100 + - X: 800000100 + Y: 180000041 + - X: 800000041 + Y: 180000100 + - X: 790000100 + Y: 180000100 + - X: 790000100 + Y: 209999900 + - X: 810000041 + Y: 209999900 + - X: 810000100 + Y: 209999959 + - X: 810000100 + Y: 219999900 + - X: 820000041 + Y: 219999900 + - X: 820000100 + Y: 219999959 + - X: 820000100 Y: 230000000 - X: 1060000000 Y: 230000000 @@ -2038,8 +4239,14 @@ CompositeCollider2D: Y: 100000000 - X: 990000000 Y: 90000000 + - X: 880000100 + Y: 90000000 + - X: 880000100 + Y: 89999959 + - X: 880000041 + Y: 89999900 - X: 860000000 - Y: 90000000 + Y: 89999900 - X: 860000000 Y: 70000000 - X: 1010000000 @@ -2052,6 +4259,74 @@ CompositeCollider2D: Y: 280000000 - X: 410000000 Y: 280000000 + - - X: -49999900 + Y: 279999959 + - X: -49999900 + Y: 290000041 + - X: -49999959 + Y: 290000100 + - X: -60000041 + Y: 290000100 + - X: -60000100 + Y: 290000041 + - X: -60000100 + Y: 279999959 + - X: -60000041 + Y: 279999900 + - X: -49999959 + Y: 279999900 + - - X: 100 + Y: 279999959 + - X: 100 + Y: 290000041 + - X: 41 + Y: 290000100 + - X: -10000041 + Y: 290000100 + - X: -10000100 + Y: 290000041 + - X: -10000100 + Y: 279999959 + - X: -10000041 + Y: 279999900 + - X: 41 + Y: 279999900 + - - X: 1400000000 + Y: 270000000 + - X: 1250000000 + Y: 270000000 + - X: 1250000000 + Y: 250000000 + - X: 1400000000 + Y: 250000000 + - - X: -9999900 + Y: 249999959 + - X: -9999900 + Y: 260000041 + - X: -9999959 + Y: 260000100 + - X: -20000041 + Y: 260000100 + - X: -20000100 + Y: 260000041 + - X: -20000100 + Y: 259999900 + - X: -39999900 + Y: 259999900 + - X: -39999900 + Y: 260000041 + - X: -39999959 + Y: 260000100 + - X: -50000041 + Y: 260000100 + - X: -50000100 + Y: 260000041 + - X: -50000100 + Y: 249999959 + - X: -50000041 + Y: 249999900 + - X: -9999959 + Y: 249999900 - - X: 2240000000 Y: 260000000 - X: 2169999872 @@ -2068,31 +4343,49 @@ CompositeCollider2D: Y: 200000000 - X: 430000000 Y: 200000000 - - - X: 2050000000 - Y: 220000000 - - X: 2040000000 - Y: 220000000 - - X: 2040000000 + - - X: 2040000000 Y: 210000000 - - X: 2050000000 + - X: 2030000000 Y: 210000000 - - - X: 1990000000 + - X: 2030000000 + Y: 200000000 + - X: 2020000000 + Y: 200000000 + - X: 2020000000 Y: 220000000 - - X: 1980000000 + - X: 2010000000 Y: 220000000 - - X: 1980000000 + - X: 2010000000 + Y: 200000000 + - X: 2000000000 + Y: 200000000 + - X: 2000000000 Y: 210000000 - X: 1990000000 Y: 210000000 - - - X: 1920000000 + - X: 1990000000 + Y: 200000000 + - X: 2000000000 + Y: 200000000 + - X: 2000000000 + Y: 160000000 + - X: 2040000000 + Y: 160000000 + - - X: 1900000000 + Y: 200000000 + - X: 1890000000 + Y: 200000000 + - X: 1890000000 Y: 220000000 - - X: 1910000000 + - X: 1880000000 Y: 220000000 - - X: 1910000000 - Y: 210000000 - - X: 1920000000 - Y: 210000000 - - - X: 1850000000 + - X: 1880000000 + Y: 200000000 + - X: 1860000000 + Y: 200000000 + - X: 1860000000 + Y: 220000000 + - X: 1850000000 Y: 220000000 - X: 1850000000 Y: 200000000 @@ -2102,47 +4395,21 @@ CompositeCollider2D: Y: 160000000 - X: 1900000000 Y: 160000000 - - X: 1900000000 - Y: 200000000 - - X: 1890000000 - Y: 200000000 - - X: 1890000000 - Y: 220000000 - - X: 1880000000 - Y: 220000000 - - X: 1880000000 - Y: 200000000 - - X: 1860000000 - Y: 200000000 - - X: 1860000000 - Y: 220000000 - - X: 1990000000 + Y: 220000000 + - X: 1980000000 + Y: 220000000 + - X: 1980000000 Y: 210000000 - X: 1990000000 - Y: 200000000 - - X: 2000000000 - Y: 200000000 - - X: 2000000000 - Y: 160000000 + Y: 210000000 + - - X: 2050000000 + Y: 220000000 - X: 2040000000 - Y: 160000000 + Y: 220000000 - X: 2040000000 Y: 210000000 - - X: 2030000000 - Y: 210000000 - - X: 2030000000 - Y: 200000000 - - X: 2020000000 - Y: 200000000 - - X: 2020000000 - Y: 220000000 - - X: 2010000000 - Y: 220000000 - - X: 2010000000 - Y: 200000000 - - X: 2000000000 - Y: 200000000 - - X: 2000000000 + - X: 2050000000 Y: 210000000 - - X: 1430000000 Y: 220000000 @@ -2152,6 +4419,14 @@ CompositeCollider2D: Y: 200000000 - X: 1430000000 Y: 200000000 + - - X: 1920000000 + Y: 220000000 + - X: 1910000000 + Y: 220000000 + - X: 1910000000 + Y: 210000000 + - X: 1920000000 + Y: 210000000 - - X: 1910000000 Y: 210000000 - X: 1900000000 @@ -2296,13 +4571,17 @@ CompositeCollider2D: Y: 120000000 - X: 1510000000 Y: 120000000 - - - X: 1810000000 + - - X: 1800000000 + Y: 130000000 + - X: 1810000000 + Y: 130000000 + - X: 1810000000 Y: 140000000 - X: 1790000000 Y: 140000000 - X: 1790000000 Y: 120000000 - - X: 1810000000 + - X: 1800000000 Y: 120000000 - - X: 2110000000 Y: 140000000 @@ -2324,14 +4603,6 @@ CompositeCollider2D: Y: 100000000 - X: 450000000 Y: 100000000 - - - X: 760000000 - Y: 100000000 - - X: 700000000 - Y: 100000000 - - X: 700000000 - Y: 80000000 - - X: 760000000 - Y: 80000000 - - X: 1550000000 Y: 100000000 - X: 1530000000 @@ -2340,6 +4611,118 @@ CompositeCollider2D: Y: 80000000 - X: 1550000000 Y: 80000000 + - - X: 1280000000 + Y: 20000000 + - X: 1300000000 + Y: 20000000 + - X: 1300000000 + Y: 30000000 + - X: 1310000000 + Y: 30000000 + - X: 1310000000 + Y: 40000000 + - X: 1320000000 + Y: 40000000 + - X: 1320000000 + Y: 50000000 + - X: 1330000000 + Y: 50000000 + - X: 1330000000 + Y: 60000000 + - X: 1340000000 + Y: 60000000 + - X: 1340000000 + Y: 70000000 + - X: 1320000000 + Y: 70000000 + - X: 1320000000 + Y: 60000000 + - X: 1310000000 + Y: 60000000 + - X: 1310000000 + Y: 50000000 + - X: 1300000000 + Y: 50000000 + - X: 1300000000 + Y: 40000000 + - X: 1280000000 + Y: 40000000 + - X: 1280000000 + Y: 70000000 + - X: 1300000000 + Y: 70000000 + - X: 1300000000 + Y: 100000000 + - X: 1290000000 + Y: 100000000 + - X: 1290000000 + Y: 80000000 + - X: 1280000000 + Y: 80000000 + - X: 1280000000 + Y: 100000000 + - X: 1270000000 + Y: 100000000 + - X: 1270000000 + Y: 80000000 + - X: 1260000000 + Y: 80000000 + - X: 1260000000 + Y: 100000000 + - X: 1250000000 + Y: 100000000 + - X: 1250000000 + Y: 70000000 + - X: 1270000000 + Y: 70000000 + - X: 1270000000 + Y: 40000000 + - X: 1250000000 + Y: 40000000 + - X: 1250000000 + Y: 50000000 + - X: 1240000000 + Y: 50000000 + - X: 1240000000 + Y: 60000000 + - X: 1230000000 + Y: 60000000 + - X: 1230000000 + Y: 70000000 + - X: 1210000000 + Y: 70000000 + - X: 1210000000 + Y: 60000000 + - X: 1220000000 + Y: 60000000 + - X: 1220000000 + Y: 50000000 + - X: 1230000000 + Y: 50000000 + - X: 1230000000 + Y: 40000000 + - X: 1240000000 + Y: 40000000 + - X: 1240000000 + Y: 30000000 + - X: 1250000000 + Y: 30000000 + - X: 1250000000 + Y: 20000000 + - X: 1270000000 + Y: 20000000 + - X: 1270000000 + Y: 10000000 + - X: 1280000000 + Y: 10000000 + - - X: 760000000 + Y: 100000000 + - X: 700000000 + Y: 100000000 + - X: 700000000 + Y: 80000000 + - X: 760000000 + Y: 80000000 - - X: 2040000000 Y: 50000000 - X: 2050000000 @@ -2396,86 +4779,6 @@ CompositeCollider2D: Y: 50000000 - X: 2220000000 Y: 50000000 - - - X: 1290000000 - Y: 30000000 - - X: 1300000000 - Y: 30000000 - - X: 1300000000 - Y: 40000000 - - X: 1310000000 - Y: 40000000 - - X: 1310000000 - Y: 50000000 - - X: 1320000000 - Y: 50000000 - - X: 1320000000 - Y: 60000000 - - X: 1330000000 - Y: 60000000 - - X: 1330000000 - Y: 70000000 - - X: 1310000000 - Y: 70000000 - - X: 1310000000 - Y: 60000000 - - X: 1300000000 - Y: 60000000 - - X: 1300000000 - Y: 50000000 - - X: 1290000000 - Y: 50000000 - - X: 1290000000 - Y: 40000000 - - X: 1280000000 - Y: 40000000 - - X: 1280000000 - Y: 70000000 - - X: 1270000000 - Y: 70000000 - - X: 1270000000 - Y: 40000000 - - X: 1250000000 - Y: 40000000 - - X: 1250000000 - Y: 50000000 - - X: 1240000000 - Y: 50000000 - - X: 1240000000 - Y: 60000000 - - X: 1230000000 - Y: 60000000 - - X: 1230000000 - Y: 70000000 - - X: 1210000000 - Y: 70000000 - - X: 1210000000 - Y: 60000000 - - X: 1220000000 - Y: 60000000 - - X: 1220000000 - Y: 50000000 - - X: 1230000000 - Y: 50000000 - - X: 1230000000 - Y: 40000000 - - X: 1240000000 - Y: 40000000 - - X: 1240000000 - Y: 30000000 - - X: 1250000000 - Y: 30000000 - - X: 1250000000 - Y: 20000000 - - X: 1290000000 - Y: 20000000 - - - X: 1880000000 - Y: 50000000 - - X: 1880000000 - Y: 70000000 - - X: 2020000000 - Y: 70000000 - - X: 2020000000 - Y: 50000000 - - X: 380000000 Y: 70000000 - X: 330000000 @@ -2484,6 +4787,14 @@ CompositeCollider2D: Y: 50000000 - X: 380000000 Y: 50000000 + - - X: 1880000000 + Y: 50000000 + - X: 1880000000 + Y: 70000000 + - X: 2020000000 + Y: 70000000 + - X: 2020000000 + Y: 50000000 - - X: 910000000 Y: -110000000 - X: 1030000000 @@ -2494,8 +4805,24 @@ CompositeCollider2D: Y: -80000000 - X: 1110000000 Y: -40000000 - - X: 1160000000 + - X: 1180000000 Y: -40000000 + - X: 1180000000 + Y: -50000000 + - X: 1220000000 + Y: -50000000 + - X: 1220000000 + Y: -60000000 + - X: 1360000000 + Y: -60000000 + - X: 1360000000 + Y: -130000000 + - X: 1390000000 + Y: -130000000 + - X: 1390000000 + Y: -30000000 + - X: 1160000000 + Y: -30000000 - X: 1160000000 Y: -10000000 - X: 1080000000 @@ -2672,14 +4999,6 @@ CompositeCollider2D: Y: -140000000 - X: 1660000000 Y: -140000000 - - - X: 2270000128 - Y: -50000000 - - X: 2260000000 - Y: -50000000 - - X: 2260000000 - Y: -60000000 - - X: 2270000128 - Y: -60000000 - - X: 1430000000 Y: -50000000 - X: 1410000000 @@ -2688,6 +5007,14 @@ CompositeCollider2D: Y: -70000000 - X: 1430000000 Y: -70000000 + - - X: 2270000128 + Y: -50000000 + - X: 2260000000 + Y: -50000000 + - X: 2260000000 + Y: -60000000 + - X: 2270000128 + Y: -60000000 - - X: 1160000000 Y: -80000000 - X: 1130000000 @@ -2696,6 +5023,22 @@ CompositeCollider2D: Y: -110000000 - X: 1160000000 Y: -110000000 + - - X: 1550000000 + Y: -90000000 + - X: 1530000000 + Y: -90000000 + - X: 1530000000 + Y: -110000000 + - X: 1550000000 + Y: -110000000 + - - X: 1470000000 + Y: -90000000 + - X: 1450000000 + Y: -90000000 + - X: 1450000000 + Y: -110000000 + - X: 1470000000 + Y: -110000000 - - X: 2140000000 Y: -110000000 - X: 2230000128 @@ -2716,21 +5059,13 @@ CompositeCollider2D: Y: -170000000 - X: 2140000000 Y: -170000000 - - - X: 1550000000 + - - X: 1240000000 Y: -90000000 - - X: 1530000000 + - X: 1180000000 Y: -90000000 - - X: 1530000000 + - X: 1180000000 Y: -110000000 - - X: 1550000000 - Y: -110000000 - - - X: 1470000000 - Y: -90000000 - - X: 1450000000 - Y: -90000000 - - X: 1450000000 - Y: -110000000 - - X: 1470000000 + - X: 1240000000 Y: -110000000 - - X: 1780000000 Y: -120000000 @@ -2740,14 +5075,6 @@ CompositeCollider2D: Y: -140000000 - X: 1780000000 Y: -140000000 - - - X: 1140000000 - Y: -130000000 - - X: 1050000000 - Y: -130000000 - - X: 1050000000 - Y: -150000000 - - X: 1140000000 - Y: -150000000 - - X: 1510000000 Y: -130000000 - X: 1490000000 @@ -2756,6 +5083,22 @@ CompositeCollider2D: Y: -150000000 - X: 1510000000 Y: -150000000 + - - X: 1320000000 + Y: -130000000 + - X: 1240000000 + Y: -130000000 + - X: 1240000000 + Y: -150000000 + - X: 1320000000 + Y: -150000000 + - - X: 1140000000 + Y: -130000000 + - X: 1050000000 + Y: -130000000 + - X: 1050000000 + Y: -150000000 + - X: 1140000000 + Y: -150000000 - - X: 2270000128 Y: -140000000 - X: 2260000000 @@ -2764,6 +5107,14 @@ CompositeCollider2D: Y: -150000000 - X: 2270000128 Y: -150000000 + - - X: 2050000000 + Y: -150000000 + - X: 2010000000 + Y: -150000000 + - X: 2010000000 + Y: -170000000 + - X: 2050000000 + Y: -170000000 - - X: 1970000000 Y: -150000000 - X: 1930000000 @@ -2796,14 +5147,6 @@ CompositeCollider2D: Y: -200000000 - X: 1790000000 Y: -200000000 - - - X: 2050000000 - Y: -150000000 - - X: 2010000000 - Y: -150000000 - - X: 2010000000 - Y: -170000000 - - X: 2050000000 - Y: -170000000 - - X: 1720000000 Y: -170000000 - X: 1640000000 @@ -2820,61 +5163,13 @@ CompositeCollider2D: Y: -190000000 - X: 1550000000 Y: -190000000 - - - X: 1110000000 + - - X: 690000000 Y: -180000000 - - X: 1020000000 + - X: 670000000 Y: -180000000 - - X: 1020000000 + - X: 670000000 Y: -200000000 - - X: 1110000000 - Y: -200000000 - - - X: 990000000 - Y: -180000000 - - X: 930000000 - Y: -180000000 - - X: 930000000 - Y: -200000000 - - X: 990000000 - Y: -200000000 - - - X: 540000000 - Y: -180000000 - - X: 520000000 - Y: -180000000 - - X: 520000000 - Y: -200000000 - - X: 540000000 - Y: -200000000 - - - X: 590000000 - Y: -180000000 - - X: 570000000 - Y: -180000000 - - X: 570000000 - Y: -200000000 - - X: 590000000 - Y: -200000000 - - - X: 640000000 - Y: -180000000 - - X: 620000000 - Y: -180000000 - - X: 620000000 - Y: -200000000 - - X: 640000000 - Y: -200000000 - - - X: 740000000 - Y: -180000000 - - X: 720000000 - Y: -180000000 - - X: 720000000 - Y: -200000000 - - X: 740000000 - Y: -200000000 - - - X: 790000000 - Y: -180000000 - - X: 770000000 - Y: -180000000 - - X: 770000000 - Y: -200000000 - - X: 790000000 + - X: 690000000 Y: -200000000 - - X: 840000000 Y: -180000000 @@ -2884,13 +5179,61 @@ CompositeCollider2D: Y: -200000000 - X: 840000000 Y: -200000000 - - - X: 690000000 + - - X: 990000000 Y: -180000000 - - X: 670000000 + - X: 930000000 Y: -180000000 - - X: 670000000 + - X: 930000000 Y: -200000000 - - X: 690000000 + - X: 990000000 + Y: -200000000 + - - X: 590000000 + Y: -180000000 + - X: 570000000 + Y: -180000000 + - X: 570000000 + Y: -200000000 + - X: 590000000 + Y: -200000000 + - - X: 540000000 + Y: -180000000 + - X: 520000000 + Y: -180000000 + - X: 520000000 + Y: -200000000 + - X: 540000000 + Y: -200000000 + - - X: 740000000 + Y: -180000000 + - X: 720000000 + Y: -180000000 + - X: 720000000 + Y: -200000000 + - X: 740000000 + Y: -200000000 + - - X: 640000000 + Y: -180000000 + - X: 620000000 + Y: -180000000 + - X: 620000000 + Y: -200000000 + - X: 640000000 + Y: -200000000 + - - X: 790000000 + Y: -180000000 + - X: 770000000 + Y: -180000000 + - X: 770000000 + Y: -200000000 + - X: 790000000 + Y: -200000000 + - - X: 1110000000 + Y: -180000000 + - X: 1020000000 + Y: -180000000 + - X: 1020000000 + Y: -200000000 + - X: 1110000000 Y: -200000000 m_CompositePaths: m_Paths: @@ -2898,29 +5241,33 @@ CompositeCollider2D: - {x: 234.99998, y: 44} - {x: -18, y: 43.999973} - {x: -17.999971, y: -26} - - - {x: 232, y: -22.999971} - - {x: 162, y: -22.999971} - - {x: 161.99997, y: -12} - - {x: 159, y: -12.00003} - - {x: 158.99997, y: -23} - - {x: 139, y: -22.999971} - - {x: 138.99997, y: -3} - - {x: 119, y: -3.0000293} - - {x: 118.99998, y: -7} - - {x: 117, y: -7.0000296} - - {x: 117.00003, y: -9} - - {x: 122, y: -8.99997} - - {x: 122.00003, y: -6} - - {x: 136, y: -6.0000296} - - {x: 135.99997, y: -23} + - - {x: 136, y: -22.999971} + - {x: 40, y: -22.999971} + - {x: 39.999973, y: -19} + - {x: 38, y: -18.999971} + - {x: 37.999973, y: -15} + - {x: 36, y: -15.000029} + - {x: 35.999973, y: -23} + - {x: -6, y: -22.999971} + - {x: -5.9999704, y: -15} + - {x: 28, y: -14.999971} + - {x: 27.999971, y: -13} + - {x: -14, y: -13.00003} + - {x: -13.999971, y: -15} + - {x: -8, y: -15.000029} + - {x: -8.00003, y: -23} - {x: -15, y: -22.999971} - {x: -14.999971, y: -7} - {x: 12, y: -6.9999704} - {x: 12.00003, y: -5} - {x: 15, y: -5.0000296} - {x: 15.000029, y: -7} - - {x: 31, y: -6.9999704} - - {x: 31.000029, y: -5} + - {x: 31, y: -7.0000296} + - {x: 30.999971, y: -18} + - {x: -3, y: -18.000029} + - {x: -2.999971, y: -20} + - {x: 34, y: -19.999971} + - {x: 34.00003, y: -5} - {x: 43, y: -5.0000296} - {x: 43.00003, y: -20} - {x: 46, y: -19.999971} @@ -2972,6 +5319,112 @@ CompositeCollider2D: - {x: 231.00002, y: -9.00003} - {x: 231.00005, y: -11} - {x: 232, y: -11.00003} + - {x: 231.99997, y: -23} + - {x: 162, y: -22.999971} + - {x: 161.99997, y: -12} + - {x: 159, y: -12.00003} + - {x: 158.99997, y: -23} + - {x: 153, y: -22.999971} + - {x: 152.99997, y: -22} + - {x: 151, y: -22.000029} + - {x: 150.99997, y: -23} + - {x: 139, y: -22.999971} + - {x: 138.99997, y: -16} + - {x: 135, y: -16.000029} + - {x: 135.00003, y: -18} + - {x: 136, y: -18.000029} + - - {x: 95.99998, y: 33.999992} + - {x: 96.00004, y: 34.999992} + - {x: 97.000015, y: 35.000027} + - {x: 97.00004, y: 35.999992} + - {x: 98.000015, y: 36.000027} + - {x: 98.00004, y: 37.999992} + - {x: 99.000015, y: 38.000027} + - {x: 98.99998, y: 40.00001} + - {x: 94.999985, y: 39.999973} + - {x: 95.00003, y: 33.999992} + - - {x: -4.0000253, y: 16.99999} + - {x: -3.999961, y: 19.99999} + - {x: -2.99999, y: 20.000027} + - {x: -2.9999607, y: 20.99999} + - {x: -2.00001, y: 20.99996} + - {x: -1.9999748, y: 17.99999} + - {x: -1.00001, y: 17.99996} + - {x: -0.9999748, y: 16.99999} + - {x: 0.00001, y: 17.000027} + - {x: 0.0000394, y: 20.99999} + - {x: 0.99999, y: 20.99996} + - {x: 1.0000252, y: 19.99999} + - {x: 2.99999, y: 19.99996} + - {x: 3.0000253, y: 17.99999} + - {x: 5.00001, y: 18.000027} + - {x: 4.9999747, y: 19.00001} + - {x: 4.00001, y: 19.00004} + - {x: 3.9999747, y: 21.00001} + - {x: 3.00001, y: 21.00004} + - {x: 2.9999747, y: 22.00001} + - {x: 2.00001, y: 22.00004} + - {x: 2.0000393, y: 22.99999} + - {x: 3.00001, y: 23.000027} + - {x: 3.0000393, y: 23.99999} + - {x: 4.00001, y: 24.000027} + - {x: 4.000039, y: 33.999992} + - {x: 6.00001, y: 34.000027} + - {x: 5.9999747, y: 36.00001} + - {x: 5.00001, y: 36.00004} + - {x: 4.9999747, y: 38.00001} + - {x: -11.99999, y: 37.99996} + - {x: -11.999967, y: 36.999992} + - {x: 3.99999, y: 36.99996} + - {x: 3.9999664, y: 34.999992} + - {x: -8.00001, y: 34.999973} + - {x: -8.000039, y: 34.00001} + - {x: -10.00001, y: 33.999973} + - {x: -10.000039, y: 33.00001} + - {x: -10.99999, y: 33.00004} + - {x: -10.999961, y: 34.999992} + - {x: -9.99999, y: 35.000027} + - {x: -10.000026, y: 36.00001} + - {x: -11.99999, y: 36.00004} + - {x: -12.000019, y: 37.00001} + - {x: -13.00001, y: 36.999973} + - {x: -13.000033, y: 35.999992} + - {x: -14.00001, y: 35.99997} + - {x: -13.999974, y: 33.999992} + - {x: -12.00001, y: 33.99996} + - {x: -11.999974, y: 30.99999} + - {x: -10.99999, y: 31.000027} + - {x: -10.999961, y: 31.99999} + - {x: -10.00001, y: 31.999962} + - {x: -9.999974, y: 22.99999} + - {x: -9.00001, y: 22.99996} + - {x: -8.999974, y: 21.99999} + - {x: -8.00001, y: 21.99996} + - {x: -8.000039, y: 21.00001} + - {x: -10.00001, y: 20.999975} + - {x: -10.000039, y: 20.00001} + - {x: -11.00001, y: 19.999975} + - {x: -10.999974, y: 17.99999} + - {x: -9.99999, y: 18.000027} + - {x: -9.999961, y: 18.99999} + - {x: -8.99999, y: 19.000027} + - {x: -8.999961, y: 19.99999} + - {x: -6.9999905, y: 20.000027} + - {x: -6.999961, y: 20.99999} + - {x: -5.00001, y: 20.99996} + - {x: -5.000039, y: 18.00001} + - {x: -6.00001, y: 17.999975} + - {x: -5.9999747, y: 16.99999} + - - {x: 92.99998, y: 31.99999} + - {x: 92.99998, y: 37.00001} + - {x: 91.000015, y: 37.00004} + - {x: 90.99998, y: 38.00001} + - {x: 89.999985, y: 37.999973} + - {x: 90.00002, y: 33.999992} + - {x: 90.999985, y: 33.99996} + - {x: 91.00002, y: 32.999992} + - {x: 91.999985, y: 32.99996} + - {x: 92.00002, y: 31.99999} - - {x: 161.99997, y: -7} - {x: 162.00003, y: 30} - {x: 166, y: 30.000029} @@ -2988,100 +5441,44 @@ CompositeCollider2D: - {x: 157.00003, y: 4} - {x: 159, y: 3.9999704} - {x: 159.00003, y: -7} - - - {x: 178.99997, y: 31} - - {x: 178.99997, y: 32} - - {x: 178, y: 31.999971} - - {x: 178.00003, y: 31} - - - {x: 176.99997, y: 30} - - {x: 176.99997, y: 32} - - {x: 176, y: 31.999971} - - {x: 176.00003, y: 30} - - - {x: 174.99997, y: 31} - - {x: 174.99997, y: 32} - - {x: 174, y: 31.999971} - - {x: 174.00003, y: 31} - - - {x: 180.99997, y: 30} - - {x: 180.99997, y: 32} - - {x: 180, y: 31.999971} - - {x: 180.00003, y: 30} - - - {x: 194.99997, y: 31} - - {x: 194.99997, y: 32} - - {x: 194, y: 31.999971} - - {x: 194.00003, y: 31} - - - {x: 170.99997, y: 30} - - {x: 171.00003, y: 31} - - {x: 173, y: 31.000029} - - {x: 172.99997, y: 32} - - {x: 170, y: 31.999971} - - {x: 170.00003, y: 30} - - - {x: 228.99997, y: 30} - - {x: 228.99997, y: 32} - - {x: 228, y: 31.999971} - - {x: 228.00003, y: 30} - - - {x: 223.99997, y: 31} - - {x: 223.99997, y: 32} - - {x: 222, y: 31.999971} - - {x: 222.00003, y: 31} - - - {x: 220.99997, y: 30} - - {x: 220.99997, y: 32} - - {x: 220, y: 31.999971} - - {x: 220.00003, y: 30} - - - {x: 218.99998, y: 31} - - {x: 218.99998, y: 32} - - {x: 218, y: 31.999971} - - {x: 218.00003, y: 31} - - - {x: 216.99997, y: 30} - - {x: 216.99997, y: 32} - - {x: 216, y: 31.999971} - - {x: 216.00003, y: 30} - - - {x: 214.99998, y: 31} - - {x: 214.99998, y: 32} - - {x: 214, y: 31.999971} - - {x: 214.00003, y: 31} - - - {x: 212.99997, y: 31} - - {x: 212.99997, y: 32} - - {x: 212, y: 31.999971} - - {x: 212.00003, y: 31} - - - {x: 210.99997, y: 31} - - {x: 210.99997, y: 32} - - {x: 210, y: 31.999971} - - {x: 210.00003, y: 31} - - - {x: 208.99997, y: 30} - - {x: 208.99997, y: 32} - - {x: 208, y: 31.999971} - - {x: 208.00003, y: 30} - - - {x: 206.99997, y: 31} - - {x: 206.99997, y: 32} - - {x: 206, y: 31.999971} - - {x: 206.00003, y: 31} - - - {x: 204.99997, y: 30} - - {x: 204.99997, y: 32} - - {x: 204, y: 31.999971} - - {x: 204.00003, y: 30} - - - {x: 202.99997, y: 31} - - {x: 202.99997, y: 32} - - {x: 202, y: 31.999971} - - {x: 202.00003, y: 31} - - - {x: 200.99997, y: 31} - - {x: 200.99997, y: 32} - - {x: 200, y: 31.999971} - - {x: 200.00003, y: 31} - - - {x: 196.99997, y: 30} - - {x: 196.99997, y: 32} - - {x: 196, y: 31.999971} - - {x: 196.00003, y: 30} - - - {x: 192.99997, y: 30} - - {x: 192.99997, y: 32} - - {x: 192, y: 31.999971} - - {x: 192.00003, y: 30} - - - {x: 190.99997, y: 31} - - {x: 190.99997, y: 32} - - {x: 190, y: 31.999971} - - {x: 190.00003, y: 31} - - - {x: 188.99997, y: 31} - - {x: 188.99997, y: 32} - - {x: 188, y: 31.999971} - - {x: 188.00003, y: 31} + - - {x: 135.99997, y: 35} + - {x: 135.99997, y: 37} + - {x: 129, y: 36.999973} + - {x: 129.00003, y: 35} + - - {x: 97.99998, y: 30.99999} + - {x: 98.00004, y: 31.99999} + - {x: 101.000015, y: 32.000027} + - {x: 100.99998, y: 35.00001} + - {x: 99.999985, y: 34.999973} + - {x: 99.99996, y: 34.00001} + - {x: 96.999985, y: 33.999973} + - {x: 96.99996, y: 32.00001} + - {x: 95.999985, y: 31.999975} + - {x: 96.00003, y: 30.99999} + - - {x: -4.00001, y: 22.00004} + - {x: -6.9999905, y: 22.00004} + - {x: -7.0000257, y: 23.00001} + - {x: -7.9999905, y: 23.00004} + - {x: -8.000026, y: 24.00001} + - {x: -8.99999, y: 24.00004} + - {x: -8.999961, y: 32.999992} + - {x: -6.9999905, y: 33.000027} + - {x: -6.999961, y: 33.999992} + - {x: 2.99999, y: 33.99996} + - {x: 2.9999607, y: 25.00001} + - {x: 1.99999, y: 24.999975} + - {x: 1.9999607, y: 24.00001} + - {x: 0.99999, y: 23.999975} + - {x: 0.9999606, y: 23.00001} + - {x: -4.00001, y: 22.999975} + - - {x: -4.0000253, y: 29.99999} + - {x: -4.0000253, y: 32.00001} + - {x: -8.00001, y: 31.999975} + - {x: -7.9999747, y: 29.99999} + - - {x: 1.9999748, y: 29.99999} + - {x: 1.9999748, y: 32.00001} + - {x: -1.99999, y: 31.999975} + - {x: -1.9999748, y: 29.99999} - - {x: 186.99997, y: 31} - {x: 186.99997, y: 32} - {x: 186, y: 31.999971} @@ -3094,10 +5491,112 @@ CompositeCollider2D: - {x: 182.99997, y: 32} - {x: 182, y: 31.999971} - {x: 182.00003, y: 31} + - - {x: 180.99997, y: 30} + - {x: 180.99997, y: 32} + - {x: 180, y: 31.999971} + - {x: 180.00003, y: 30} + - - {x: 178.99997, y: 31} + - {x: 178.99997, y: 32} + - {x: 178, y: 31.999971} + - {x: 178.00003, y: 31} + - - {x: 176.99997, y: 30} + - {x: 176.99997, y: 32} + - {x: 176, y: 31.999971} + - {x: 176.00003, y: 30} + - - {x: 174.99997, y: 31} + - {x: 174.99997, y: 32} + - {x: 174, y: 31.999971} + - {x: 174.00003, y: 31} + - - {x: 170.99997, y: 30} + - {x: 171.00003, y: 31} + - {x: 173, y: 31.000029} + - {x: 172.99997, y: 32} + - {x: 170, y: 31.999971} + - {x: 170.00003, y: 30} + - - {x: 137.99997, y: 30} + - {x: 137.99997, y: 32} + - {x: 127, y: 31.999971} + - {x: 127.00003, y: 30} + - - {x: 210.99997, y: 31} + - {x: 210.99997, y: 32} + - {x: 210, y: 31.999971} + - {x: 210.00003, y: 31} + - - {x: 206.99997, y: 31} + - {x: 206.99997, y: 32} + - {x: 206, y: 31.999971} + - {x: 206.00003, y: 31} + - - {x: 216.99997, y: 30} + - {x: 216.99997, y: 32} + - {x: 216, y: 31.999971} + - {x: 216.00003, y: 30} + - - {x: 218.99998, y: 31} + - {x: 218.99998, y: 32} + - {x: 218, y: 31.999971} + - {x: 218.00003, y: 31} + - - {x: 220.99997, y: 30} + - {x: 220.99997, y: 32} + - {x: 220, y: 31.999971} + - {x: 220.00003, y: 30} + - - {x: 223.99997, y: 31} + - {x: 223.99997, y: 32} + - {x: 222, y: 31.999971} + - {x: 222.00003, y: 31} + - - {x: 228.99997, y: 30} + - {x: 228.99997, y: 32} + - {x: 228, y: 31.999971} + - {x: 228.00003, y: 30} + - - {x: 194.99997, y: 31} + - {x: 194.99997, y: 32} + - {x: 194, y: 31.999971} + - {x: 194.00003, y: 31} - - {x: 198.99997, y: 31} - {x: 198.99997, y: 32} - {x: 198, y: 31.999971} - {x: 198.00003, y: 31} + - - {x: 200.99997, y: 31} + - {x: 200.99997, y: 32} + - {x: 200, y: 31.999971} + - {x: 200.00003, y: 31} + - - {x: 196.99997, y: 30} + - {x: 196.99997, y: 32} + - {x: 196, y: 31.999971} + - {x: 196.00003, y: 30} + - - {x: 202.99997, y: 31} + - {x: 202.99997, y: 32} + - {x: 202, y: 31.999971} + - {x: 202.00003, y: 31} + - - {x: 204.99997, y: 30} + - {x: 204.99997, y: 32} + - {x: 204, y: 31.999971} + - {x: 204.00003, y: 30} + - - {x: 208.99997, y: 30} + - {x: 208.99997, y: 32} + - {x: 208, y: 31.999971} + - {x: 208.00003, y: 30} + - - {x: 214.99998, y: 31} + - {x: 214.99998, y: 32} + - {x: 214, y: 31.999971} + - {x: 214.00003, y: 31} + - - {x: 192.99997, y: 30} + - {x: 192.99997, y: 32} + - {x: 192, y: 31.999971} + - {x: 192.00003, y: 30} + - - {x: 190.99997, y: 31} + - {x: 190.99997, y: 32} + - {x: 190, y: 31.999971} + - {x: 190.00003, y: 31} + - - {x: 188.99997, y: 31} + - {x: 188.99997, y: 32} + - {x: 188, y: 31.999971} + - {x: 188.00003, y: 31} + - - {x: 212.99997, y: 31} + - {x: 212.99997, y: 32} + - {x: 212, y: 31.999971} + - {x: 212.00003, y: 31} + - - {x: 40.999973, y: 28} + - {x: 40.999973, y: 30} + - {x: 27, y: 29.999971} + - {x: 27.000029, y: 28} - - {x: 100.99997, y: 7} - {x: 101.00003, y: 9} - {x: 102, y: 9.00003} @@ -3132,12 +5631,60 @@ CompositeCollider2D: - {x: 107.99998, y: 24} - {x: 107, y: 24.000029} - {x: 106.99997, y: 25} + - {x: 97.000015, y: 25.000029} + - {x: 96.99998, y: 26.00001} + - {x: 95.000015, y: 26.00004} + - {x: 94.99998, y: 27.00001} + - {x: 90.999985, y: 26.999975} + - {x: 90.99996, y: 26.00001} + - {x: 88.999985, y: 25.999975} + - {x: 88.99996, y: 25} - {x: 79, y: 25.000029} - {x: 78.99997, y: 30} - {x: 43, y: 29.999971} - {x: 43.00003, y: 28} - {x: 77, y: 27.999971} - - {x: 77.00003, y: 23} + - {x: 76.99997, y: 23.00001} + - {x: 74.999985, y: 22.999975} + - {x: 74.99996, y: 22.00001} + - {x: 73.999985, y: 21.999975} + - {x: 73.99996, y: 21.00001} + - {x: 72.999985, y: 20.999975} + - {x: 73.00002, y: 19.99999} + - {x: 73.999985, y: 19.99996} + - {x: 74.00002, y: 18.99999} + - {x: 74.999985, y: 18.99996} + - {x: 75.00002, y: 17.99999} + - {x: 75.999985, y: 17.99996} + - {x: 76.00002, y: 16.99999} + - {x: 77.999985, y: 16.99996} + - {x: 78.00002, y: 15.99999} + - {x: 78.999985, y: 15.99996} + - {x: 79.00002, y: 14.99999} + - {x: 79.999985, y: 14.99996} + - {x: 80.00002, y: 14.00001} + - {x: 81.000015, y: 13.999974} + - {x: 81.00003, y: 12.99999} + - {x: 81.999985, y: 12.999961} + - {x: 82.00002, y: 11.99999} + - {x: 82.999985, y: 11.999961} + - {x: 83.00002, y: 10.99999} + - {x: 83.999985, y: 11.000019} + - {x: 83.99998, y: 13.00001} + - {x: 83.000015, y: 13.000039} + - {x: 82.99998, y: 14.00001} + - {x: 82.000015, y: 14.00004} + - {x: 81.99998, y: 15.00001} + - {x: 81.000015, y: 15.00004} + - {x: 80.99998, y: 17.00001} + - {x: 80.000015, y: 17.00004} + - {x: 79.99998, y: 18.00001} + - {x: 79.000015, y: 18.00004} + - {x: 79.00004, y: 20.99999} + - {x: 81.000015, y: 21.000027} + - {x: 81.00004, y: 21.99999} + - {x: 82.000015, y: 22.000027} + - {x: 82.00004, y: 23} - {x: 106, y: 22.999971} - {x: 106.00003, y: 22} - {x: 107, y: 21.999971} @@ -3162,16 +5709,32 @@ CompositeCollider2D: - {x: 100.99997, y: 10} - {x: 99, y: 9.99997} - {x: 98.99997, y: 9} - - {x: 86, y: 8.99997} + - {x: 86, y: 8.999961} - {x: 86.00003, y: 7} - - - {x: 40.999973, y: 28} - - {x: 40.999973, y: 30} - - {x: 27, y: 29.999971} - - {x: 27.000029, y: 28} + - - {x: -0.0000252, y: 27.99999} + - {x: -0.0000252, y: 29.00001} + - {x: -1.00001, y: 28.999975} + - {x: -0.9999748, y: 27.99999} + - - {x: -5.0000253, y: 27.99999} + - {x: -5.0000253, y: 29.00001} + - {x: -6.00001, y: 28.999975} + - {x: -5.9999747, y: 27.99999} + - - {x: 139.99997, y: 25} + - {x: 139.99997, y: 27} + - {x: 125, y: 26.999971} + - {x: 125.00003, y: 25} + - - {x: -1.0000252, y: 24.99999} + - {x: -1.0000252, y: 26.00001} + - {x: -5.00001, y: 25.999975} + - {x: -4.9999747, y: 24.99999} - - {x: 223.99997, y: 24} - {x: 223.99997, y: 26} - {x: 216.99998, y: 25.999971} - {x: 217.00002, y: 24} + - - {x: 204.99997, y: 21} + - {x: 204.99997, y: 22} + - {x: 204, y: 21.999971} + - {x: 204.00003, y: 21} - - {x: 203.99997, y: 16} - {x: 203.99997, y: 21} - {x: 203, y: 20.999971} @@ -3182,30 +5745,6 @@ CompositeCollider2D: - {x: 200.99997, y: 20} - {x: 200, y: 19.999971} - {x: 200.00003, y: 16} - - - {x: 189.99997, y: 16} - - {x: 189.99997, y: 20} - - {x: 189, y: 20.000029} - - {x: 188.99997, y: 22} - - {x: 188, y: 21.999971} - - {x: 187.99997, y: 20} - - {x: 186, y: 19.999971} - - {x: 186.00003, y: 16} - - - {x: 142.99997, y: 20} - - {x: 142.99997, y: 22} - - {x: 122, y: 21.999971} - - {x: 122.00003, y: 20} - - - {x: 42.999973, y: 20} - - {x: 42.999973, y: 22} - - {x: 41, y: 21.999971} - - {x: 41.00003, y: 20} - - - {x: 185.99997, y: 20} - - {x: 185.99997, y: 22} - - {x: 185, y: 21.999971} - - {x: 185.00003, y: 20} - - - {x: 204.99997, y: 21} - - {x: 204.99997, y: 22} - - {x: 204, y: 21.999971} - - {x: 204.00003, y: 21} - - {x: 198.99997, y: 21} - {x: 198.99997, y: 22} - {x: 198, y: 21.999971} @@ -3214,6 +5753,46 @@ CompositeCollider2D: - {x: 191.99997, y: 22} - {x: 191, y: 21.999971} - {x: 191.00003, y: 21} + - - {x: 189.99997, y: 16} + - {x: 189.99997, y: 20} + - {x: 189, y: 20.000029} + - {x: 188.99997, y: 22} + - {x: 188, y: 21.999971} + - {x: 187.99997, y: 20} + - {x: 186, y: 19.999971} + - {x: 186.00003, y: 16} + - - {x: 185.99997, y: 20} + - {x: 185.99997, y: 22} + - {x: 185, y: 21.999971} + - {x: 185.00003, y: 20} + - - {x: 142.99997, y: 20} + - {x: 142.99997, y: 22} + - {x: 122, y: 21.999971} + - {x: 122.00003, y: 20} + - - {x: 42.999973, y: 20} + - {x: 42.999973, y: 22} + - {x: 41, y: 21.999971} + - {x: 41.00003, y: 20} + - - {x: 190.99997, y: 20} + - {x: 190.99997, y: 21} + - {x: 190, y: 20.999971} + - {x: 190.00003, y: 20} + - - {x: 215.99997, y: 15} + - {x: 215.99997, y: 21} + - {x: 213, y: 20.999971} + - {x: 212.99997, y: 20} + - {x: 212, y: 19.999971} + - {x: 211.99997, y: 19} + - {x: 211, y: 18.999971} + - {x: 211.00003, y: 18} + - {x: 212, y: 17.999971} + - {x: 212.00003, y: 16} + - {x: 213, y: 15.999971} + - {x: 213.00003, y: 15} + - - {x: 199.99997, y: 20} + - {x: 199.99997, y: 21} + - {x: 199, y: 20.999971} + - {x: 199.00003, y: 20} - - {x: 176.99997, y: 14} - {x: 177.00003, y: 16} - {x: 178, y: 16.000029} @@ -3228,26 +5807,6 @@ CompositeCollider2D: - {x: 173.00003, y: 15} - {x: 174, y: 14.999971} - {x: 174.00003, y: 14} - - - {x: 199.99997, y: 20} - - {x: 199.99997, y: 21} - - {x: 199, y: 20.999971} - - {x: 199.00003, y: 20} - - - {x: 215.99997, y: 15} - - {x: 215.99997, y: 21} - - {x: 213, y: 20.999971} - - {x: 212.99997, y: 20} - - {x: 212, y: 19.999971} - - {x: 211.99997, y: 19} - - {x: 211, y: 18.999971} - - {x: 211.00003, y: 18} - - {x: 212, y: 17.999971} - - {x: 212.00003, y: 16} - - {x: 213, y: 15.999971} - - {x: 213.00003, y: 15} - - - {x: 190.99997, y: 20} - - {x: 190.99997, y: 21} - - {x: 190, y: 20.999971} - - {x: 190.00003, y: 20} - - {x: 215.00002, y: 17.000029} - {x: 214, y: 17.000029} - {x: 213.99997, y: 18} @@ -3288,22 +5847,76 @@ CompositeCollider2D: - {x: 208.99997, y: 13} - {x: 208, y: 12.99997} - {x: 208.00003, y: 12} - - - {x: 51.999973, y: 12} - - {x: 51.999973, y: 14} - - {x: 48, y: 13.999971} - - {x: 48.00003, y: 12} + - - {x: 179.99997, y: 12} + - {x: 180.00003, y: 13} + - {x: 181, y: 13.00003} + - {x: 180.99997, y: 14} + - {x: 179, y: 13.999971} + - {x: 179.00003, y: 12} - - {x: 150.99997, y: 12} - {x: 150.99997, y: 14} - {x: 149, y: 13.999971} - {x: 149.00003, y: 12} - - - {x: 180.99997, y: 12} - - {x: 180.99997, y: 14} - - {x: 179, y: 13.999971} - - {x: 179.00003, y: 12} + - - {x: 51.999973, y: 12} + - {x: 51.999973, y: 14} + - {x: 48, y: 13.999971} + - {x: 48.00003, y: 12} - - {x: 44.999973, y: 10} - {x: 44.999973, y: 12} - {x: 37, y: 11.99997} - {x: 37.00003, y: 10} + - - {x: 127.99998, y: 1} + - {x: 128.00003, y: 2} + - {x: 130, y: 2.0000293} + - {x: 130.00003, y: 3} + - {x: 131, y: 3.0000293} + - {x: 131.00003, y: 4} + - {x: 132, y: 4.000029} + - {x: 132.00003, y: 5} + - {x: 133, y: 5.000029} + - {x: 133.00003, y: 6} + - {x: 134, y: 6.000029} + - {x: 133.99997, y: 7} + - {x: 132, y: 6.9999704} + - {x: 131.99997, y: 6} + - {x: 131, y: 5.999971} + - {x: 130.99997, y: 5} + - {x: 130, y: 4.999971} + - {x: 129.99997, y: 4} + - {x: 128, y: 4.0000296} + - {x: 128.00003, y: 7} + - {x: 130, y: 7.0000296} + - {x: 129.99997, y: 10} + - {x: 129, y: 9.99997} + - {x: 128.99997, y: 8} + - {x: 128, y: 8.00003} + - {x: 127.99998, y: 10} + - {x: 127, y: 9.99997} + - {x: 126.99998, y: 8} + - {x: 126, y: 8.00003} + - {x: 125.99998, y: 10} + - {x: 125, y: 9.99997} + - {x: 125.00003, y: 7} + - {x: 127, y: 6.9999704} + - {x: 126.99998, y: 4} + - {x: 125, y: 4.0000296} + - {x: 124.99998, y: 5} + - {x: 124, y: 5.0000296} + - {x: 123.99998, y: 6} + - {x: 123, y: 6.0000296} + - {x: 122.99998, y: 7} + - {x: 121, y: 6.9999704} + - {x: 121.00003, y: 6} + - {x: 122, y: 5.9999704} + - {x: 122.00003, y: 5} + - {x: 123, y: 4.9999704} + - {x: 123.00003, y: 4} + - {x: 124, y: 3.9999704} + - {x: 124.00003, y: 3} + - {x: 125, y: 2.9999707} + - {x: 125.00003, y: 2} + - {x: 127, y: 1.9999707} + - {x: 127.00003, y: 1} - - {x: 154.99997, y: 8} - {x: 154.99997, y: 10} - {x: 153, y: 9.99997} @@ -3344,42 +5957,6 @@ CompositeCollider2D: - {x: 188, y: 5.0000296} - {x: 188.00003, y: 7} - {x: 202, y: 6.9999704} - - - {x: 128.99997, y: 2} - - {x: 129.00003, y: 3} - - {x: 130, y: 3.0000293} - - {x: 130.00003, y: 4} - - {x: 131, y: 4.000029} - - {x: 131.00003, y: 5} - - {x: 132, y: 5.000029} - - {x: 132.00003, y: 6} - - {x: 133, y: 6.000029} - - {x: 132.99997, y: 7} - - {x: 131, y: 6.9999704} - - {x: 130.99997, y: 6} - - {x: 130, y: 5.999971} - - {x: 129.99997, y: 5} - - {x: 129, y: 4.999971} - - {x: 128.99997, y: 4} - - {x: 128, y: 4.0000296} - - {x: 127.99998, y: 7} - - {x: 127, y: 6.9999704} - - {x: 126.99998, y: 4} - - {x: 125, y: 4.0000296} - - {x: 124.99998, y: 5} - - {x: 124, y: 5.0000296} - - {x: 123.99998, y: 6} - - {x: 123, y: 6.0000296} - - {x: 122.99998, y: 7} - - {x: 121, y: 6.9999704} - - {x: 121.00003, y: 6} - - {x: 122, y: 5.9999704} - - {x: 122.00003, y: 5} - - {x: 123, y: 4.9999704} - - {x: 123.00003, y: 4} - - {x: 124, y: 3.9999704} - - {x: 124.00003, y: 3} - - {x: 125, y: 2.9999707} - - {x: 125.00003, y: 2} - - {x: 37.999973, y: 5} - {x: 37.999973, y: 7} - {x: 33, y: 6.9999704} @@ -3394,7 +5971,15 @@ CompositeCollider2D: - {x: 103.00003, y: -8} - {x: 111, y: -7.9999704} - {x: 111.00003, y: -4} - - {x: 116, y: -3.999971} + - {x: 118, y: -4.0000296} + - {x: 118.00003, y: -5} + - {x: 122, y: -5.0000296} + - {x: 122.00003, y: -6} + - {x: 136, y: -6.0000296} + - {x: 136.00003, y: -13} + - {x: 139, y: -12.99997} + - {x: 138.99997, y: -3} + - {x: 116, y: -2.9999707} - {x: 115.99998, y: -1} - {x: 108, y: -1.0000293} - {x: 107.99998, y: -5} @@ -3428,14 +6013,14 @@ CompositeCollider2D: - {x: 100.99997, y: 4} - {x: 97, y: 3.999971} - {x: 97.00003, y: 2} - - - {x: 58.99997, y: 1} - - {x: 58.99997, y: 3} - - {x: 52, y: 2.999971} - - {x: 52.00003, y: 1} - - {x: 24.999971, y: 1} - {x: 24.999971, y: 3} - {x: 16, y: 2.999971} - {x: 16.000029, y: 1} + - - {x: 58.99997, y: 1} + - {x: 58.99997, y: 3} + - {x: 52, y: 2.999971} + - {x: 52.00003, y: 1} - - {x: 226.99998, y: 1} - {x: 226.99998, y: 2} - {x: 226, y: 1.9999708} @@ -3490,14 +6075,6 @@ CompositeCollider2D: - {x: 115.99998, y: -8} - {x: 113, y: -8.00003} - {x: 113.00003, y: -11} - - - {x: 154.99997, y: -11} - - {x: 154.99997, y: -9} - - {x: 153, y: -9.00003} - - {x: 153.00003, y: -11} - - - {x: 146.99997, y: -11} - - {x: 146.99997, y: -9} - - {x: 145, y: -9.00003} - - {x: 145.00003, y: -11} - - {x: 213.99997, y: -17} - {x: 214.00003, y: -11} - {x: 223.00002, y: -10.99997} @@ -3508,6 +6085,18 @@ CompositeCollider2D: - {x: 211.99997, y: -15} - {x: 209, y: -15.000029} - {x: 209.00003, y: -17} + - - {x: 146.99997, y: -11} + - {x: 146.99997, y: -9} + - {x: 145, y: -9.00003} + - {x: 145.00003, y: -11} + - - {x: 123.99998, y: -11} + - {x: 123.99998, y: -9} + - {x: 118, y: -9.00003} + - {x: 118.00003, y: -11} + - - {x: 154.99997, y: -11} + - {x: 154.99997, y: -9} + - {x: 153, y: -9.00003} + - {x: 153.00003, y: -11} - - {x: 177.99997, y: -14} - {x: 177.99997, y: -12} - {x: 173, y: -12.00003} @@ -3516,6 +6105,10 @@ CompositeCollider2D: - {x: 113.99998, y: -13} - {x: 105, y: -13.00003} - {x: 105.00003, y: -15} + - - {x: 131.99997, y: -15} + - {x: 131.99997, y: -13} + - {x: 124, y: -13.00003} + - {x: 124.00003, y: -15} - - {x: 150.99997, y: -15} - {x: 150.99997, y: -13} - {x: 149, y: -13.00003} @@ -3524,14 +6117,6 @@ CompositeCollider2D: - {x: 226.99998, y: -14} - {x: 226, y: -14.000029} - {x: 226.00003, y: -15} - - - {x: 196.99997, y: -17} - - {x: 196.99997, y: -15} - - {x: 193, y: -15.000029} - - {x: 193.00003, y: -17} - - - {x: 204.99997, y: -17} - - {x: 204.99997, y: -15} - - {x: 201, y: -15.000029} - - {x: 201.00003, y: -17} - - {x: 178.99997, y: -20} - {x: 179.00003, y: -19} - {x: 181, y: -18.999971} @@ -3544,30 +6129,42 @@ CompositeCollider2D: - {x: 176.99997, y: -18} - {x: 175, y: -18.000029} - {x: 175.00003, y: -20} - - - {x: 171.99997, y: -20} - - {x: 171.99997, y: -17} - - {x: 164, y: -17.000029} - - {x: 164.00003, y: -20} + - - {x: 196.99997, y: -17} + - {x: 196.99997, y: -15} + - {x: 193, y: -15.000029} + - {x: 193.00003, y: -17} + - - {x: 204.99997, y: -17} + - {x: 204.99997, y: -15} + - {x: 201, y: -15.000029} + - {x: 201.00003, y: -17} - - {x: 154.99997, y: -19} - {x: 154.99997, y: -17} - {x: 153, y: -17.000029} - {x: 153.00003, y: -19} - - - {x: 98.99997, y: -20} - - {x: 98.99997, y: -18} - - {x: 93, y: -18.000029} - - {x: 93.00003, y: -20} - - - {x: 110.99998, y: -20} - - {x: 110.99998, y: -18} - - {x: 102, y: -18.000029} - - {x: 102.00003, y: -20} - - - {x: 83.99997, y: -20} - - {x: 83.99997, y: -18} - - {x: 82, y: -18.000029} - - {x: 82.00003, y: -20} + - - {x: 171.99997, y: -20} + - {x: 171.99997, y: -17} + - {x: 164, y: -17.000029} + - {x: 164.00003, y: -20} - - {x: 78.99997, y: -20} - {x: 78.99997, y: -18} - {x: 77, y: -18.000029} - {x: 77.00003, y: -20} + - - {x: 53.99997, y: -20} + - {x: 53.99997, y: -18} + - {x: 52, y: -18.000029} + - {x: 52.00003, y: -20} + - - {x: 110.99998, y: -20} + - {x: 110.99998, y: -18} + - {x: 102, y: -18.000029} + - {x: 102.00003, y: -20} + - - {x: 98.99997, y: -20} + - {x: 98.99997, y: -18} + - {x: 93, y: -18.000029} + - {x: 93.00003, y: -20} + - - {x: 83.99997, y: -20} + - {x: 83.99997, y: -18} + - {x: 82, y: -18.000029} + - {x: 82.00003, y: -20} - - {x: 73.99997, y: -20} - {x: 73.99997, y: -18} - {x: 72, y: -18.000029} @@ -3584,10 +6181,6 @@ CompositeCollider2D: - {x: 58.99997, y: -18} - {x: 57, y: -18.000029} - {x: 57.000034, y: -20} - - - {x: 53.99997, y: -20} - - {x: 53.99997, y: -18} - - {x: 52, y: -18.000029} - - {x: 52.00003, y: -20} m_VertexDistance: 0.0005 m_OffsetDistance: 0.00005 --- !u!50 &2120494079 @@ -10540,6 +13133,60 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -8, y: -23, 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: -7, y: -23, 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: 36, y: -23, 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: 37, y: -23, 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: 38, y: -23, 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: 39, y: -23, 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: 136, y: -23, z: 0} second: m_TileIndex: 1 @@ -10567,6 +13214,24 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 151, y: -23, 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: 152, y: -23, 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: 159, y: -23, z: 0} second: m_TileIndex: 1 @@ -10648,6 +13313,60 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -8, y: -22, 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: -7, y: -22, 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: 36, y: -22, 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: 37, y: -22, 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: 38, y: -22, 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: 39, y: -22, 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: 136, y: -22, z: 0} second: m_TileIndex: 1 @@ -10756,6 +13475,60 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -8, y: -21, 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: -7, y: -21, 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: 36, y: -21, 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: 37, y: -21, 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: 38, y: -21, 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: 39, y: -21, 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: 136, y: -21, z: 0} second: m_TileIndex: 1 @@ -10864,6 +13637,393 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -8, y: -20, 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: -7, y: -20, 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: -3, y: -20, 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: -2, y: -20, 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: -20, 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: 0, y: -20, 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: -20, 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: 2, y: -20, 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: 3, y: -20, 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: 4, y: -20, 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: 5, y: -20, 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: 6, y: -20, 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: 7, y: -20, 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: -20, 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: 9, y: -20, 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: 10, y: -20, 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: 11, y: -20, 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: 12, y: -20, 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: 13, y: -20, 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: 14, y: -20, 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: 15, y: -20, 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: 16, y: -20, 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: 17, y: -20, 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: 18, y: -20, 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: 19, y: -20, 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: 20, y: -20, 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: 21, y: -20, 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: 22, y: -20, 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: 23, y: -20, 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: 24, y: -20, 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: 25, y: -20, 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: 26, y: -20, 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: 27, y: -20, 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: 28, y: -20, 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: 29, y: -20, 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: 30, y: -20, 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: 31, y: -20, 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: 32, y: -20, 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: 33, y: -20, 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: 36, y: -20, 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: 37, y: -20, 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: 38, y: -20, 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: 39, y: -20, 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: 43, y: -20, z: 0} second: m_TileIndex: 1 @@ -11395,6 +14555,375 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -8, y: -19, 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: -7, y: -19, 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: -3, y: -19, 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: -2, y: -19, 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: -19, 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: 0, y: -19, 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: -19, 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: 2, y: -19, 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: 3, y: -19, 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: 4, y: -19, 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: 5, y: -19, 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: 6, y: -19, 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: 7, y: -19, 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: -19, 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: 9, y: -19, 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: 10, y: -19, 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: 11, y: -19, 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: 12, y: -19, 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: 13, y: -19, 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: 14, y: -19, 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: 15, y: -19, 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: 16, y: -19, 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: 17, y: -19, 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: 18, y: -19, 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: 19, y: -19, 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: 20, y: -19, 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: 21, y: -19, 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: 22, y: -19, 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: 23, y: -19, 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: 24, y: -19, 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: 25, y: -19, 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: 26, y: -19, 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: 27, y: -19, 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: 28, y: -19, 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: 29, y: -19, 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: 30, y: -19, 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: 31, y: -19, 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: 32, y: -19, 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: 33, y: -19, 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: 36, y: -19, 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: 37, y: -19, 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: 43, y: -19, z: 0} second: m_TileIndex: 1 @@ -11962,6 +15491,69 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -8, y: -18, 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: -7, y: -18, 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: 31, y: -18, 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: 32, y: -18, 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: 33, y: -18, 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: 36, y: -18, 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: 37, y: -18, 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: 43, y: -18, z: 0} second: m_TileIndex: 1 @@ -12016,6 +15608,15 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 135, y: -18, 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: 136, y: -18, z: 0} second: m_TileIndex: 1 @@ -12250,6 +15851,69 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -8, 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: -7, 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: 31, 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: 32, 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: 33, 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: 36, 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: 37, 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: 43, y: -17, z: 0} second: m_TileIndex: 1 @@ -12304,6 +15968,15 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 135, 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: 136, y: -17, z: 0} second: m_TileIndex: 1 @@ -12619,6 +16292,69 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -8, 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: -7, 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: 31, 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: 32, 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: 33, 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: 36, 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: 37, 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: 43, y: -16, z: 0} second: m_TileIndex: 1 @@ -12673,33 +16409,6 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 136, 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: 137, 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: 138, 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: 159, y: -16, z: 0} second: m_TileIndex: 1 @@ -12988,6 +16697,411 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -14, 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: -13, 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: -12, 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: -11, 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: -10, 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: -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: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -7, 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: -6, 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: -5, 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: -4, 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: -3, 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: -2, 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: -1, 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: 0, 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: 1, 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: 2, 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: 3, 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: 4, 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: 5, 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: 6, 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: 7, 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: 1 + m_TileSpriteIndex: 1 + 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: 10, 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: 11, 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: 12, 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: 13, 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: 14, 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: 15, 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: 16, 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: 17, 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: 18, 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: 19, 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: 20, 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: 21, 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: 22, 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: 23, 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: 24, 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: 25, 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: 26, 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: 27, 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: 31, 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: 32, 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: 33, 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: 43, y: -15, z: 0} second: m_TileIndex: 1 @@ -13123,7 +17237,7 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 136, y: -15, z: 0} + - first: {x: 124, y: -15, z: 0} second: m_TileIndex: 1 m_TileSpriteIndex: 1 @@ -13132,7 +17246,7 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 137, y: -15, z: 0} + - first: {x: 125, y: -15, z: 0} second: m_TileIndex: 1 m_TileSpriteIndex: 1 @@ -13141,7 +17255,52 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 138, y: -15, z: 0} + - first: {x: 126, 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: 127, 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: 128, 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: 129, 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: 130, 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: 131, y: -15, z: 0} second: m_TileIndex: 1 m_TileSpriteIndex: 1 @@ -13276,6 +17435,411 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -14, 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: -13, 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: -12, 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: -11, 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: -10, 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: -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: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -7, 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: -6, 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: -5, 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: -4, 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: -3, 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: -2, 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: -1, 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: 0, 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: 1, 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: 2, 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: 3, 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: 4, 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: 5, 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: 6, 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: 7, 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: 1 + m_TileSpriteIndex: 1 + 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: 10, 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: 11, 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: 12, 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: 13, 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: 14, 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: 15, 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: 16, 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: 17, 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: 18, 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: 19, 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: 20, 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: 21, 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: 22, 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: 23, 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: 24, 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: 25, 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: 26, 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: 27, 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: 31, 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: 32, 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: 33, 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: 43, y: -14, z: 0} second: m_TileIndex: 1 @@ -13411,7 +17975,7 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 136, y: -14, z: 0} + - first: {x: 124, y: -14, z: 0} second: m_TileIndex: 1 m_TileSpriteIndex: 1 @@ -13420,7 +17984,7 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 137, y: -14, z: 0} + - first: {x: 125, y: -14, z: 0} second: m_TileIndex: 1 m_TileSpriteIndex: 1 @@ -13429,7 +17993,52 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 138, y: -14, z: 0} + - first: {x: 126, 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: 127, 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: 128, 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: 129, 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: 130, 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: 131, y: -14, z: 0} second: m_TileIndex: 1 m_TileSpriteIndex: 1 @@ -13618,6 +18227,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 31, 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: 32, 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: 33, 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: 43, y: -13, z: 0} second: m_TileIndex: 1 @@ -13861,6 +18497,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 31, 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: 32, 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: 33, 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: 43, y: -12, z: 0} second: m_TileIndex: 1 @@ -14032,6 +18695,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 31, 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: 32, 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: 33, 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: 43, y: -11, z: 0} second: m_TileIndex: 1 @@ -14221,6 +18911,60 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 118, 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: 119, 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: 120, 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: 121, 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: 122, 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: 123, 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: 136, y: -11, z: 0} second: m_TileIndex: 1 @@ -14464,6 +19208,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 31, 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: 32, 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: 33, 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: 43, y: -10, z: 0} second: m_TileIndex: 1 @@ -14653,6 +19424,60 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 118, 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: 119, 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: 120, 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: 121, 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: 122, 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: 123, 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: 136, y: -10, z: 0} second: m_TileIndex: 1 @@ -14887,6 +19712,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 31, 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: 32, 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: 33, 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: 43, y: -9, z: 0} second: m_TileIndex: 1 @@ -15076,51 +19928,6 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 117, 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: 118, 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: 119, 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: 120, 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: 121, 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: 136, y: -9, z: 0} second: m_TileIndex: 1 @@ -15220,6 +20027,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 31, 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: 32, 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: 33, 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: 43, y: -8, z: 0} second: m_TileIndex: 1 @@ -15373,51 +20207,6 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 117, 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: 118, 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: 119, 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: 120, 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: 121, 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: 136, y: -8, z: 0} second: m_TileIndex: 1 @@ -15904,6 +20693,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 31, 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: 32, 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: 33, 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: 43, y: -7, z: 0} second: m_TileIndex: 1 @@ -16057,33 +20873,6 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 119, 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: 120, 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: 121, 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: 136, y: -7, z: 0} second: m_TileIndex: 1 @@ -16615,6 +21404,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 31, 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: 32, 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: 33, 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: 43, y: -6, z: 0} second: m_TileIndex: 1 @@ -16768,33 +21584,6 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 119, 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: 120, 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: 121, 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: 122, y: -6, z: 0} second: m_TileIndex: 1 @@ -18397,6 +23186,15 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 118, 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: 119, y: -5, z: 0} second: m_TileIndex: 1 @@ -19738,6 +24536,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 116, 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: 117, 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: 118, 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: 119, y: -4, z: 0} second: m_TileIndex: 1 @@ -23032,6 +27857,15 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 127, 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: 159, y: 1, z: 0} second: m_TileIndex: 1 @@ -23473,6 +28307,15 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 129, 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: 159, y: 2, z: 0} second: m_TileIndex: 1 @@ -23797,6 +28640,15 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 130, 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: 159, y: 3, z: 0} second: m_TileIndex: 1 @@ -24031,7 +28883,7 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 129, y: 4, z: 0} + - first: {x: 130, y: 4, z: 0} second: m_TileIndex: 1 m_TileSpriteIndex: 1 @@ -24040,7 +28892,7 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 130, y: 4, z: 0} + - first: {x: 131, y: 4, z: 0} second: m_TileIndex: 1 m_TileSpriteIndex: 1 @@ -24454,7 +29306,7 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 130, y: 5, z: 0} + - first: {x: 131, y: 5, z: 0} second: m_TileIndex: 1 m_TileSpriteIndex: 1 @@ -24463,7 +29315,7 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 131, y: 5, z: 0} + - first: {x: 132, y: 5, z: 0} second: m_TileIndex: 1 m_TileSpriteIndex: 1 @@ -24832,7 +29684,7 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 131, y: 6, z: 0} + - first: {x: 132, y: 6, z: 0} second: m_TileIndex: 1 m_TileSpriteIndex: 1 @@ -24841,7 +29693,7 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 132, y: 6, z: 0} + - first: {x: 133, y: 6, z: 0} second: m_TileIndex: 1 m_TileSpriteIndex: 1 @@ -25228,6 +30080,51 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 125, 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: 126, 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: 127, 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: 128, 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: 129, 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: 159, y: 7, z: 0} second: m_TileIndex: 1 @@ -25759,6 +30656,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 125, 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: 127, 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: 129, 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: 153, y: 8, z: 0} second: m_TileIndex: 1 @@ -26173,6 +31097,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 125, 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: 127, 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: 129, 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: 153, y: 9, z: 0} second: m_TileIndex: 1 @@ -26533,6 +31484,15 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 83, 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: 102, y: 11, z: 0} second: m_TileIndex: 1 @@ -26686,6 +31646,24 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 82, 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: 83, 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: 103, y: 12, z: 0} second: m_TileIndex: 1 @@ -26758,15 +31736,6 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 - - first: {x: 180, 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: 194, y: 12, z: 0} second: m_TileIndex: 1 @@ -26920,6 +31889,24 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 81, 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: 82, 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: 104, y: 13, z: 0} second: m_TileIndex: 1 @@ -27109,6 +32096,24 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 80, 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: 81, 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: 105, y: 14, z: 0} second: m_TileIndex: 1 @@ -27253,6 +32258,24 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 79, 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: 80, 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: 106, y: 15, z: 0} second: m_TileIndex: 1 @@ -27433,6 +32456,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 78, 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: 79, 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: 80, 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: 107, y: 16, z: 0} second: m_TileIndex: 1 @@ -27712,6 +32762,69 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -6, 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: -5, 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: -1, 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: 76, 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: 77, 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: 78, 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: 79, 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: 108, y: 17, z: 0} second: m_TileIndex: 1 @@ -28000,6 +33113,60 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -11, y: 18, 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: -5, y: 18, 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: -2, y: 18, 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: 18, 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: 3, y: 18, 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: 4, y: 18, 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: 69, y: 18, z: 0} second: m_TileIndex: 1 @@ -28018,6 +33185,42 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 75, y: 18, 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: 76, y: 18, 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: 77, y: 18, 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: 78, y: 18, 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: 109, y: 18, z: 0} second: m_TileIndex: 1 @@ -28288,6 +33491,60 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -11, y: 19, 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: -10, y: 19, 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: -5, y: 19, 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: -2, y: 19, 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: 19, 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: 3, y: 19, 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: 69, y: 19, z: 0} second: m_TileIndex: 1 @@ -28306,6 +33563,51 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 74, y: 19, 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: 75, y: 19, 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: 76, y: 19, 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: 77, y: 19, 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: 78, y: 19, 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: 109, y: 19, z: 0} second: m_TileIndex: 1 @@ -28558,6 +33860,96 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -10, y: 20, 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: -9, y: 20, 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: 20, 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: -5, y: 20, 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: -4, y: 20, 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: -2, y: 20, 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: 20, 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: 20, 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: 2, y: 20, 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: 3, y: 20, 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: 41, y: 20, z: 0} second: m_TileIndex: 1 @@ -28576,6 +33968,60 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 73, y: 20, 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: 74, y: 20, 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: 75, y: 20, 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: 76, y: 20, 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: 77, y: 20, 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: 78, y: 20, 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: 109, y: 20, z: 0} second: m_TileIndex: 1 @@ -29017,6 +34463,105 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -8, y: 21, 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: -7, y: 21, 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: -6, y: 21, 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: -5, y: 21, 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: -4, y: 21, 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: -3, y: 21, 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: -2, y: 21, 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: 21, 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: 0, y: 21, 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: 21, 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: 2, y: 21, 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: 41, y: 21, z: 0} second: m_TileIndex: 1 @@ -29035,6 +34580,69 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 74, y: 21, 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: 75, y: 21, 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: 76, y: 21, 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: 77, y: 21, 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: 78, y: 21, 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: 79, y: 21, 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: 80, y: 21, 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: 107, y: 21, z: 0} second: m_TileIndex: 1 @@ -29422,6 +35030,141 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -9, y: 22, 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: 22, 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: -4, y: 22, 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: -3, y: 22, 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: -2, y: 22, 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: 22, 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: 0, y: 22, 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: 22, 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: 75, y: 22, 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: 76, y: 22, 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: 77, y: 22, 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: 78, y: 22, 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: 79, y: 22, 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: 80, y: 22, 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: 81, y: 22, 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: 106, y: 22, z: 0} second: m_TileIndex: 1 @@ -29566,6 +35309,42 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -10, y: 23, 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: -9, y: 23, 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: 23, 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: 2, y: 23, 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: 77, y: 23, z: 0} second: m_TileIndex: 1 @@ -29926,6 +35705,33 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -10, y: 24, 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: 2, y: 24, 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: 3, y: 24, 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: 77, y: 24, z: 0} second: m_TileIndex: 1 @@ -30385,6 +36191,60 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -10, y: 25, 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: -5, y: 25, 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: -4, y: 25, 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: -3, y: 25, 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: -2, y: 25, 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: 3, y: 25, 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: 77, y: 25, z: 0} second: m_TileIndex: 1 @@ -30403,6 +36263,213 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 89, y: 25, 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: 90, y: 25, 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: 91, y: 25, 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: 92, y: 25, 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: 93, y: 25, 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: 94, y: 25, 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: 95, y: 25, 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: 96, y: 25, 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: 125, y: 25, 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: 126, y: 25, 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: 127, y: 25, 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: 128, y: 25, 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: 129, y: 25, 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: 130, y: 25, 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: 131, y: 25, 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: 132, y: 25, 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: 133, y: 25, 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: 134, y: 25, 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: 135, y: 25, 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: 136, y: 25, 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: 137, y: 25, 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: 138, y: 25, 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: 139, y: 25, 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: 159, y: 25, z: 0} second: m_TileIndex: 1 @@ -30592,6 +36659,24 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -10, y: 26, 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: 3, y: 26, 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: 77, y: 26, z: 0} second: m_TileIndex: 1 @@ -30610,6 +36695,177 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 91, y: 26, 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: 92, y: 26, 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: 93, y: 26, 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: 94, y: 26, 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: 125, y: 26, 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: 126, y: 26, 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: 127, y: 26, 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: 128, y: 26, 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: 129, y: 26, 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: 130, y: 26, 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: 131, y: 26, 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: 132, y: 26, 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: 133, y: 26, 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: 134, y: 26, 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: 135, y: 26, 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: 136, y: 26, 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: 137, y: 26, 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: 138, y: 26, 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: 139, y: 26, 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: 159, y: 26, z: 0} second: m_TileIndex: 1 @@ -30709,6 +36965,24 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -10, y: 27, 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: 3, y: 27, 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: 77, y: 27, z: 0} second: m_TileIndex: 1 @@ -30826,6 +37100,42 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -10, y: 28, 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: -6, y: 28, 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: 28, 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: 3, y: 28, 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: 27, y: 28, z: 0} second: m_TileIndex: 1 @@ -31357,6 +37667,24 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -10, y: 29, 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: 3, y: 29, 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: 27, y: 29, z: 0} second: m_TileIndex: 1 @@ -31888,6 +38216,195 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -10, y: 30, 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: 30, 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: -7, y: 30, 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: -6, y: 30, 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: -5, y: 30, 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: -2, y: 30, 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: 30, 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: 0, y: 30, 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: 30, 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: 3, y: 30, 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: 127, y: 30, 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: 128, y: 30, 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: 129, y: 30, 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: 130, y: 30, 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: 131, y: 30, 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: 132, y: 30, 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: 133, y: 30, 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: 134, y: 30, 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: 135, y: 30, 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: 136, y: 30, 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: 137, y: 30, 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: 159, y: 30, z: 0} second: m_TileIndex: 1 @@ -32104,6 +38621,222 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -12, y: 31, 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: -10, y: 31, 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: 31, 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: -7, y: 31, 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: -6, y: 31, 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: -5, y: 31, 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: -2, y: 31, 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: 31, 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: 0, y: 31, 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: 31, 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: 3, y: 31, 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: 96, y: 31, 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: 97, y: 31, 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: 127, y: 31, 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: 128, y: 31, 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: 129, y: 31, 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: 130, y: 31, 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: 131, y: 31, 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: 132, y: 31, 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: 133, y: 31, 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: 134, y: 31, 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: 135, y: 31, 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: 136, y: 31, 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: 137, y: 31, 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: 159, y: 31, z: 0} second: m_TileIndex: 1 @@ -32491,6 +39224,87 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -12, y: 32, 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: -11, y: 32, 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: -10, y: 32, 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: 3, y: 32, 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: 92, y: 32, 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: 97, y: 32, 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: 98, y: 32, 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: 99, y: 32, 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: 100, y: 32, 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: 159, y: 32, z: 0} second: m_TileIndex: 1 @@ -32572,6 +39386,105 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -12, y: 33, 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: -10, y: 33, 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: -9, y: 33, 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: 33, 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: 3, y: 33, 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: 91, y: 33, 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: 92, y: 33, 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: 97, y: 33, 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: 98, y: 33, 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: 99, y: 33, 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: 100, y: 33, 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: 159, y: 33, z: 0} second: m_TileIndex: 1 @@ -32653,6 +39566,204 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -14, y: 34, 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: -13, y: 34, 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: -12, y: 34, 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: 34, 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: -7, y: 34, 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: -6, y: 34, 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: -5, y: 34, 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: -4, y: 34, 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: -3, y: 34, 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: -2, y: 34, 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: 34, 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: 0, y: 34, 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: 34, 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: 2, y: 34, 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: 3, y: 34, 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: 4, y: 34, 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: 5, y: 34, 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: 90, y: 34, 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: 91, y: 34, 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: 92, y: 34, 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: 95, y: 34, 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: 100, y: 34, 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: 159, y: 34, z: 0} second: m_TileIndex: 1 @@ -32734,6 +39845,168 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -14, y: 35, 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: -13, y: 35, 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: -12, y: 35, 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: -11, y: 35, 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: 4, y: 35, 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: 5, y: 35, 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: 90, y: 35, 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: 91, y: 35, 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: 92, y: 35, 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: 95, y: 35, 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: 96, y: 35, 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: 129, y: 35, 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: 130, y: 35, 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: 131, y: 35, 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: 132, y: 35, 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: 133, y: 35, 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: 134, y: 35, 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: 135, y: 35, 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: 159, y: 35, z: 0} second: m_TileIndex: 1 @@ -32815,6 +40088,141 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -13, y: 36, 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: 4, y: 36, 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: 90, y: 36, 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: 91, y: 36, 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: 92, y: 36, 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: 95, y: 36, 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: 96, y: 36, 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: 97, y: 36, 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: 129, y: 36, 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: 130, y: 36, 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: 131, y: 36, 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: 132, y: 36, 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: 133, y: 36, 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: 134, y: 36, 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: 135, y: 36, 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: 159, y: 36, z: 0} second: m_TileIndex: 1 @@ -32905,6 +40313,195 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -12, y: 37, 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: -11, y: 37, 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: -10, y: 37, 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: -9, y: 37, 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: 37, 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: -7, y: 37, 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: -6, y: 37, 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: -5, y: 37, 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: -4, y: 37, 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: -3, y: 37, 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: -2, y: 37, 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: 37, 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: 0, y: 37, 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: 37, 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: 2, y: 37, 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: 3, y: 37, 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: 4, y: 37, 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: 90, y: 37, 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: 95, y: 37, 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: 96, y: 37, 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: 97, y: 37, 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: 159, y: 37, z: 0} second: m_TileIndex: 1 @@ -32986,6 +40583,42 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 95, y: 38, 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: 96, y: 38, 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: 97, y: 38, 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: 98, y: 38, 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: 232, y: 38, z: 0} second: m_TileIndex: 1 @@ -33040,6 +40673,42 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: 95, y: 39, 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: 96, y: 39, 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: 97, y: 39, 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: 98, y: 39, 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: 232, y: 39, z: 0} second: m_TileIndex: 1 @@ -39956,16 +47625,16 @@ Tilemap: m_TileAssetArray: - m_RefCount: 0 m_Data: {fileID: 0} - - m_RefCount: 4030 + - m_RefCount: 4594 m_Data: {fileID: 11400000, guid: 72512fd510bbaa54abcab943acdfad9d, type: 2} m_TileSpriteArray: - m_RefCount: 0 m_Data: {fileID: 0} - - m_RefCount: 4030 + - m_RefCount: 4594 m_Data: {fileID: 7688254355190835736, guid: 06179a7b27612804c9315624bd8657bc, type: 3} m_TileMatrixArray: - - m_RefCount: 4030 + - m_RefCount: 4594 m_Data: e00: 1 e01: 0 @@ -39984,7 +47653,7 @@ Tilemap: e32: 0 e33: 1 m_TileColorArray: - - m_RefCount: 4030 + - m_RefCount: 4594 m_Data: {r: 1, g: 1, b: 1, a: 1} m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} @@ -40021,15 +47690,20 @@ PrefabInstance: propertyPath: m_Name value: Pizza objectReference: {fileID: 0} + - target: {fileID: 1137786072160203054, guid: f859e1c9214db2c4eaaeff51febb3222, + type: 3} + propertyPath: m_TagString + value: Pizza + objectReference: {fileID: 0} - target: {fileID: 8554420466772133694, guid: f859e1c9214db2c4eaaeff51febb3222, type: 3} propertyPath: m_LocalPosition.x - value: 69.93 + value: 42.01 objectReference: {fileID: 0} - target: {fileID: 8554420466772133694, guid: f859e1c9214db2c4eaaeff51febb3222, type: 3} propertyPath: m_LocalPosition.y - value: 20.77 + value: 22.76 objectReference: {fileID: 0} - target: {fileID: 8554420466772133694, guid: f859e1c9214db2c4eaaeff51febb3222, type: 3} @@ -40197,3 +47871,97 @@ PrefabInstance: objectReference: {fileID: 1759518265} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: ef13d4cb4d0a2b043b4f2a6cc75ca48a, type: 3} +--- !u!1001 &7653345758327600075 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 5520736153122788072, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Offset.x + value: 0.032886505 + objectReference: {fileID: 0} + - target: {fileID: 5520736153122788072, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Size.x + value: 0.95738983 + objectReference: {fileID: 0} + - target: {fileID: 5520736153122788072, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Offset.y + value: -0.09043503 + objectReference: {fileID: 0} + - target: {fileID: 5520736153122788072, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Size.y + value: 1.31913 + objectReference: {fileID: 0} + - target: {fileID: 6870250841519595495, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_Name + value: Coffee + objectReference: {fileID: 0} + - target: {fileID: 6870250841519595495, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_TagString + value: Coffee + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.x + value: 70 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.y + value: 20.7 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalPosition.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7123021364386132083, guid: 2ccb08e2c4b8851498f8ecbf1a873146, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2ccb08e2c4b8851498f8ecbf1a873146, type: 3} diff --git a/Assets/Scripts/EventControls.cs b/Assets/Scripts/EventControls.cs index 49bb6cf..1ca811d 100644 --- a/Assets/Scripts/EventControls.cs +++ b/Assets/Scripts/EventControls.cs @@ -7,7 +7,7 @@ using UnityEngine.Tilemaps; public class EventControls : MonoBehaviour { - [SerializeField] private Player player; + [SerializeField] private Player player; [SerializeField] private Camera camera; [SerializeField] private List tiles; [SerializeField] private List successTiles; diff --git a/Assets/Scripts/Player.cs b/Assets/Scripts/Player.cs index 052d3a9..0761ec9 100644 --- a/Assets/Scripts/Player.cs +++ b/Assets/Scripts/Player.cs @@ -12,6 +12,16 @@ public class Player : MonoBehaviour [SerializeField] private float wallErrorThreshold = 1.5f; [SerializeField] private float wallLineCaseDistance = 0.5f; [SerializeField] private float runErrorThreshold = 0.05f; + [SerializeField] private int startHealth = 3; + private int currentHealth; + [SerializeField] private int startStamina = 100; + [SerializeField] private int coffeValuePercent = 10; + [SerializeField] private int bugStaminaDamagePercent = 15; + private int currentStamina; + + [SerializeField] private SpriteRenderer healthBar; + [SerializeField] private SpriteRenderer staminaBar; + private Rigidbody2D rigidBody; @@ -24,10 +34,14 @@ public class Player : MonoBehaviour rigidBody = GetComponent(); collider = GetComponent(); animator = GetComponent(); + currentHealth = startHealth; + currentStamina = startStamina; + healthBar.size = new Vector2(1.5f * startHealth, healthBar.size.y); + staminaBar.size = new Vector2(staminaBar.size.x, staminaBar.size.y); } private void Update() - { + { MovePlayer(); //if (IsPlayerOnWall(true)) @@ -53,6 +67,40 @@ public class Player : MonoBehaviour } + void OnCollisionEnter2D(Collision2D coll) + { + if (coll.gameObject.tag == "Pizza") + { + Destroy(coll.gameObject); + currentHealth += currentHealth < startHealth ? 1 : 0; + healthBar.size = new Vector2(1.5f * currentHealth, this.healthBar.size.y); + } + else if (coll.gameObject.tag == "Coffee") + { + Destroy(coll.gameObject); + DrinkCoffee(); + } + } + + private void DrinkCoffee() + { + int result = currentStamina + GetStaminaValueChange(coffeValuePercent); + currentStamina = result < startStamina ? result : startStamina; + staminaBar.size = new Vector2(staminaBar.size.x * (currentStamina/startStamina), staminaBar.size.y); + } + + private void DecreaseStaminaAfterBugFight() + { + int result = currentStamina - GetStaminaValueChange(bugStaminaDamagePercent); + currentStamina = result < 0 ? 0 : result; + } + + private int GetStaminaValueChange(int percentage) + { + return currentStamina < startStamina ? (startStamina * percentage / 100) : 0; + } + + private void MovePlayer() { if (isMovementEnabled) @@ -103,9 +151,9 @@ public class Player : MonoBehaviour private bool IsPlayerOnGround() { - return IsPointOnGround(transform.position + new Vector3(collider.bounds.extents.x * 0.97f, 0, 0)) || + return IsPointOnGround(transform.position + new Vector3(collider.bounds.extents.x * 0.96f, 0, 0)) || IsPointOnGround(transform.position) || - IsPointOnGround(transform.position - new Vector3(collider.bounds.extents.x, 0, 0)); + IsPointOnGround(transform.position - new Vector3(collider.bounds.extents.x * 0.99f, 0, 0)); } private bool IsPointOnGround(Vector2 position) diff --git a/Assets/Sprites/Controls/Buttons.png b/Assets/Sprites/Controls/Buttons.png index 46aa53c..c710828 100644 Binary files a/Assets/Sprites/Controls/Buttons.png and b/Assets/Sprites/Controls/Buttons.png differ diff --git a/Assets/Sprites/Controls/Buttons.png.meta b/Assets/Sprites/Controls/Buttons.png.meta index b5a3e01..74ab22d 100644 --- a/Assets/Sprites/Controls/Buttons.png.meta +++ b/Assets/Sprites/Controls/Buttons.png.meta @@ -38,6 +38,42 @@ TextureImporter: - first: 213: 4520375771122408675 second: Buttons_11 + - first: + 213: -5179577679047867133 + second: Buttons_12 + - first: + 213: -3910703144431735636 + second: Buttons_13 + - first: + 213: -8085034249037642075 + second: Buttons_14 + - first: + 213: 2002449761939175838 + second: Buttons_15 + - first: + 213: -8297432600200059137 + second: Buttons_16 + - first: + 213: 6581902851085628065 + second: Buttons_17 + - first: + 213: 5873922061639052055 + second: Buttons_18 + - first: + 213: 1037043418157672090 + second: Buttons_19 + - first: + 213: 6246160581572741293 + second: Buttons_20 + - first: + 213: 7671842712487638309 + second: Buttons_21 + - first: + 213: 6994526540242742011 + second: Buttons_22 + - first: + 213: -6134105900329393699 + second: Buttons_23 externalObjects: {} serializedVersion: 10 mipmaps: @@ -138,7 +174,7 @@ TextureImporter: rect: serializedVersion: 2 x: 1 - y: 121 + y: 265 width: 22 height: 22 alignment: 0 @@ -148,7 +184,7 @@ TextureImporter: physicsShape: [] tessellationDetail: 0 bones: [] - spriteID: 771983acc2d2d614590277d7ff3d4a12 + spriteID: bee95c3dd75984d409533a86f4675da4 internalID: 8894201953851282084 vertices: [] indices: @@ -159,7 +195,7 @@ TextureImporter: rect: serializedVersion: 2 x: 25 - y: 121 + y: 265 width: 22 height: 21 alignment: 0 @@ -169,7 +205,7 @@ TextureImporter: physicsShape: [] tessellationDetail: 0 bones: [] - spriteID: c1c5ef53feb463f4e80d085366da3b4a + spriteID: d6a5554e0b9134b4a97859861a4fc89a internalID: 7664807735657788756 vertices: [] indices: @@ -180,9 +216,9 @@ TextureImporter: rect: serializedVersion: 2 x: 1 - y: 97 + y: 241 width: 22 - height: 22 + height: 21 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} @@ -190,7 +226,7 @@ TextureImporter: physicsShape: [] tessellationDetail: 0 bones: [] - spriteID: 61d8869a701da1649b6221cb6c5e7669 + spriteID: 2de17ff0cd6641b4db4e2c1066493459 internalID: -5402412272178277761 vertices: [] indices: @@ -201,7 +237,7 @@ TextureImporter: rect: serializedVersion: 2 x: 25 - y: 97 + y: 241 width: 22 height: 21 alignment: 0 @@ -211,7 +247,7 @@ TextureImporter: physicsShape: [] tessellationDetail: 0 bones: [] - spriteID: c2b21a77049f7334ba16935e70fa3c04 + spriteID: 2d485e5e9daa4a542a94155fa951f00f internalID: 2013261503205373015 vertices: [] indices: @@ -222,7 +258,7 @@ TextureImporter: rect: serializedVersion: 2 x: 1 - y: 73 + y: 217 width: 22 height: 22 alignment: 0 @@ -232,7 +268,7 @@ TextureImporter: physicsShape: [] tessellationDetail: 0 bones: [] - spriteID: 8745ecc39f073ea49af751755b0e5ae3 + spriteID: 2ae4f945adf9b0f4c8fc870bd44202fd internalID: 3760674464881954987 vertices: [] indices: @@ -243,7 +279,7 @@ TextureImporter: rect: serializedVersion: 2 x: 25 - y: 73 + y: 217 width: 22 height: 21 alignment: 0 @@ -253,7 +289,7 @@ TextureImporter: physicsShape: [] tessellationDetail: 0 bones: [] - spriteID: eaae1ffb4ef4aeb4db0bd07f0b71eab6 + spriteID: 6e894e335ab1d674cac3deb39e17a6cc internalID: -7811504096720598664 vertices: [] indices: @@ -264,9 +300,9 @@ TextureImporter: rect: serializedVersion: 2 x: 1 - y: 49 + y: 193 width: 22 - height: 22 + height: 21 alignment: 0 pivot: {x: 0, y: 0} border: {x: 0, y: 0, z: 0, w: 0} @@ -274,7 +310,7 @@ TextureImporter: physicsShape: [] tessellationDetail: 0 bones: [] - spriteID: 4e94035bc6af70b429517d2fe6fa525e + spriteID: a173aa27de3f102489b91ee755662dfd internalID: -7814535901586335685 vertices: [] indices: @@ -285,7 +321,7 @@ TextureImporter: rect: serializedVersion: 2 x: 25 - y: 49 + y: 193 width: 22 height: 21 alignment: 0 @@ -295,7 +331,7 @@ TextureImporter: physicsShape: [] tessellationDetail: 0 bones: [] - spriteID: 5e64ab545a490104c8b040fd70d59d1e + spriteID: 7c0ecbaf5efd3af418045e1727b0800a internalID: -3243065930256096816 vertices: [] indices: @@ -306,7 +342,7 @@ TextureImporter: rect: serializedVersion: 2 x: 1 - y: 25 + y: 169 width: 22 height: 22 alignment: 0 @@ -316,7 +352,7 @@ TextureImporter: physicsShape: [] tessellationDetail: 0 bones: [] - spriteID: ced29ff062e9d9549981d3399e85ef87 + spriteID: 41b9b7b82248d2841867d9bb13a28417 internalID: -5316896731886317114 vertices: [] indices: @@ -327,7 +363,7 @@ TextureImporter: rect: serializedVersion: 2 x: 25 - y: 25 + y: 169 width: 22 height: 21 alignment: 0 @@ -337,7 +373,7 @@ TextureImporter: physicsShape: [] tessellationDetail: 0 bones: [] - spriteID: 692327ffefa56a34aa833cd3b7a6b559 + spriteID: 32ab5b01786117a4486e4e4349698509 internalID: 7219830438018454713 vertices: [] indices: @@ -348,7 +384,49 @@ TextureImporter: rect: serializedVersion: 2 x: 1 - y: 1 + y: 145 + width: 22 + height: 21 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 18648e422a910b140a2129545d57181b + internalID: 3100856887975758742 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Buttons_11 + rect: + serializedVersion: 2 + x: 25 + y: 145 + width: 22 + height: 21 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5dfc7bb8cfb1edb4b9b0118e142d3c27 + internalID: 4520375771122408675 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Buttons_12 + rect: + serializedVersion: 2 + x: 1 + y: 121 width: 22 height: 22 alignment: 0 @@ -358,14 +436,224 @@ TextureImporter: physicsShape: [] tessellationDetail: 0 bones: [] - spriteID: db9b987a7e2fb7341bb9565a6961c61a - internalID: 3100856887975758742 + spriteID: db513048a63085b4089d559c4beb56dd + internalID: -5179577679047867133 vertices: [] indices: edges: [] weights: [] - serializedVersion: 2 - name: Buttons_11 + name: Buttons_13 + rect: + serializedVersion: 2 + x: 25 + y: 121 + width: 22 + height: 21 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4f5378c863cdced4db9c37d60ef838ee + internalID: -3910703144431735636 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Buttons_14 + rect: + serializedVersion: 2 + x: 1 + y: 97 + width: 22 + height: 21 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1b13e0f26492cdc4ea58de23b495dcce + internalID: -8085034249037642075 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Buttons_15 + rect: + serializedVersion: 2 + x: 25 + y: 97 + width: 22 + height: 21 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 58564ddc019215c46b68a1682059f80e + internalID: 2002449761939175838 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Buttons_16 + rect: + serializedVersion: 2 + x: 1 + y: 73 + width: 22 + height: 22 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 684e5c8a819fa44438032e7c272b107a + internalID: -8297432600200059137 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Buttons_17 + rect: + serializedVersion: 2 + x: 25 + y: 73 + width: 22 + height: 21 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: bb2c6fa62bd736e429d5871af9d9417f + internalID: 6581902851085628065 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Buttons_18 + rect: + serializedVersion: 2 + x: 1 + y: 49 + width: 22 + height: 21 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a5f442dd862365345a0f6586e29766f8 + internalID: 5873922061639052055 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Buttons_19 + rect: + serializedVersion: 2 + x: 25 + y: 49 + width: 22 + height: 21 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: d3b405194eb929843a84aeb9fac7c9f5 + internalID: 1037043418157672090 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Buttons_20 + rect: + serializedVersion: 2 + x: 1 + y: 25 + width: 22 + height: 22 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: dc3807d56f638a344ab721d0ed20a018 + internalID: 6246160581572741293 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Buttons_21 + rect: + serializedVersion: 2 + x: 25 + y: 25 + width: 22 + height: 21 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1896b41ad4a0d264e92b629258fd9622 + internalID: 7671842712487638309 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Buttons_22 + rect: + serializedVersion: 2 + x: 1 + y: 1 + width: 22 + height: 21 + alignment: 0 + pivot: {x: 0, y: 0} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 68682ebb3d285b64eaf93f35ccbd1e0f + internalID: 6994526540242742011 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: Buttons_23 rect: serializedVersion: 2 x: 25 @@ -379,8 +667,8 @@ TextureImporter: physicsShape: [] tessellationDetail: 0 bones: [] - spriteID: 41caa7ddfc35e804cb7899be46e9acb0 - internalID: 4520375771122408675 + spriteID: dfa25900ecd440745a26036c8ebdaeb2 + internalID: -6134105900329393699 vertices: [] indices: edges: [] diff --git a/Assets/Sprites/Controls/Buttons_12.asset b/Assets/Sprites/Controls/Buttons_12.asset new file mode 100644 index 0000000..7ade95c --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_12.asset @@ -0,0 +1,37 @@ +%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: Buttons_12 + m_EditorClassIdentifier: + m_Sprite: {fileID: -5179577679047867133, guid: 41e19859471e9554081441f3912fd642, + 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/Controls/Buttons_12.asset.meta b/Assets/Sprites/Controls/Buttons_12.asset.meta new file mode 100644 index 0000000..795f373 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_12.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bfe2d3906a2ea9a459088706930d84a6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_13.asset b/Assets/Sprites/Controls/Buttons_13.asset new file mode 100644 index 0000000..0c72fe9 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_13.asset @@ -0,0 +1,37 @@ +%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: Buttons_13 + m_EditorClassIdentifier: + m_Sprite: {fileID: -3910703144431735636, guid: 41e19859471e9554081441f3912fd642, + 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/Controls/Buttons_13.asset.meta b/Assets/Sprites/Controls/Buttons_13.asset.meta new file mode 100644 index 0000000..45ca42b --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_13.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a6df840757ade3b4b91133bd128a4ca7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_14.asset b/Assets/Sprites/Controls/Buttons_14.asset new file mode 100644 index 0000000..55dc6cc --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_14.asset @@ -0,0 +1,37 @@ +%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: Buttons_14 + m_EditorClassIdentifier: + m_Sprite: {fileID: -8085034249037642075, guid: 41e19859471e9554081441f3912fd642, + 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/Controls/Buttons_14.asset.meta b/Assets/Sprites/Controls/Buttons_14.asset.meta new file mode 100644 index 0000000..f745fe0 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_14.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 31952a6eac335264bbb33d2823f28683 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_15.asset b/Assets/Sprites/Controls/Buttons_15.asset new file mode 100644 index 0000000..85f7620 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_15.asset @@ -0,0 +1,37 @@ +%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: Buttons_15 + m_EditorClassIdentifier: + m_Sprite: {fileID: 2002449761939175838, guid: 41e19859471e9554081441f3912fd642, + 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/Controls/Buttons_15.asset.meta b/Assets/Sprites/Controls/Buttons_15.asset.meta new file mode 100644 index 0000000..34dd263 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_15.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 873a5cecdfc9ebf4583428797abdf980 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_16.asset b/Assets/Sprites/Controls/Buttons_16.asset new file mode 100644 index 0000000..bc6e2d8 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_16.asset @@ -0,0 +1,37 @@ +%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: Buttons_16 + m_EditorClassIdentifier: + m_Sprite: {fileID: -8297432600200059137, guid: 41e19859471e9554081441f3912fd642, + 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/Controls/Buttons_16.asset.meta b/Assets/Sprites/Controls/Buttons_16.asset.meta new file mode 100644 index 0000000..683c3d0 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_16.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eb62aa8f449e99a499ed3a9dde109158 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_17.asset b/Assets/Sprites/Controls/Buttons_17.asset new file mode 100644 index 0000000..cb399ae --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_17.asset @@ -0,0 +1,37 @@ +%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: Buttons_17 + m_EditorClassIdentifier: + m_Sprite: {fileID: 6581902851085628065, guid: 41e19859471e9554081441f3912fd642, + 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/Controls/Buttons_17.asset.meta b/Assets/Sprites/Controls/Buttons_17.asset.meta new file mode 100644 index 0000000..88759ce --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_17.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8e4de2f5a5925ad47b2e5135946daee7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_18.asset b/Assets/Sprites/Controls/Buttons_18.asset new file mode 100644 index 0000000..a580268 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_18.asset @@ -0,0 +1,37 @@ +%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: Buttons_18 + m_EditorClassIdentifier: + m_Sprite: {fileID: 5873922061639052055, guid: 41e19859471e9554081441f3912fd642, + 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/Controls/Buttons_18.asset.meta b/Assets/Sprites/Controls/Buttons_18.asset.meta new file mode 100644 index 0000000..ae971a7 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_18.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fe934cd7480abb34d85c270a61159910 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_19.asset b/Assets/Sprites/Controls/Buttons_19.asset new file mode 100644 index 0000000..db2e5b7 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_19.asset @@ -0,0 +1,37 @@ +%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: Buttons_19 + m_EditorClassIdentifier: + m_Sprite: {fileID: 1037043418157672090, guid: 41e19859471e9554081441f3912fd642, + 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/Controls/Buttons_19.asset.meta b/Assets/Sprites/Controls/Buttons_19.asset.meta new file mode 100644 index 0000000..3ff21d3 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_19.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aa0847f2d07a5de409fea20d9eef8f98 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_20.asset b/Assets/Sprites/Controls/Buttons_20.asset new file mode 100644 index 0000000..3b3ac31 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_20.asset @@ -0,0 +1,37 @@ +%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: Buttons_20 + m_EditorClassIdentifier: + m_Sprite: {fileID: 6246160581572741293, guid: 41e19859471e9554081441f3912fd642, + 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/Controls/Buttons_20.asset.meta b/Assets/Sprites/Controls/Buttons_20.asset.meta new file mode 100644 index 0000000..2b48801 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_20.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3892d3fd4f09d3546a9c0fa91c23804c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_21.asset b/Assets/Sprites/Controls/Buttons_21.asset new file mode 100644 index 0000000..ed443a0 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_21.asset @@ -0,0 +1,37 @@ +%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: Buttons_21 + m_EditorClassIdentifier: + m_Sprite: {fileID: 7671842712487638309, guid: 41e19859471e9554081441f3912fd642, + 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/Controls/Buttons_21.asset.meta b/Assets/Sprites/Controls/Buttons_21.asset.meta new file mode 100644 index 0000000..aeed9d4 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_21.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8a9fda06d52381844891193f6ed6bb07 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_22.asset b/Assets/Sprites/Controls/Buttons_22.asset new file mode 100644 index 0000000..6bd6dda --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_22.asset @@ -0,0 +1,37 @@ +%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: Buttons_22 + m_EditorClassIdentifier: + m_Sprite: {fileID: 6994526540242742011, guid: 41e19859471e9554081441f3912fd642, + 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/Controls/Buttons_22.asset.meta b/Assets/Sprites/Controls/Buttons_22.asset.meta new file mode 100644 index 0000000..4c3b3bd --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_22.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5eea178b37799c04484c1d11a68c148c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_23.asset b/Assets/Sprites/Controls/Buttons_23.asset new file mode 100644 index 0000000..6489d58 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_23.asset @@ -0,0 +1,37 @@ +%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: Buttons_23 + m_EditorClassIdentifier: + m_Sprite: {fileID: -6134105900329393699, guid: 41e19859471e9554081441f3912fd642, + 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/Controls/Buttons_23.asset.meta b/Assets/Sprites/Controls/Buttons_23.asset.meta new file mode 100644 index 0000000..93db453 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_23.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4a575a19b6cd8a140959a1461963418f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Plus.png b/Assets/Sprites/Controls/Plus.png index dee090e..5f96e6f 100644 Binary files a/Assets/Sprites/Controls/Plus.png and b/Assets/Sprites/Controls/Plus.png differ diff --git a/Assets/Sprites/Controls/Plus.png.meta b/Assets/Sprites/Controls/Plus.png.meta index f021c9e..97d3add 100644 --- a/Assets/Sprites/Controls/Plus.png.meta +++ b/Assets/Sprites/Controls/Plus.png.meta @@ -45,7 +45,7 @@ TextureImporter: spriteMeshType: 1 alignment: 0 spritePivot: {x: 0.5, y: 0.5} - spritePixelsToUnits: 18 + spritePixelsToUnits: 16 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 alphaUsage: 1 diff --git a/Assets/Sprites/Ground Material.mat b/Assets/Sprites/Ground Material.mat index 3af89b3..10be197 100644 --- a/Assets/Sprites/Ground Material.mat +++ b/Assets/Sprites/Ground Material.mat @@ -19,61 +19,11 @@ Material: m_SavedProperties: serializedVersion: 3 m_TexEnvs: - - _BumpMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailAlbedoMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailMask: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _DetailNormalMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _EmissionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - _MainTex: m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - - _MetallicGlossMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _OcclusionMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} - - _ParallaxMap: - m_Texture: {fileID: 0} - m_Scale: {x: 1, y: 1} - m_Offset: {x: 0, y: 0} m_Floats: - - _BumpScale: 1 - - _Cutoff: 0.5 - - _DetailNormalMapScale: 1 - - _DstBlend: 0 - - _GlossMapScale: 1 - - _Glossiness: 0.5 - - _GlossyReflections: 1 - _InvFade: 1 - - _Metallic: 0 - - _Mode: 0 - - _OcclusionStrength: 1 - - _Parallax: 0.02 - - _SmoothnessTextureChannel: 0 - - _SpecularHighlights: 1 - - _SrcBlend: 1 - - _UVSec: 0 - - _ZWrite: 1 m_Colors: - - _Color: {r: 1, g: 1, b: 1, a: 1} - - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - - _TintColor: {r: 0.3372549, g: 0.3372549, b: 0.3372549, a: 0.5} + - _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} diff --git a/Assets/Sprites/Hud/Heart.png.meta b/Assets/Sprites/Hud/Heart.png.meta index eebd685..9f9d5ba 100644 --- a/Assets/Sprites/Hud/Heart.png.meta +++ b/Assets/Sprites/Hud/Heart.png.meta @@ -43,7 +43,7 @@ TextureImporter: spriteMode: 1 spriteExtrude: 1 spriteMeshType: 1 - alignment: 0 + alignment: 4 spritePivot: {x: 0.5, y: 0.5} spritePixelsToUnits: 16 spriteBorder: {x: 0, y: 0, z: 0, w: 0} diff --git a/Assets/Sprites/Hud/StaminaBar 1.png b/Assets/Sprites/Hud/StaminaBar 1.png new file mode 100644 index 0000000..23bcd5e Binary files /dev/null and b/Assets/Sprites/Hud/StaminaBar 1.png differ diff --git a/Assets/Sprites/Hud/StaminaBar 1.png.meta b/Assets/Sprites/Hud/StaminaBar 1.png.meta new file mode 100644 index 0000000..ef3ab9c --- /dev/null +++ b/Assets/Sprites/Hud/StaminaBar 1.png.meta @@ -0,0 +1,151 @@ +fileFormatVersion: 2 +guid: 5ea496523db789f4fb72651035776eba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + 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: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 4 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 16 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Palette/Event Controls.prefab b/Assets/Sprites/Palette/Event Controls.prefab index ce62554..67bc41c 100644 --- a/Assets/Sprites/Palette/Event Controls.prefab +++ b/Assets/Sprites/Palette/Event Controls.prefab @@ -40,7 +40,7 @@ Grid: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 250460987577937926} m_Enabled: 1 - m_CellSize: {x: 1, y: 1, z: 0} + m_CellSize: {x: 1.375, y: 1.375, z: 0} m_CellGap: {x: 0, y: 0, z: 0} m_CellLayout: 0 m_CellSwizzle: 0 @@ -85,6 +85,51 @@ Tilemap: m_GameObject: {fileID: 7903917978724306658} m_Enabled: 1 m_Tiles: + - first: {x: -16, y: -2, z: 0} + second: + m_TileIndex: 33 + m_TileSpriteIndex: 21 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -15, y: -2, z: 0} + second: + m_TileIndex: 34 + m_TileSpriteIndex: 22 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -14, y: -2, z: 0} + second: + m_TileIndex: 35 + m_TileSpriteIndex: 23 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -13, y: -2, z: 0} + second: + m_TileIndex: 36 + m_TileSpriteIndex: 24 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -11, y: -2, z: 0} + second: + m_TileIndex: 37 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 - first: {x: -6, y: -2, z: 0} second: m_TileIndex: 10 @@ -121,6 +166,51 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -16, y: -1, z: 0} + second: + m_TileIndex: 28 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -15, y: -1, z: 0} + second: + m_TileIndex: 29 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -14, y: -1, z: 0} + second: + m_TileIndex: 30 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -13, y: -1, z: 0} + second: + m_TileIndex: 31 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -12, y: -1, z: 0} + second: + m_TileIndex: 32 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 - first: {x: -6, y: -1, z: 0} second: m_TileIndex: 6 @@ -166,6 +256,51 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -16, y: 0, z: 0} + second: + m_TileIndex: 23 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -15, y: 0, z: 0} + second: + m_TileIndex: 24 + m_TileSpriteIndex: 12 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -14, y: 0, z: 0} + second: + m_TileIndex: 25 + m_TileSpriteIndex: 13 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -13, y: 0, z: 0} + second: + m_TileIndex: 26 + m_TileSpriteIndex: 14 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -12, y: 0, z: 0} + second: + m_TileIndex: 27 + m_TileSpriteIndex: 15 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 - first: {x: -6, y: 0, z: 0} second: m_TileIndex: 2 @@ -202,14 +337,126 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -16, y: 1, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -15, y: 1, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 7 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -14, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -13, y: 1, z: 0} + second: + m_TileIndex: 21 + m_TileSpriteIndex: 9 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -12, y: 1, z: 0} + second: + m_TileIndex: 22 + m_TileSpriteIndex: 10 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -16, y: 2, z: 0} + second: + m_TileIndex: 0 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -15, y: 2, z: 0} + second: + m_TileIndex: 14 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -14, y: 2, z: 0} + second: + m_TileIndex: 15 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -13, y: 2, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -12, y: 2, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 5 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 m_AnimatedTiles: {} m_TileAssetArray: - - m_RefCount: 0 - m_Data: {fileID: 0} - - m_RefCount: 1 - m_Data: {fileID: 11400000, guid: ee14e10b7ac07bd449e0f1d5ea99eb42, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 1f7bfa5ee72002646806268d14bfeb3b, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ae6e7a8b9fa2433448a66da4090e310c, type: 2} - m_RefCount: 1 @@ -232,47 +479,109 @@ Tilemap: m_Data: {fileID: 11400000, guid: 4c5438b1315e8d840b6c482e9710993c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e3c7dcade26bec746bd38fb794264216, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: bfe2d3906a2ea9a459088706930d84a6, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: a6df840757ade3b4b91133bd128a4ca7, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 31952a6eac335264bbb33d2823f28683, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 873a5cecdfc9ebf4583428797abdf980, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: eb62aa8f449e99a499ed3a9dde109158, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 8e4de2f5a5925ad47b2e5135946daee7, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: fe934cd7480abb34d85c270a61159910, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: aa0847f2d07a5de409fea20d9eef8f98, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 3892d3fd4f09d3546a9c0fa91c23804c, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 8a9fda06d52381844891193f6ed6bb07, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 5eea178b37799c04484c1d11a68c148c, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 4a575a19b6cd8a140959a1461963418f, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: ee14e10b7ac07bd449e0f1d5ea99eb42, type: 2} m_TileSpriteArray: - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 21300000, guid: 7b479c9679b034648b04c7b0bb947faf, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 8894201953851282084, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 7664807735657788756, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: -5402412272178277761, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 2013261503205373015, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 3760674464881954987, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: -7811504096720598664, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: -7814535901586335685, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: -3243065930256096816, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: -5316896731886317114, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 7219830438018454713, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 3100856887975758742, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 4520375771122408675, guid: 41e19859471e9554081441f3912fd642, type: 3} + - m_RefCount: 1 + m_Data: {fileID: -5179577679047867133, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: -3910703144431735636, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: -8085034249037642075, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 2002449761939175838, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: -8297432600200059137, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 6581902851085628065, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 5873922061639052055, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 1037043418157672090, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 6246160581572741293, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 7671842712487638309, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 6994526540242742011, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: -6134105900329393699, guid: 41e19859471e9554081441f3912fd642, + type: 3} m_TileMatrixArray: - - m_RefCount: 13 + - m_RefCount: 38 m_Data: e00: 1 e01: 0 @@ -291,14 +600,14 @@ Tilemap: e32: 0 e33: 1 m_TileColorArray: - - m_RefCount: 13 + - m_RefCount: 38 m_Data: {r: 1, g: 1, b: 1, a: 1} - m_RefCount: 0 m_Data: {r: -6.304267e+13, g: -6.304267e+13, b: -6.304267e+13, a: -6.304267e+13} m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} - m_Origin: {x: -6, y: -2, z: 0} - m_Size: {x: 7, y: 4, z: 1} + m_Origin: {x: -16, y: -2, z: 0} + m_Size: {x: 17, y: 5, z: 1} m_TileAnchor: {x: 0.5, y: 0.5, z: 0} m_TileOrientation: 0 m_TileOrientationMatrix: diff --git a/Assets/Sprites/Tilemaps/PipeTiles.png b/Assets/Sprites/Tilemaps/PipeTiles.png new file mode 100644 index 0000000..f8bacb4 Binary files /dev/null and b/Assets/Sprites/Tilemaps/PipeTiles.png differ diff --git a/Assets/Sprites/Tilemaps/PipeTiles.png.meta b/Assets/Sprites/Tilemaps/PipeTiles.png.meta new file mode 100644 index 0000000..84642f6 --- /dev/null +++ b/Assets/Sprites/Tilemaps/PipeTiles.png.meta @@ -0,0 +1,1039 @@ +fileFormatVersion: 2 +guid: 49aff731d4c5d904cb4a96efda174435 +TextureImporter: + internalIDToNameTable: + - first: + 213: -8979366296493344153 + second: PipeTiles_0 + - first: + 213: 4953425847005770445 + second: PipeTiles_1 + - first: + 213: 3899267650310150232 + second: PipeTiles_2 + - first: + 213: 4251504664651026935 + second: PipeTiles_3 + - first: + 213: -6759804127452589910 + second: PipeTiles_4 + - first: + 213: 6298588681826963248 + second: PipeTiles_5 + - first: + 213: -5902715016061970677 + second: PipeTiles_6 + - first: + 213: 6019562550053465928 + second: PipeTiles_7 + - first: + 213: -4413646081541789752 + second: PipeTiles_8 + - first: + 213: 4071469684041979559 + second: PipeTiles_9 + - first: + 213: 7007608294650426643 + second: PipeTiles_10 + - first: + 213: -253759569361395943 + second: PipeTiles_11 + - first: + 213: 5618131458331307619 + second: PipeTiles_12 + - first: + 213: 8725971575181842871 + second: PipeTiles_13 + - first: + 213: -3197854695104457833 + second: PipeTiles_14 + - first: + 213: -2606513600679071724 + second: PipeTiles_15 + - first: + 213: -1900527946800440219 + second: PipeTiles_16 + - first: + 213: -4882141982386265368 + second: PipeTiles_17 + - first: + 213: 3546727269370495058 + second: PipeTiles_18 + - first: + 213: 8600916561015964933 + second: PipeTiles_19 + - first: + 213: 7865276437999655358 + second: PipeTiles_20 + - first: + 213: -5371733341072181075 + second: PipeTiles_21 + - first: + 213: -789685760065078615 + second: PipeTiles_22 + - first: + 213: 4960932624470779703 + second: PipeTiles_23 + - first: + 213: -6673231491506958048 + second: PipeTiles_24 + - first: + 213: 7567820555222758535 + second: PipeTiles_25 + - first: + 213: 4439565115912304472 + second: PipeTiles_26 + - first: + 213: -2070883080106754916 + second: PipeTiles_27 + - first: + 213: 7239477528270429006 + second: PipeTiles_28 + - first: + 213: -5673457028595952737 + second: PipeTiles_29 + - first: + 213: -8193107624059348954 + second: PipeTiles_30 + - first: + 213: -5400799085710072143 + second: PipeTiles_31 + - first: + 213: -2367712742182291369 + second: PipeTiles_32 + - first: + 213: -8295148406608697836 + second: PipeTiles_33 + - first: + 213: 8911477121238140713 + second: PipeTiles_34 + - first: + 213: -6782654346716286212 + second: PipeTiles_35 + - first: + 213: -7390116518872501504 + second: PipeTiles_36 + externalObjects: {} + serializedVersion: 10 + 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: 16 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: + - serializedVersion: 2 + name: PipeTiles_0 + rect: + serializedVersion: 2 + x: 0 + y: 64 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5c7cf8da6ed0bd3409c66ee7009185c3 + internalID: -8979366296493344153 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_1 + rect: + serializedVersion: 2 + x: 16 + y: 64 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: dd3f9ad0f7a980044b376545264339da + internalID: 4953425847005770445 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_2 + rect: + serializedVersion: 2 + x: 32 + y: 64 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: a02cb67ee8a04d644a93c3c22fb024da + internalID: 3899267650310150232 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_3 + rect: + serializedVersion: 2 + x: 48 + y: 64 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: cb0046e5e04c96d4e8632c098d556b92 + internalID: 4251504664651026935 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_4 + rect: + serializedVersion: 2 + x: 64 + y: 64 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 5f6d6c94232400f42883b2474a2f3c62 + internalID: -6759804127452589910 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_5 + rect: + serializedVersion: 2 + x: 80 + y: 64 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ef87070e155892744bb6a9b77a60a26e + internalID: 6298588681826963248 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_6 + rect: + serializedVersion: 2 + x: 96 + y: 64 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f66a2036a12f60443b882efc8ec04811 + internalID: -5902715016061970677 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_7 + rect: + serializedVersion: 2 + x: 112 + y: 64 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: be96799d1ac7999458c41685782871b1 + internalID: 6019562550053465928 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_8 + rect: + serializedVersion: 2 + x: 128 + y: 64 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 9a2d282e1590edc489e358cbe5a6a9e9 + internalID: -4413646081541789752 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_9 + rect: + serializedVersion: 2 + x: 0 + y: 48 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2467a6ba32a697e40ab0db20d0e036dd + internalID: 4071469684041979559 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_10 + rect: + serializedVersion: 2 + x: 16 + y: 48 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 83f423093a5032b4ea4566362ab15eac + internalID: 7007608294650426643 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_11 + rect: + serializedVersion: 2 + x: 32 + y: 48 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f28582c244da7b94e8f08d6dc5f8baca + internalID: -253759569361395943 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_12 + rect: + serializedVersion: 2 + x: 48 + y: 48 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: de8269cd4a1ecb64a8503355ae9b166f + internalID: 5618131458331307619 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_13 + rect: + serializedVersion: 2 + x: 64 + y: 48 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: ccf671d02176c674fa3dd6be7b5f88c6 + internalID: 8725971575181842871 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_14 + rect: + serializedVersion: 2 + x: 80 + y: 48 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 03ad0dd9c6533f94b91ea636a3148774 + internalID: -3197854695104457833 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_15 + rect: + serializedVersion: 2 + x: 96 + y: 48 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6b1b575bc065b804b9f762eb3eced0bb + internalID: -2606513600679071724 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_16 + rect: + serializedVersion: 2 + x: 112 + y: 48 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 3eb7b11ed5615ad45946d041b04f924f + internalID: -1900527946800440219 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_17 + rect: + serializedVersion: 2 + x: 128 + y: 48 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 979584b8c7b7e3c4db921206ae542e9e + internalID: -4882141982386265368 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_18 + rect: + serializedVersion: 2 + x: 0 + y: 32 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1be0d00a4d9685045a0ed149a7066937 + internalID: 3546727269370495058 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_19 + rect: + serializedVersion: 2 + x: 16 + y: 32 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 390c2a30d8adb5640b567f2ee2031193 + internalID: 8600916561015964933 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_20 + rect: + serializedVersion: 2 + x: 32 + y: 32 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2808e98e0194aa549bf3c15101cf2642 + internalID: 7865276437999655358 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_21 + rect: + serializedVersion: 2 + x: 48 + y: 32 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 538b8f6048af0344e83ec6753ab5e2f9 + internalID: -5371733341072181075 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_22 + rect: + serializedVersion: 2 + x: 64 + y: 32 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: f01c9005df7226245bb236b22c0f9aa6 + internalID: -789685760065078615 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_23 + rect: + serializedVersion: 2 + x: 80 + y: 32 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: b168fe9a3d153704b89b8ec649e10c4c + internalID: 4960932624470779703 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_24 + rect: + serializedVersion: 2 + x: 96 + y: 32 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 1ce0a0fbb6076484497d6c38236e645d + internalID: -6673231491506958048 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_25 + rect: + serializedVersion: 2 + x: 112 + y: 32 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: e5ee6dcfbe6eaa24394b147260dad466 + internalID: 7567820555222758535 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_26 + rect: + serializedVersion: 2 + x: 128 + y: 32 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 6c26302fd17cd8549bf2f5f5967fccc0 + internalID: 4439565115912304472 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_27 + rect: + serializedVersion: 2 + x: 0 + y: 16 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: eefbc27ca14bc8a459a9025a459bdbd0 + internalID: -2070883080106754916 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_28 + rect: + serializedVersion: 2 + x: 16 + y: 16 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: acff429eae71c6749b2b72174da0bc2d + internalID: 7239477528270429006 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_29 + rect: + serializedVersion: 2 + x: 32 + y: 16 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 08e65cd2512473744aa8e1b331f2b2b7 + internalID: -5673457028595952737 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_30 + rect: + serializedVersion: 2 + x: 48 + y: 16 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7f194a9eca6997649ad950750050c064 + internalID: -8193107624059348954 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_31 + rect: + serializedVersion: 2 + x: 64 + y: 16 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 386d0d591de775e47b4b707bda86e34f + internalID: -5400799085710072143 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_32 + rect: + serializedVersion: 2 + x: 80 + y: 16 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 4f0232016ab8e7446b5e2445ae96b621 + internalID: -2367712742182291369 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_33 + rect: + serializedVersion: 2 + x: 96 + y: 16 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 82edc1028bef47a4796d720fa99d6e54 + internalID: -8295148406608697836 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_34 + rect: + serializedVersion: 2 + x: 112 + y: 16 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 7fa4bde20ec397d40b749c7aa7570da3 + internalID: 8911477121238140713 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_35 + rect: + serializedVersion: 2 + x: 128 + y: 16 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: 2b0d3059330cc6f4ba534ca4773ac7fc + internalID: -6782654346716286212 + vertices: [] + indices: + edges: [] + weights: [] + - serializedVersion: 2 + name: PipeTiles_36 + rect: + serializedVersion: 2 + x: 0 + y: 0 + width: 16 + height: 16 + alignment: 1 + pivot: {x: 0, y: 1} + border: {x: 0, y: 0, z: 0, w: 0} + outline: [] + physicsShape: [] + tessellationDetail: 0 + bones: [] + spriteID: c83650e94d1676745a87805bed9e2763 + internalID: -7390116518872501504 + vertices: [] + indices: + edges: [] + weights: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ProjectSettings/TagManager.asset b/ProjectSettings/TagManager.asset index ea1159a..597cc20 100644 --- a/ProjectSettings/TagManager.asset +++ b/ProjectSettings/TagManager.asset @@ -3,7 +3,9 @@ --- !u!78 &1 TagManager: serializedVersion: 2 - tags: [] + tags: + - Pizza + - Coffee layers: - Default - TransparentFX