From 386a0db5ff4b06b2d228b503e1a28281a4dd752f Mon Sep 17 00:00:00 2001 From: "j.mei7" Date: Sun, 6 Mar 2022 16:04:18 +0100 Subject: [PATCH] added freetime etc --- Assets/Prefabs/House.prefab | 2 +- Assets/Prefabs/Person.prefab | 59 +- Assets/Prefabs/Workplace.prefab | 30 +- Assets/Scenes/SampleScene.unity | 6862 ++++++++++++++++- .../Scenes/SampleScene/NavMesh-NavMesh.asset | Bin 292256 -> 384924 bytes Assets/Scripts/City.cs | 64 +- Assets/Scripts/FreeTime.meta | 8 + Assets/Scripts/FreeTime/FreeTimeObject.cs | 15 + .../Scripts/FreeTime/FreeTimeObject.cs.meta | 11 + Assets/Scripts/FreeTime/Park.cs | 8 + Assets/Scripts/FreeTime/Park.cs.meta | 11 + Assets/Scripts/FreeTime/Store.cs | 54 + Assets/Scripts/FreeTime/Store.cs.meta | 11 + Assets/Scripts/Housing.meta | 8 + Assets/Scripts/{ => Housing}/House.cs | 0 Assets/Scripts/{ => Housing}/House.cs.meta | 0 Assets/Scripts/Managers.meta | 8 + .../Scripts/{ => Managers}/EconomyManager.cs | 0 .../{ => Managers}/EconomyManager.cs.meta | 0 Assets/Scripts/{ => Managers}/TimeManager.cs | 37 +- .../{ => Managers}/TimeManager.cs.meta | 0 Assets/Scripts/Person.cs | 75 - Assets/Scripts/Person.meta | 8 + Assets/Scripts/Person/Person.cs | 124 + Assets/Scripts/{ => Person}/Person.cs.meta | 0 Assets/Scripts/Person/PersonIndicators.cs | 71 + .../Scripts/Person/PersonIndicators.cs.meta | 11 + Assets/Scripts/{ => Person}/PersonMovement.cs | 0 .../{ => Person}/PersonMovement.cs.meta | 0 Assets/Scripts/Player.meta | 8 + Assets/Scripts/{ => Player}/CameraMovement.cs | 0 .../{ => Player}/CameraMovement.cs.meta | 0 Assets/Scripts/Utils.meta | 8 + Assets/Scripts/Work.meta | 8 + Assets/Scripts/Work/Company.cs | 27 + Assets/Scripts/Work/Company.cs.meta | 11 + Assets/Scripts/Work/Workplace.cs | 81 + Assets/Scripts/{ => Work}/Workplace.cs.meta | 0 Assets/Scripts/Workplace.cs | 59 - 39 files changed, 7480 insertions(+), 199 deletions(-) create mode 100644 Assets/Scripts/FreeTime.meta create mode 100644 Assets/Scripts/FreeTime/FreeTimeObject.cs create mode 100644 Assets/Scripts/FreeTime/FreeTimeObject.cs.meta create mode 100644 Assets/Scripts/FreeTime/Park.cs create mode 100644 Assets/Scripts/FreeTime/Park.cs.meta create mode 100644 Assets/Scripts/FreeTime/Store.cs create mode 100644 Assets/Scripts/FreeTime/Store.cs.meta create mode 100644 Assets/Scripts/Housing.meta rename Assets/Scripts/{ => Housing}/House.cs (100%) rename Assets/Scripts/{ => Housing}/House.cs.meta (100%) create mode 100644 Assets/Scripts/Managers.meta rename Assets/Scripts/{ => Managers}/EconomyManager.cs (100%) rename Assets/Scripts/{ => Managers}/EconomyManager.cs.meta (100%) rename Assets/Scripts/{ => Managers}/TimeManager.cs (80%) rename Assets/Scripts/{ => Managers}/TimeManager.cs.meta (100%) delete mode 100644 Assets/Scripts/Person.cs create mode 100644 Assets/Scripts/Person.meta create mode 100644 Assets/Scripts/Person/Person.cs rename Assets/Scripts/{ => Person}/Person.cs.meta (100%) create mode 100644 Assets/Scripts/Person/PersonIndicators.cs create mode 100644 Assets/Scripts/Person/PersonIndicators.cs.meta rename Assets/Scripts/{ => Person}/PersonMovement.cs (100%) rename Assets/Scripts/{ => Person}/PersonMovement.cs.meta (100%) create mode 100644 Assets/Scripts/Player.meta rename Assets/Scripts/{ => Player}/CameraMovement.cs (100%) rename Assets/Scripts/{ => Player}/CameraMovement.cs.meta (100%) create mode 100644 Assets/Scripts/Utils.meta create mode 100644 Assets/Scripts/Work.meta create mode 100644 Assets/Scripts/Work/Company.cs create mode 100644 Assets/Scripts/Work/Company.cs.meta create mode 100644 Assets/Scripts/Work/Workplace.cs rename Assets/Scripts/{ => Work}/Workplace.cs.meta (100%) delete mode 100644 Assets/Scripts/Workplace.cs diff --git a/Assets/Prefabs/House.prefab b/Assets/Prefabs/House.prefab index 84cc07c..ae69067 100644 --- a/Assets/Prefabs/House.prefab +++ b/Assets/Prefabs/House.prefab @@ -73,7 +73,7 @@ SpriteRenderer: m_LightmapParameters: {fileID: 0} m_SortingLayerID: 0 m_SortingLayer: 0 - m_SortingOrder: 1 + m_SortingOrder: 2 m_Sprite: {fileID: -5177388603050735206, guid: 8884154dfe85442a3a3578be807dbcdf, type: 3} m_Color: {r: 0.2509804, g: 0.32156864, b: 0.40392157, a: 1} m_FlipX: 0 diff --git a/Assets/Prefabs/Person.prefab b/Assets/Prefabs/Person.prefab index c4daeb5..d614b65 100644 --- a/Assets/Prefabs/Person.prefab +++ b/Assets/Prefabs/Person.prefab @@ -11,8 +11,11 @@ GameObject: - component: {fileID: 3391280458837659710} - component: {fileID: 3391280458837659711} - component: {fileID: 3391280458837659705} + - component: {fileID: 3364287627891004760} - component: {fileID: 3391280458837659704} - component: {fileID: 3391280458837659685} + - component: {fileID: -2258169743783008087} + - component: {fileID: 8664866673740159625} m_Layer: 0 m_Name: Person m_TagString: Untagged @@ -33,7 +36,7 @@ Transform: m_ConstrainProportionsScale: 0 m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 9 + m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &3391280458837659711 SpriteRenderer: @@ -104,6 +107,23 @@ MonoBehaviour: city: {fileID: 0} house: {fileID: 0} workplace: {fileID: 0} + status: 0 +--- !u!114 &3364287627891004760 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3391280458837659708} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d96c0dcd94a2a7848973dd95d150cc51, type: 3} + m_Name: + m_EditorClassIdentifier: + happiness: 1 + supplied: 1 + suppliedDecayModifier: 0.3 + happinessDecayModifier: 0.1 --- !u!114 &3391280458837659704 MonoBehaviour: m_ObjectHideFlags: 0 @@ -138,3 +158,40 @@ NavMeshAgent: m_BaseOffset: 0.1 m_WalkableMask: 4294967295 m_ObstacleAvoidanceType: 4 +--- !u!50 &-2258169743783008087 +Rigidbody2D: + serializedVersion: 4 + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3391280458837659708} + m_BodyType: 1 + m_Simulated: 1 + m_UseFullKinematicContacts: 0 + m_UseAutoMass: 0 + m_Mass: 1 + m_LinearDrag: 0 + m_AngularDrag: 0.05 + m_GravityScale: 0 + m_Material: {fileID: 0} + m_Interpolate: 0 + m_SleepingMode: 1 + m_CollisionDetection: 0 + m_Constraints: 0 +--- !u!58 &8664866673740159625 +CircleCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 3391280458837659708} + 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} + serializedVersion: 2 + m_Radius: 0.5 diff --git a/Assets/Prefabs/Workplace.prefab b/Assets/Prefabs/Workplace.prefab index f70fe03..a80b093 100644 --- a/Assets/Prefabs/Workplace.prefab +++ b/Assets/Prefabs/Workplace.prefab @@ -11,6 +11,7 @@ GameObject: - component: {fileID: 2879071748697521147} - component: {fileID: 2879071748697521146} - component: {fileID: 2879071748697521145} + - component: {fileID: 175939583700583309} m_Layer: 0 m_Name: Workplace m_TagString: Untagged @@ -73,7 +74,7 @@ SpriteRenderer: m_LightmapParameters: {fileID: 0} m_SortingLayerID: 0 m_SortingLayer: 0 - m_SortingOrder: 1 + m_SortingOrder: 2 m_Sprite: {fileID: -5177388603050735206, guid: 8884154dfe85442a3a3578be807dbcdf, type: 3} m_Color: {r: 0.40392157, g: 0.25729215, b: 0.2509804, a: 1} m_FlipX: 0 @@ -100,4 +101,31 @@ MonoBehaviour: space: 1 salary: 4.5 workers: [] + activeWorkers: [] city: {fileID: 0} +--- !u!61 &175939583700583309 +BoxCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2879071748697521144} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + m_SpriteTilingProperty: + border: {x: 0.25, y: 0.25, z: 0.25, w: 0.25} + pivot: {x: 0.5, y: 0.5} + oldSize: {x: 1, y: 1} + newSize: {x: 1, y: 1} + adaptiveTilingThreshold: 0.5 + drawMode: 0 + adaptiveTiling: 0 + m_AutoTiling: 0 + serializedVersion: 2 + m_Size: {x: 1, y: 1} + m_EdgeRadius: 0 diff --git a/Assets/Scenes/SampleScene.unity b/Assets/Scenes/SampleScene.unity index 7165b38..6c351a7 100644 --- a/Assets/Scenes/SampleScene.unity +++ b/Assets/Scenes/SampleScene.unity @@ -806,6 +806,46 @@ Tilemap: m_GameObject: {fileID: 258055315} m_Enabled: 1 m_Tiles: + - first: {x: -5, y: -14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: -14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: -14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 35, y: -14, z: 0} second: serializedVersion: 2 @@ -826,6 +866,46 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -5, y: -13, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: -13, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: -13, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -13, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 35, y: -13, z: 0} second: serializedVersion: 2 @@ -856,6 +936,46 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -5, y: -12, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: -12, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: -12, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -12, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 35, y: -12, z: 0} second: serializedVersion: 2 @@ -886,6 +1006,46 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -5, y: -11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: -11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: -11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 36, y: -11, z: 0} second: serializedVersion: 2 @@ -926,6 +1086,56 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -5, y: -10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: -10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: -10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: -10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 36, y: -10, z: 0} second: serializedVersion: 2 @@ -976,6 +1186,46 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -4, y: -9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: -9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: -9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 38, y: -9, z: 0} second: serializedVersion: 2 @@ -1016,6 +1266,46 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -4, y: -8, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: -8, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -8, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: -8, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 39, y: -8, z: 0} second: serializedVersion: 2 @@ -1096,6 +1386,56 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -4, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 0, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 40, y: -7, z: 0} second: serializedVersion: 2 @@ -1206,6 +1546,46 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -3, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 0, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 41, y: -6, z: 0} second: serializedVersion: 2 @@ -4626,6 +5006,436 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 8, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 1 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 16, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 17, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 18, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 19, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 20, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 21, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 22, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 23, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 24, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 25, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 28, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 29, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 30, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 31, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 32, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 33, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 34, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 35, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 36, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 37, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 38, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 39, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 40, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 41, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 42, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 43, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 44, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 45, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 46, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 47, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 48, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 49, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 50, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 0 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 51, y: 10, z: 0} second: serializedVersion: 2 @@ -4676,6 +5486,436 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 8, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 16, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 17, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 18, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 19, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 20, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 21, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 22, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 23, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 24, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 25, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 28, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 29, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 30, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 31, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 32, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 33, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 34, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 35, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 36, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 37, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 38, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 39, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 40, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 41, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 42, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 43, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 44, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 45, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 46, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 47, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 48, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 49, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 50, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 51, y: 11, z: 0} second: serializedVersion: 2 @@ -5598,25 +6838,25 @@ Tilemap: m_AllTileFlags: 1073741825 m_AnimatedTiles: {} m_TileAssetArray: - - m_RefCount: 216 + - m_RefCount: 264 m_Data: {fileID: 11400000, guid: f07bcf21f5ff4ab4685e0b9aa97bd502, type: 2} - - m_RefCount: 51 + - m_RefCount: 56 m_Data: {fileID: 11400000, guid: 8676af077296d9f48b896a16e39c2d5e, type: 2} - - m_RefCount: 24 + - m_RefCount: 35 m_Data: {fileID: 11400000, guid: 63e1b7c530d40e546ada611dae3b13a7, type: 2} - - m_RefCount: 188 + - m_RefCount: 248 m_Data: {fileID: 11400000, guid: 791bb9204b1286746a49b7e686868667, type: 2} m_TileSpriteArray: - - m_RefCount: 216 + - m_RefCount: 264 m_Data: {fileID: -300154746, guid: d07d9b91a608cce47bad21934a2f1605, type: 3} - - m_RefCount: 51 + - m_RefCount: 56 m_Data: {fileID: -1303625750, guid: d07d9b91a608cce47bad21934a2f1605, type: 3} - - m_RefCount: 24 + - m_RefCount: 35 m_Data: {fileID: -1366911946, guid: d07d9b91a608cce47bad21934a2f1605, type: 3} - - m_RefCount: 188 + - m_RefCount: 248 m_Data: {fileID: -620952207, guid: d07d9b91a608cce47bad21934a2f1605, type: 3} m_TileMatrixArray: - - m_RefCount: 479 + - m_RefCount: 603 m_Data: e00: 1 e01: 0 @@ -5635,7 +6875,7 @@ Tilemap: e32: 0 e33: 1 m_TileColorArray: - - m_RefCount: 479 + - m_RefCount: 603 m_Data: {r: 1, g: 1, b: 1, a: 1} m_TileObjectToInstantiateArray: [] m_AnimationFrameRate: 1 @@ -6285,6 +7525,132 @@ Transform: m_CorrespondingSourceObject: {fileID: 8483988689672967185, guid: 23ae9a68a9ff79940adf19a8638591c2, type: 3} m_PrefabInstance: {fileID: 805870941} m_PrefabAsset: {fileID: 0} +--- !u!1 &601735774 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 601735778} + - component: {fileID: 601735777} + - component: {fileID: 601735776} + - component: {fileID: 601735775} + m_Layer: 0 + m_Name: Park + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!61 &601735775 +BoxCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 601735774} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + m_SpriteTilingProperty: + border: {x: 0.25, y: 0.25, z: 0.25, w: 0.25} + pivot: {x: 0.5, y: 0.5} + oldSize: {x: 1, y: 1} + newSize: {x: 1, y: 1} + adaptiveTilingThreshold: 0.5 + drawMode: 0 + adaptiveTiling: 0 + m_AutoTiling: 0 + serializedVersion: 2 + m_Size: {x: 1, y: 1} + m_EdgeRadius: 0 +--- !u!114 &601735776 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 601735774} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7bc2527398280d14790a72191ef86c05, type: 3} + m_Name: + m_EditorClassIdentifier: + FreeTimeObjectName: Park + city: {fileID: 144352894} +--- !u!212 &601735777 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 601735774} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 2 + m_Sprite: {fileID: -5177388603050735206, guid: 8884154dfe85442a3a3578be807dbcdf, type: 3} + m_Color: {r: 0.15831727, g: 0.06848522, b: 0.5377358, a: 0.6117647} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!4 &601735778 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 601735774} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -32.6, y: -14.9, z: 0} + m_LocalScale: {x: 10, y: 10, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &627379116 GameObject: m_ObjectHideFlags: 0 @@ -6888,6 +8254,14 @@ PrefabInstance: serializedVersion: 2 m_TransformParent: {fileID: 1114216404} m_Modifications: + - target: {fileID: -2258169743783008087, guid: 4b478a82c8aed4e4e9f09083bf6afa01, type: 3} + propertyPath: m_BodyType + value: 1 + objectReference: {fileID: 0} + - target: {fileID: -2258169743783008087, guid: 4b478a82c8aed4e4e9f09083bf6afa01, type: 3} + propertyPath: m_CollisionDetection + value: 1 + objectReference: {fileID: 0} - target: {fileID: 3391280458837659705, guid: 4b478a82c8aed4e4e9f09083bf6afa01, type: 3} propertyPath: city value: @@ -6914,7 +8288,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 3391280458837659710, guid: 4b478a82c8aed4e4e9f09083bf6afa01, type: 3} propertyPath: m_LocalPosition.y - value: -3.573608 + value: -7.37 objectReference: {fileID: 0} - target: {fileID: 3391280458837659710, guid: 4b478a82c8aed4e4e9f09083bf6afa01, type: 3} propertyPath: m_LocalPosition.z @@ -6948,7 +8322,12 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} - m_RemovedComponents: [] + - target: {fileID: 8664866673740159625, guid: 4b478a82c8aed4e4e9f09083bf6afa01, type: 3} + propertyPath: m_IsTrigger + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: + - {fileID: 0} m_AddedGameObjects: [] m_SourcePrefab: {fileID: 100100000, guid: 4b478a82c8aed4e4e9f09083bf6afa01, type: 3} --- !u!1001 &905426979 @@ -7164,6 +8543,132 @@ PrefabInstance: m_RemovedComponents: [] m_AddedGameObjects: [] m_SourcePrefab: {fileID: 100100000, guid: a96d918484557ca4b80a00b49f4afcdf, type: 3} +--- !u!1 &995142985 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 995142989} + - component: {fileID: 995142988} + - component: {fileID: 995142987} + - component: {fileID: 995142986} + m_Layer: 0 + m_Name: Park + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!61 &995142986 +BoxCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 995142985} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + m_SpriteTilingProperty: + border: {x: 0.25, y: 0.25, z: 0.25, w: 0.25} + pivot: {x: 0.5, y: 0.5} + oldSize: {x: 1, y: 1} + newSize: {x: 1, y: 1} + adaptiveTilingThreshold: 0.5 + drawMode: 0 + adaptiveTiling: 0 + m_AutoTiling: 0 + serializedVersion: 2 + m_Size: {x: 1, y: 1} + m_EdgeRadius: 0 +--- !u!114 &995142987 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 995142985} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7bc2527398280d14790a72191ef86c05, type: 3} + m_Name: + m_EditorClassIdentifier: + FreeTimeObjectName: Park + city: {fileID: 144352894} +--- !u!212 &995142988 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 995142985} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 2 + m_Sprite: {fileID: -5177388603050735206, guid: 8884154dfe85442a3a3578be807dbcdf, type: 3} + m_Color: {r: 0.15831727, g: 0.06848522, b: 0.5377358, a: 0.6117647} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!4 &995142989 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 995142985} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 66.8, y: -0.1, z: 0} + m_LocalScale: {x: 10, y: 10, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 13 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1022996084 PrefabInstance: m_ObjectHideFlags: 0 @@ -7235,6 +8740,132 @@ PrefabInstance: m_RemovedComponents: [] m_AddedGameObjects: [] m_SourcePrefab: {fileID: 100100000, guid: 4b478a82c8aed4e4e9f09083bf6afa01, type: 3} +--- !u!1 &1048724308 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1048724312} + - component: {fileID: 1048724311} + - component: {fileID: 1048724310} + - component: {fileID: 1048724309} + m_Layer: 0 + m_Name: Park + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!61 &1048724309 +BoxCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1048724308} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + m_SpriteTilingProperty: + border: {x: 0.25, y: 0.25, z: 0.25, w: 0.25} + pivot: {x: 0.5, y: 0.5} + oldSize: {x: 1, y: 1} + newSize: {x: 1, y: 1} + adaptiveTilingThreshold: 0.5 + drawMode: 0 + adaptiveTiling: 0 + m_AutoTiling: 0 + serializedVersion: 2 + m_Size: {x: 1, y: 1} + m_EdgeRadius: 0 +--- !u!114 &1048724310 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1048724308} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7bc2527398280d14790a72191ef86c05, type: 3} + m_Name: + m_EditorClassIdentifier: + FreeTimeObjectName: Park + city: {fileID: 144352894} +--- !u!212 &1048724311 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1048724308} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 2 + m_Sprite: {fileID: -5177388603050735206, guid: 8884154dfe85442a3a3578be807dbcdf, type: 3} + m_Color: {r: 0.15831727, g: 0.06848522, b: 0.5377358, a: 0.6117647} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!4 &1048724312 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1048724308} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -11.2, y: 31.9, z: 0} + m_LocalScale: {x: 10, y: 10, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1062358333 PrefabInstance: m_ObjectHideFlags: 0 @@ -7799,7 +9430,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: partOfDay: 0 - intervalTime: 0.5 + intervalTime: 0.1 readOnlyTimeString: --- !u!4 &1360475758 Transform: @@ -10801,6 +12432,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -15, y: -14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 32, y: -14, z: 0} second: serializedVersion: 2 @@ -10971,6 +12622,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -15, y: -13, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -13, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 32, y: -13, z: 0} second: serializedVersion: 2 @@ -11141,6 +12812,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -15, y: -12, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -12, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 32, y: -12, z: 0} second: serializedVersion: 2 @@ -11281,6 +12972,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -15, y: -11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -69, y: -10, z: 0} second: serializedVersion: 2 @@ -11331,6 +13042,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -15, y: -10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -69, y: -9, z: 0} second: serializedVersion: 2 @@ -11361,6 +13092,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -15, y: -9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -69, y: -8, z: 0} second: serializedVersion: 2 @@ -11381,6 +13132,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -15, y: -8, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -8, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -69, y: -7, z: 0} second: serializedVersion: 2 @@ -11401,6 +13172,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -15, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -69, y: -6, z: 0} second: serializedVersion: 2 @@ -11441,6 +13232,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -15, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -69, y: -5, z: 0} second: serializedVersion: 2 @@ -11481,6 +13292,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -15, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -5, y: -5, z: 0} second: serializedVersion: 2 @@ -11641,6 +13472,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -15, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -5, y: -4, z: 0} second: serializedVersion: 2 @@ -11811,6 +13662,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -15, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: -3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -5, y: -3, z: 0} second: serializedVersion: 2 @@ -12121,6 +13992,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -18, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -17, y: 0, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -67, y: 1, z: 0} second: serializedVersion: 2 @@ -12141,6 +14032,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -18, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -17, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -3, y: 1, z: 0} second: serializedVersion: 2 @@ -12222,6 +14133,16 @@ Tilemap: dummyAlignment: 0 m_AllTileFlags: 1073741825 - first: {x: 5, y: 1, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 1, z: 0} second: serializedVersion: 2 m_TileIndex: 3 @@ -12251,6 +14172,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -18, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -17, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -4, y: 2, z: 0} second: serializedVersion: 2 @@ -12344,8 +14285,18 @@ Tilemap: - first: {x: 5, y: 2, z: 0} second: serializedVersion: 2 - m_TileIndex: 5 - m_TileSpriteIndex: 1 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 2, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 @@ -12391,6 +14342,476 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -63, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -62, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -61, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -60, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -59, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -58, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -57, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -56, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -55, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -54, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -53, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -52, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -51, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -50, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -49, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -48, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -47, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -46, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -45, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -44, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -43, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -42, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -41, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -40, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -39, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -38, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -37, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -36, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -35, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -34, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -33, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -32, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -31, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -30, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -29, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -28, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -27, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -26, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -25, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -24, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -23, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -22, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -21, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -20, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -19, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -18, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -17, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -4, y: 3, z: 0} second: serializedVersion: 2 @@ -12481,6 +14902,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 5, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 3, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -67, y: 4, z: 0} second: serializedVersion: 2 @@ -12521,6 +14962,476 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -63, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -62, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -61, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -60, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -59, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -58, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -57, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -56, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -55, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -54, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -53, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -52, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -51, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -50, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -49, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -48, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -47, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -46, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -45, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -44, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -43, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -42, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -41, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -40, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -39, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -38, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -37, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -36, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -35, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -34, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -33, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -32, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -31, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -30, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -29, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -28, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -27, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -26, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -25, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -24, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -23, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -22, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -21, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -20, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -19, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -18, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -17, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -4, y: 4, z: 0} second: serializedVersion: 2 @@ -12611,6 +15522,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 5, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 4, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -67, y: 5, z: 0} second: serializedVersion: 2 @@ -12631,6 +15562,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 5, y: 5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 5, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -68, y: 6, z: 0} second: serializedVersion: 2 @@ -12661,6 +15612,36 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 5, y: 6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 6, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -72, y: 7, z: 0} second: serializedVersion: 2 @@ -12711,6 +15692,36 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 5, y: 7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 7, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -72, y: 8, z: 0} second: serializedVersion: 2 @@ -12811,6 +15822,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 6, y: 8, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 8, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -72, y: 9, z: 0} second: serializedVersion: 2 @@ -12921,6 +15952,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 6, y: 9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 9, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -69, y: 10, z: 0} second: serializedVersion: 2 @@ -12981,6 +16032,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 6, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 10, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -69, y: 11, z: 0} second: serializedVersion: 2 @@ -13071,6 +16142,26 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 6, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 11, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -72, y: 12, z: 0} second: serializedVersion: 2 @@ -13191,6 +16282,46 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 6, y: 12, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 12, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 12, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 12, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -72, y: 13, z: 0} second: serializedVersion: 2 @@ -13311,6 +16442,46 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 6, y: 13, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 13, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 13, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 13, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: -72, y: 14, z: 0} second: serializedVersion: 2 @@ -13431,6 +16602,616 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -60, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -59, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -58, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -57, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -56, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -55, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -54, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -53, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -52, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -51, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -50, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -49, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -48, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -47, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -46, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -45, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -44, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -43, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -42, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -41, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -40, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -39, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -38, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -37, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -36, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -35, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -34, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -33, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -32, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -31, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -30, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -29, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -28, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -27, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -26, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -25, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -24, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -23, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -22, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -21, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -20, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -19, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -18, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -17, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -16, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -15, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -10, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -9, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -8, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -7, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -6, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -5, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 14, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 51, y: 14, z: 0} second: serializedVersion: 2 @@ -13571,6 +17352,676 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -60, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -59, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -58, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -57, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -56, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -55, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -54, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -53, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -52, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -51, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -50, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -49, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -48, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -47, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -46, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -45, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -44, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -43, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -42, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -41, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -40, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -39, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -38, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -37, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -36, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -35, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -34, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -33, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -32, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -31, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -30, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -29, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -28, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -27, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -26, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -25, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -24, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -23, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -22, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -21, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -20, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -19, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -18, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -17, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -16, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -15, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -14, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -10, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -9, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -8, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -7, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -6, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -5, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -4, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 0, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 1, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 15, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 50, y: 15, z: 0} second: serializedVersion: 2 @@ -13741,6 +18192,126 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -2, y: 16, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: 16, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 0, y: 16, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 1, y: 16, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: 16, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: 16, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: 16, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: 16, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 16, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 16, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 16, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 16, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 50, y: 16, z: 0} second: serializedVersion: 2 @@ -14001,6 +18572,376 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 6, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 16, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 17, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 18, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 19, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 20, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 21, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 22, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 23, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 24, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 25, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 28, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 29, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 30, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 31, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 32, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 33, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 34, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 35, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 36, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 37, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 38, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 39, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 40, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 41, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 42, y: 17, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 50, y: 17, z: 0} second: serializedVersion: 2 @@ -14311,6 +19252,376 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 6, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 16, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 17, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 18, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 19, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 20, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 21, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 22, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 23, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 24, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 25, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 28, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 29, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 30, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 31, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 32, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 33, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 34, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 35, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 36, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 37, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 38, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 39, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 40, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 41, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 42, y: 18, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 50, y: 18, z: 0} second: serializedVersion: 2 @@ -14601,6 +19912,46 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 6, y: 19, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 19, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 19, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 19, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 49, y: 19, z: 0} second: serializedVersion: 2 @@ -14941,6 +20292,46 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 6, y: 20, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 20, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 20, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 20, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 48, y: 20, z: 0} second: serializedVersion: 2 @@ -15311,6 +20702,46 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 6, y: 21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 21, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 46, y: 21, z: 0} second: serializedVersion: 2 @@ -15641,6 +21072,76 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: 6, y: 22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: 22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 22, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 46, y: 22, z: 0} second: serializedVersion: 2 @@ -16111,6 +21612,296 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -4, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 0, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 1, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 16, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 17, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 18, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 19, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 20, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 21, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 22, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 23, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 45, y: 23, z: 0} second: serializedVersion: 2 @@ -16571,6 +22362,296 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -4, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -2, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -1, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 0, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 1, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 2, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 3, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 4, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 5, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 11, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 12, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 13, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 14, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 15, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 16, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 17, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 18, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 19, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 20, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 21, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 22, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 24, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 45, y: 24, z: 0} second: serializedVersion: 2 @@ -16891,6 +22972,126 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -4, y: 25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: 25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 20, y: 25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 21, y: 25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 22, y: 25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 25, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 45, y: 25, z: 0} second: serializedVersion: 2 @@ -17201,6 +23402,116 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -4, y: 26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 6, y: 26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 7, y: 26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 10, y: 26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 21, y: 26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 22, y: 26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 26, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 45, y: 26, z: 0} second: serializedVersion: 2 @@ -17481,6 +23792,86 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -4, y: 27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 21, y: 27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 22, y: 27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 27, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 46, y: 27, z: 0} second: serializedVersion: 2 @@ -17861,6 +24252,86 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -4, y: 28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 21, y: 28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 22, y: 28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 26, y: 28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 2 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 27, y: 28, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 3 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 40, y: 28, z: 0} second: serializedVersion: 2 @@ -18311,11 +24782,61 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -4, y: 29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 21, y: 29, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 22, y: 29, z: 0} second: serializedVersion: 2 - m_TileIndex: 2 - m_TileSpriteIndex: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 m_TileMatrixIndex: 0 m_TileColorIndex: 0 m_TileObjectToInstantiateIndex: 65535 @@ -18881,6 +25402,46 @@ Tilemap: m_TileObjectToInstantiateIndex: 65535 dummyAlignment: 0 m_AllTileFlags: 1073741825 + - first: {x: -4, y: 30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: -3, y: 30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 8, y: 30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 4 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 + - first: {x: 9, y: 30, z: 0} + second: + serializedVersion: 2 + m_TileIndex: 5 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_TileObjectToInstantiateIndex: 65535 + dummyAlignment: 0 + m_AllTileFlags: 1073741825 - first: {x: 10, y: 30, z: 0} second: serializedVersion: 2 @@ -21307,25 +27868,25 @@ Tilemap: m_Data: {fileID: 11400000, guid: ee9d40d6901258d48af2cecef963c20a, type: 2} - m_RefCount: 284 m_Data: {fileID: 11400000, guid: 22bb24490f2f4114b9a184544dbee915, type: 2} - - m_RefCount: 148 + - m_RefCount: 274 m_Data: {fileID: 11400000, guid: 8676af077296d9f48b896a16e39c2d5e, type: 2} - - m_RefCount: 292 + - m_RefCount: 396 m_Data: {fileID: 11400000, guid: f07bcf21f5ff4ab4685e0b9aa97bd502, type: 2} - - m_RefCount: 186 + - m_RefCount: 329 m_Data: {fileID: 11400000, guid: 63e1b7c530d40e546ada611dae3b13a7, type: 2} - - m_RefCount: 307 + - m_RefCount: 427 m_Data: {fileID: 11400000, guid: 791bb9204b1286746a49b7e686868667, type: 2} m_TileSpriteArray: - - m_RefCount: 283 + - m_RefCount: 426 m_Data: {fileID: -1366911946, guid: d07d9b91a608cce47bad21934a2f1605, type: 3} - - m_RefCount: 591 + - m_RefCount: 711 m_Data: {fileID: -620952207, guid: d07d9b91a608cce47bad21934a2f1605, type: 3} - - m_RefCount: 148 + - m_RefCount: 274 m_Data: {fileID: -1303625750, guid: d07d9b91a608cce47bad21934a2f1605, type: 3} - - m_RefCount: 292 + - m_RefCount: 396 m_Data: {fileID: -300154746, guid: d07d9b91a608cce47bad21934a2f1605, type: 3} m_TileMatrixArray: - - m_RefCount: 1314 + - m_RefCount: 1807 m_Data: e00: 1 e01: 0 @@ -21344,7 +27905,7 @@ Tilemap: e32: 0 e33: 1 m_TileColorArray: - - m_RefCount: 1314 + - m_RefCount: 1807 m_Data: {r: 1, g: 1, b: 1, a: 1} m_TileObjectToInstantiateArray: [] m_AnimationFrameRate: 1 @@ -21471,6 +28032,10 @@ PrefabInstance: propertyPath: city value: objectReference: {fileID: 144352894} + - target: {fileID: 2879071748697521145, guid: a96d918484557ca4b80a00b49f4afcdf, type: 3} + propertyPath: company + value: + objectReference: {fileID: 1794409472} - target: {fileID: 2879071748697521147, guid: a96d918484557ca4b80a00b49f4afcdf, type: 3} propertyPath: m_RootOrder value: -1 @@ -21481,7 +28046,7 @@ PrefabInstance: objectReference: {fileID: 0} - target: {fileID: 2879071748697521147, guid: a96d918484557ca4b80a00b49f4afcdf, type: 3} propertyPath: m_LocalPosition.y - value: 3.3 + value: 3.2999992 objectReference: {fileID: 0} - target: {fileID: 2879071748697521147, guid: a96d918484557ca4b80a00b49f4afcdf, type: 3} propertyPath: m_LocalPosition.z @@ -21605,6 +28170,10 @@ PrefabInstance: propertyPath: city value: objectReference: {fileID: 144352894} + - target: {fileID: 2879071748697521145, guid: a96d918484557ca4b80a00b49f4afcdf, type: 3} + propertyPath: company + value: + objectReference: {fileID: 1794409472} - target: {fileID: 2879071748697521147, guid: a96d918484557ca4b80a00b49f4afcdf, type: 3} propertyPath: m_RootOrder value: -1 @@ -21752,11 +28321,12 @@ Transform: m_ConstrainProportionsScale: 0 m_Children: - {fileID: 724610767} + - {fileID: 879374931} + - {fileID: 1527435988} + - {fileID: 1794409474} - {fileID: 1184239605} - {fileID: 1258799136} - {fileID: 976485380} - - {fileID: 879374931} - - {fileID: 1527435988} m_Father: {fileID: 0} m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -22217,6 +28787,107 @@ Transform: m_CorrespondingSourceObject: {fileID: 3391280458837659710, guid: 4b478a82c8aed4e4e9f09083bf6afa01, type: 3} m_PrefabInstance: {fileID: 802879722} m_PrefabAsset: {fileID: 0} +--- !u!1 &1794409471 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1794409474} + - component: {fileID: 1794409473} + - component: {fileID: 1794409472} + m_Layer: 0 + m_Name: Company 1 + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1794409472 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1794409471} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c8213916d698eaf4dbbeed4f986c72e4, type: 3} + m_Name: + m_EditorClassIdentifier: + companyName: Company + level: 1 + city: {fileID: 144352894} + workplaces: [] +--- !u!212 &1794409473 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1794409471} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 2 + m_Sprite: {fileID: 7482667652216324306, guid: 311925a002f4447b3a28927169b83ea6, type: 3} + m_Color: {r: 0.7075472, g: 0.18356179, b: 0.18356179, a: 0.8} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!4 &1794409474 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1794409471} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 48.7, y: 7.6, z: 2.6152968} + m_LocalScale: {x: 20, y: 20, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1511682382} + m_RootOrder: -1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1843046102 PrefabInstance: m_ObjectHideFlags: 0 @@ -22487,6 +29158,133 @@ PrefabInstance: m_RemovedComponents: [] m_AddedGameObjects: [] m_SourcePrefab: {fileID: 100100000, guid: 4b478a82c8aed4e4e9f09083bf6afa01, type: 3} +--- !u!1 &1926780858 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1926780862} + - component: {fileID: 1926780861} + - component: {fileID: 1926780860} + - component: {fileID: 1926780859} + m_Layer: 0 + m_Name: Shop + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!61 &1926780859 +BoxCollider2D: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1926780858} + m_Enabled: 1 + m_Density: 1 + m_Material: {fileID: 0} + m_IsTrigger: 1 + m_UsedByEffector: 0 + m_UsedByComposite: 0 + m_Offset: {x: 0, y: 0} + m_SpriteTilingProperty: + border: {x: 0.25, y: 0.25, z: 0.25, w: 0.25} + pivot: {x: 0.5, y: 0.5} + oldSize: {x: 1, y: 1} + newSize: {x: 1, y: 1} + adaptiveTilingThreshold: 0.5 + drawMode: 0 + adaptiveTiling: 0 + m_AutoTiling: 0 + serializedVersion: 2 + m_Size: {x: 1, y: 1} + m_EdgeRadius: 0 +--- !u!114 &1926780860 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1926780858} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: ca70058e52bdff8428269af9aeb78f80, type: 3} + m_Name: + m_EditorClassIdentifier: + storeName: Erster Laden + city: {fileID: 144352894} + personIndicatorsInStore: [] +--- !u!212 &1926780861 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1926780858} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 0 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 2 + m_Sprite: {fileID: -5177388603050735206, guid: 8884154dfe85442a3a3578be807dbcdf, type: 3} + m_Color: {r: 0.7789046, g: 0.3003738, b: 0.8490566, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 0 + m_Size: {x: 1, y: 1} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 +--- !u!4 &1926780862 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1926780858} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 8.4, y: 24.1, z: 0} + m_LocalScale: {x: 4, y: 4, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &1928331624 PrefabInstance: m_ObjectHideFlags: 0 @@ -22892,6 +29690,10 @@ PrefabInstance: propertyPath: city value: objectReference: {fileID: 144352894} + - target: {fileID: 2879071748697521145, guid: a96d918484557ca4b80a00b49f4afcdf, type: 3} + propertyPath: company + value: + objectReference: {fileID: 1794409472} - target: {fileID: 2879071748697521147, guid: a96d918484557ca4b80a00b49f4afcdf, type: 3} propertyPath: m_RootOrder value: -1 diff --git a/Assets/Scenes/SampleScene/NavMesh-NavMesh.asset b/Assets/Scenes/SampleScene/NavMesh-NavMesh.asset index bed1066927bcb8f70e2edef454d5e19b21ccfec2..b278fac669e8dff7e1e441a83d78142e19611302 100644 GIT binary patch delta 49542 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 delta 5562 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 citizens = new List(); - [SerializeField] - List houses = new List(); + [SerializeField] List citizens = new List(); + [SerializeField] List houses = new List(); + [SerializeField] List companies = new List(); + [SerializeField] List stores = new List(); + [SerializeField] List freeTimeObjects = new List(); - [SerializeField] - List workplaces = new List(); + public List GetStores() => stores; + public List GetFreeTimeObjects() => freeTimeObjects; public void AddCitizen(Person citizen) { @@ -53,21 +54,56 @@ public class City : MonoBehaviour } } - public void AddWorkplace(Workplace workplace) + public void AddCompany(Company company) { - if (!workplaces.Contains(workplace)) + if (!companies.Contains(company)) { - workplaces.Add(workplace); - Debug.Log("Workplace built in " + cityName); + companies.Add(company); + Debug.Log("Company built in " + cityName); } } - public void RemoveWorkplace(Workplace workplace) + public void RemoveCompany(Company company) { - if (workplaces.Contains(workplace)) + if (companies.Contains(company)) { - workplaces.Remove(workplace); - Debug.Log("Workplace demolished in " + cityName); + companies.Remove(company); + Debug.Log("Company demolished in " + cityName); + } + } + + public void AddStore(Store store) + { + if (!stores.Contains(store)) + { + stores.Add(store); + Debug.Log("Store built in " + cityName); + } + } + + public void RemoveStore(Store store) + { + if (stores.Contains(store)) + { + stores.Remove(store); + Debug.Log("Store demolished in " + cityName); + } + } + public void AddFreeTimeObject(FreeTimeObject freeTimeObject) + { + if (!freeTimeObjects.Contains(freeTimeObject)) + { + freeTimeObjects.Add(freeTimeObject); + Debug.Log("FreeTimeObject built in " + cityName); + } + } + + public void RemoveFreeTimeObject(FreeTimeObject freeTimeObject) + { + if (freeTimeObjects.Contains(freeTimeObject)) + { + freeTimeObjects.Remove(freeTimeObject); + Debug.Log("FreeTimeObject demolished in " + cityName); } } } diff --git a/Assets/Scripts/FreeTime.meta b/Assets/Scripts/FreeTime.meta new file mode 100644 index 0000000..e4f094e --- /dev/null +++ b/Assets/Scripts/FreeTime.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7446318807286144ba82c0c3a884ed10 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/FreeTime/FreeTimeObject.cs b/Assets/Scripts/FreeTime/FreeTimeObject.cs new file mode 100644 index 0000000..f427010 --- /dev/null +++ b/Assets/Scripts/FreeTime/FreeTimeObject.cs @@ -0,0 +1,15 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public abstract class FreeTimeObject : MonoBehaviour +{ + [Header("FreeTime Object")] + [SerializeField] string FreeTimeObjectName; + [SerializeField] City city; + + private void Awake() + { + city.AddFreeTimeObject(this); + } +} diff --git a/Assets/Scripts/FreeTime/FreeTimeObject.cs.meta b/Assets/Scripts/FreeTime/FreeTimeObject.cs.meta new file mode 100644 index 0000000..db665d4 --- /dev/null +++ b/Assets/Scripts/FreeTime/FreeTimeObject.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: adc5520d40289db41ae3b07650f6da07 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/FreeTime/Park.cs b/Assets/Scripts/FreeTime/Park.cs new file mode 100644 index 0000000..866b018 --- /dev/null +++ b/Assets/Scripts/FreeTime/Park.cs @@ -0,0 +1,8 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Park : FreeTimeObject +{ + +} diff --git a/Assets/Scripts/FreeTime/Park.cs.meta b/Assets/Scripts/FreeTime/Park.cs.meta new file mode 100644 index 0000000..372d491 --- /dev/null +++ b/Assets/Scripts/FreeTime/Park.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7bc2527398280d14790a72191ef86c05 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/FreeTime/Store.cs b/Assets/Scripts/FreeTime/Store.cs new file mode 100644 index 0000000..c9ce5b5 --- /dev/null +++ b/Assets/Scripts/FreeTime/Store.cs @@ -0,0 +1,54 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Store : MonoBehaviour +{ + [SerializeField] string storeName; + [SerializeField] City city; + [SerializeField] List personIndicatorsInStore = new List(); + + + void Start() + { + city.AddStore(this); + TimeManager.OnMinuteUpdate += OnMinuteUpdate; + } + + void OnMinuteUpdate() + { + foreach (PersonIndicators personIndicator in personIndicatorsInStore) + { + personIndicator.IncreaseSupplied(0.05f); + } + } + + void OnTriggerEnter2D(Collider2D collision) + { + if (collision != null) + { + if(collision.GetComponent() != null) + { + if(collision.GetComponent().status == PersonStatus.STORE) + { + personIndicatorsInStore.Add(collision.GetComponent()); + } + } + } + } + + private void OnTriggerExit2D(Collider2D collision) + { + if (collision != null) + { + if (collision.GetComponent() != null) + { + if (personIndicatorsInStore.Contains(collision.GetComponent())) + { + personIndicatorsInStore.Remove(collision.GetComponent()); + } + } + } + } + +} diff --git a/Assets/Scripts/FreeTime/Store.cs.meta b/Assets/Scripts/FreeTime/Store.cs.meta new file mode 100644 index 0000000..c405977 --- /dev/null +++ b/Assets/Scripts/FreeTime/Store.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ca70058e52bdff8428269af9aeb78f80 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Housing.meta b/Assets/Scripts/Housing.meta new file mode 100644 index 0000000..45d7740 --- /dev/null +++ b/Assets/Scripts/Housing.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a292de065335c094589e9aa8012c1ad3 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/House.cs b/Assets/Scripts/Housing/House.cs similarity index 100% rename from Assets/Scripts/House.cs rename to Assets/Scripts/Housing/House.cs diff --git a/Assets/Scripts/House.cs.meta b/Assets/Scripts/Housing/House.cs.meta similarity index 100% rename from Assets/Scripts/House.cs.meta rename to Assets/Scripts/Housing/House.cs.meta diff --git a/Assets/Scripts/Managers.meta b/Assets/Scripts/Managers.meta new file mode 100644 index 0000000..acbef18 --- /dev/null +++ b/Assets/Scripts/Managers.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4f304128e3c0a464498ff313043bdace +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/EconomyManager.cs b/Assets/Scripts/Managers/EconomyManager.cs similarity index 100% rename from Assets/Scripts/EconomyManager.cs rename to Assets/Scripts/Managers/EconomyManager.cs diff --git a/Assets/Scripts/EconomyManager.cs.meta b/Assets/Scripts/Managers/EconomyManager.cs.meta similarity index 100% rename from Assets/Scripts/EconomyManager.cs.meta rename to Assets/Scripts/Managers/EconomyManager.cs.meta diff --git a/Assets/Scripts/TimeManager.cs b/Assets/Scripts/Managers/TimeManager.cs similarity index 80% rename from Assets/Scripts/TimeManager.cs rename to Assets/Scripts/Managers/TimeManager.cs index c4494f6..7a4d13c 100644 --- a/Assets/Scripts/TimeManager.cs +++ b/Assets/Scripts/Managers/TimeManager.cs @@ -32,13 +32,13 @@ public class TimeManager : MonoBehaviour public CultureInfo cultureInfo = new CultureInfo("en-us"); DateTime dateTime = new DateTime(1, 1, 1, 0, 0, 0); - DateTime newDateTime; + DateTime prevDateTime; float timer; public DateTime GetDateTime() => dateTime; public string GetTime() => dateTime.ToString("hh:mm tt", cultureInfo); - public string GetDate() => dateTime.ToString("dd/mm/yyyy", cultureInfo); + public string GetDate() => dateTime.ToString("dd/MM/yyyy", cultureInfo); public float GetintervalTime() => intervalTime; [Header("ReadOnly")] @@ -54,7 +54,7 @@ public class TimeManager : MonoBehaviour void Start() { timer = intervalTime; - newDateTime = dateTime; + prevDateTime = dateTime; } void Update() @@ -63,25 +63,26 @@ public class TimeManager : MonoBehaviour if (timer <= 0) { - newDateTime = dateTime.AddMinutes(minutesPerInterval); + prevDateTime = dateTime; - if(newDateTime.Second != dateTime.Second) - OnSecondUpdate?.Invoke(); - if (newDateTime.Minute != dateTime.Minute) - OnMinuteUpdate?.Invoke(); - if (newDateTime.Hour != dateTime.Hour) - OnHourUpdate?.Invoke(); - if(newDateTime.Day != dateTime.Day) - OnDayUpdate?.Invoke(); - if(newDateTime.Month != dateTime.Month) - OnMonthUpdate?.Invoke(); - if(dateTime.Year != dateTime.Year) - OnYearUpdate?.Invoke(); - - dateTime = newDateTime; + dateTime = dateTime.AddMinutes(minutesPerInterval); CheckPartsOfDay(); timer = intervalTime; readOnlyTimeString = GetTime() + " " + GetDate(); + + if (prevDateTime.Second != dateTime.Second) + OnSecondUpdate?.Invoke(); + if (prevDateTime.Minute != dateTime.Minute) + OnMinuteUpdate?.Invoke(); + if (prevDateTime.Hour != dateTime.Hour) + OnHourUpdate?.Invoke(); + if (prevDateTime.Day != dateTime.Day) + OnDayUpdate?.Invoke(); + if (prevDateTime.Month != dateTime.Month) + OnMonthUpdate?.Invoke(); + if (dateTime.Year != dateTime.Year) + OnYearUpdate?.Invoke(); + OnTimeUpdate?.Invoke(); } } diff --git a/Assets/Scripts/TimeManager.cs.meta b/Assets/Scripts/Managers/TimeManager.cs.meta similarity index 100% rename from Assets/Scripts/TimeManager.cs.meta rename to Assets/Scripts/Managers/TimeManager.cs.meta diff --git a/Assets/Scripts/Person.cs b/Assets/Scripts/Person.cs deleted file mode 100644 index fbb9919..0000000 --- a/Assets/Scripts/Person.cs +++ /dev/null @@ -1,75 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class Person : MonoBehaviour -{ - [Header("Person")] - [SerializeField] - string firstName = ""; - - [SerializeField] - string lastName = ""; - - [SerializeField] - City city; - - [SerializeField] - House house; - - [SerializeField] - Workplace workplace; - - TimeManager timeManager; - PersonMovement movement; - - public bool isWorking = false; - - public string GetFirstName() => firstName; - public string GetLastName() => lastName; - public string GetFullName() => firstName + " " + lastName; - - - TimeManager.PartOfDay prevPartOfDay; - void Awake() - { - city.AddCitizen(this); - house.AddPerson(this); - workplace.AddWorker(this); - } - - void Start() - { - timeManager = GameObject.Find("GameManager").GetComponent(); - movement = GetComponent(); - - TimeManager.OnTimeUpdate += OnTimeUpdate; - } - - void OnTimeUpdate() - { - if (prevPartOfDay != timeManager.partOfDay) - { - switch (timeManager.partOfDay) - { - case TimeManager.PartOfDay.NIGHT: - movement.SetTarget(house.transform); - break; - case TimeManager.PartOfDay.MORNING: - movement.SetTarget(workplace.transform); - workplace.AddActiveWorker(this); - break; - case TimeManager.PartOfDay.AFTERNOON: - break; - case TimeManager.PartOfDay.EVENING: - workplace.RemoveActiveWorker(this); - movement.SetTarget(city.transform); - break; - default: - movement.SetTarget(city.transform); - break; - } - prevPartOfDay = timeManager.partOfDay; - } - } -} diff --git a/Assets/Scripts/Person.meta b/Assets/Scripts/Person.meta new file mode 100644 index 0000000..aff7e97 --- /dev/null +++ b/Assets/Scripts/Person.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3563d008a10e4454f85e36d820ae5364 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Person/Person.cs b/Assets/Scripts/Person/Person.cs new file mode 100644 index 0000000..3415233 --- /dev/null +++ b/Assets/Scripts/Person/Person.cs @@ -0,0 +1,124 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; +public enum PersonStatus +{ + WORK, + SLEEP, + FREETIME, + PARK, + STORE, +} + +public class Person : MonoBehaviour +{ + [Header("Person")] + + [SerializeField] string firstName = ""; + [SerializeField] string lastName = ""; + [SerializeField] City city; + [SerializeField] House house; + [SerializeField] Workplace workplace; + + public PersonStatus status; + + PersonMovement movement; + PersonIndicators indicators; + + public string GetFirstName() => firstName; + public string GetLastName() => lastName; + public string GetFullName() => firstName + " " + lastName; + + System.DateTime goToWorkDateTime; + + + void Awake() + { + city.AddCitizen(this); + house.AddPerson(this); + workplace.AddWorker(this); + } + + void Start() + { + movement = GetComponent(); + indicators = GetComponent(); + + TimeManager.OnMinuteUpdate += OnMinuteUpdate; + TimeManager.OnDayUpdate += OnDayUpdate; + + SetBehaivorDateTimes(); + FreeTime(); + } + void OnDayUpdate() + { + SetBehaivorDateTimes(); + } + void OnMinuteUpdate() + { + + // Work -> FreeTime -> Sleep + + if (TimeManager.instance.GetDateTime() > goToWorkDateTime.AddHours(12)) // Sleep + { + Sleep(); + }else if (TimeManager.instance.GetDateTime() > goToWorkDateTime.AddHours(8)) // FreeTime + { + FreeTime(); + } + else if (TimeManager.instance.GetDateTime() > goToWorkDateTime) // Work + { + Work(); + } + } + void FreeTime() + { + if(status == PersonStatus.STORE) + { + if(indicators.GetSupplied() == 1.0f) + { + status = PersonStatus.FREETIME; + } + } + else + { + status = PersonStatus.FREETIME; + } + + if(indicators.GetSupplied() < 0.3f || status == PersonStatus.STORE) + { + status = PersonStatus.STORE; + Debug.Log(city.GetStores().Count - 1); + movement.SetTarget(city.GetStores()[Random.Range(0, city.GetStores().Count-1)].transform); + } + else if(status == PersonStatus.FREETIME) + { + status = PersonStatus.PARK; + movement.SetTarget(city.GetFreeTimeObjects()[Random.Range(0, city.GetFreeTimeObjects().Count)].transform); + } + } + + void Work() + { + status = PersonStatus.WORK; + movement.SetTarget(workplace.transform); + } + + void Sleep() + { + status = PersonStatus.SLEEP; + movement.SetTarget(house.transform); + } + + void SetBehaivorDateTimes() + { + System.DateTime currentDateTime = TimeManager.instance.GetDateTime(); + goToWorkDateTime = new System.DateTime(currentDateTime.Year, + currentDateTime.Month, + currentDateTime.Day, + Random.Range(4, 9), + Random.Range(0, 59), + currentDateTime.Second); + + } +} diff --git a/Assets/Scripts/Person.cs.meta b/Assets/Scripts/Person/Person.cs.meta similarity index 100% rename from Assets/Scripts/Person.cs.meta rename to Assets/Scripts/Person/Person.cs.meta diff --git a/Assets/Scripts/Person/PersonIndicators.cs b/Assets/Scripts/Person/PersonIndicators.cs new file mode 100644 index 0000000..be4a6c9 --- /dev/null +++ b/Assets/Scripts/Person/PersonIndicators.cs @@ -0,0 +1,71 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class PersonIndicators : MonoBehaviour +{ + [Header("Person Indicators")] + [SerializeField] float happiness = 1f; + [SerializeField] float supplied = 1f; + + [Header("Decay Modifiers")] + [SerializeField] float suppliedDecayModifier = 0.4f; + [SerializeField] float happinessDecayModifier = 0.1f; + + public float GetHappiness() => happiness; + public float GetSupplied() => supplied; + + void Start() + { + TimeManager.OnDayUpdate += OnDayUpdate; + } + + void OnDayUpdate() + { + DecreaseSupplied(Random.Range(0.0f, suppliedDecayModifier)); // Random Percentage probability + + if (supplied <= 0.2f) + { + DecreaseHappiness(happinessDecayModifier); + } + } + + public void IncreaseHappiness(float value) + { + if(happiness + value <= 1f) + { + happiness += value; + } + else + { + happiness = 1f; + } + } + + public void DecreaseHappiness(float value) + { + if(happiness - value >= 0f) + { + happiness -= value; + } + } + public void IncreaseSupplied(float value) + { + if (supplied + value <= 1f) + { + supplied += value; + } + else + { + supplied = 1f; + } + } + + public void DecreaseSupplied(float value) + { + if (supplied - value >= 0f) + { + supplied -= value; + } + } +} diff --git a/Assets/Scripts/Person/PersonIndicators.cs.meta b/Assets/Scripts/Person/PersonIndicators.cs.meta new file mode 100644 index 0000000..0f6065e --- /dev/null +++ b/Assets/Scripts/Person/PersonIndicators.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d96c0dcd94a2a7848973dd95d150cc51 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/PersonMovement.cs b/Assets/Scripts/Person/PersonMovement.cs similarity index 100% rename from Assets/Scripts/PersonMovement.cs rename to Assets/Scripts/Person/PersonMovement.cs diff --git a/Assets/Scripts/PersonMovement.cs.meta b/Assets/Scripts/Person/PersonMovement.cs.meta similarity index 100% rename from Assets/Scripts/PersonMovement.cs.meta rename to Assets/Scripts/Person/PersonMovement.cs.meta diff --git a/Assets/Scripts/Player.meta b/Assets/Scripts/Player.meta new file mode 100644 index 0000000..c3fe77c --- /dev/null +++ b/Assets/Scripts/Player.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2cc877021b2ce184e89e653af1d3052e +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/CameraMovement.cs b/Assets/Scripts/Player/CameraMovement.cs similarity index 100% rename from Assets/Scripts/CameraMovement.cs rename to Assets/Scripts/Player/CameraMovement.cs diff --git a/Assets/Scripts/CameraMovement.cs.meta b/Assets/Scripts/Player/CameraMovement.cs.meta similarity index 100% rename from Assets/Scripts/CameraMovement.cs.meta rename to Assets/Scripts/Player/CameraMovement.cs.meta diff --git a/Assets/Scripts/Utils.meta b/Assets/Scripts/Utils.meta new file mode 100644 index 0000000..cd118e0 --- /dev/null +++ b/Assets/Scripts/Utils.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a26d8707ba65181428bcfac72d953cbb +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Work.meta b/Assets/Scripts/Work.meta new file mode 100644 index 0000000..c553116 --- /dev/null +++ b/Assets/Scripts/Work.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eeb97f25d8762064d81c4a6aa5e247cd +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Work/Company.cs b/Assets/Scripts/Work/Company.cs new file mode 100644 index 0000000..ce4e835 --- /dev/null +++ b/Assets/Scripts/Work/Company.cs @@ -0,0 +1,27 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Company : MonoBehaviour +{ + [Header("Company")] + [SerializeField] string companyName = "Company"; + [SerializeField] int level = 1; + + [SerializeField] City city; + + [SerializeField] List workplaces= new List(); + + void Awake() + { + city.AddCompany(this); + } + + public void AddWorkplace(Workplace wp) + { + if (!workplaces.Contains(wp)) + { + workplaces.Add(wp); + } + } +} diff --git a/Assets/Scripts/Work/Company.cs.meta b/Assets/Scripts/Work/Company.cs.meta new file mode 100644 index 0000000..cc9cae4 --- /dev/null +++ b/Assets/Scripts/Work/Company.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c8213916d698eaf4dbbeed4f986c72e4 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scripts/Work/Workplace.cs b/Assets/Scripts/Work/Workplace.cs new file mode 100644 index 0000000..0fe79f0 --- /dev/null +++ b/Assets/Scripts/Work/Workplace.cs @@ -0,0 +1,81 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class Workplace : MonoBehaviour +{ + [Header("Workplace")] + [SerializeField] int space = 1; + [SerializeField] float salary = 4.5f; + + [SerializeField] List workers = new List(); + [SerializeField] List activeWorkers = new List(); // Workers which are currently present and working + + [SerializeField] Company company; + + public void SetCompany(Company _company) => company = _company; + public void AddActiveWorker(Person worker) => activeWorkers.Add(worker); + public void RemoveActiveWorker(Person worker) => activeWorkers.Remove(worker); + + void Awake() + { + company.AddWorkplace(this); + } + + void Start() + { + TimeManager.OnHourUpdate += OnHourUpdate; + + } + + void OnTriggerEnter2D(Collider2D collision) + { + if(collision.GetComponent() != null) + { + if (workers.Contains(collision.GetComponent())) + { + if (!activeWorkers.Contains(collision.GetComponent())) + { + activeWorkers.Add(collision.GetComponent()); + } + } + } + } + + private void OnTriggerExit2D(Collider2D collision) + { + if (collision.GetComponent() != null) + { + if (activeWorkers.Contains(collision.GetComponent())) + { + activeWorkers.Remove(collision.GetComponent()); + } + } + } + + void OnHourUpdate() + { + EconomyManager.instance.AddMoney(salary * activeWorkers.Count); + } + + public bool AddWorker(Person worker) // True: Worker is added - False: no enough space for worker + { + if (!workers.Contains(worker) && workers.Count < space) + { + workers.Add(worker); + Debug.Log(worker.GetFullName() + " now works"); + return true; + } + else + return false; + } + + public void RemoveWorker(Person worker) + { + if (workers.Contains(worker)) + { + workers.Remove(worker); + Debug.Log(worker.GetFullName() + " does not work anymore"); + } + } +} diff --git a/Assets/Scripts/Workplace.cs.meta b/Assets/Scripts/Work/Workplace.cs.meta similarity index 100% rename from Assets/Scripts/Workplace.cs.meta rename to Assets/Scripts/Work/Workplace.cs.meta diff --git a/Assets/Scripts/Workplace.cs b/Assets/Scripts/Workplace.cs deleted file mode 100644 index f5e84e8..0000000 --- a/Assets/Scripts/Workplace.cs +++ /dev/null @@ -1,59 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class Workplace : MonoBehaviour -{ - [Header("Workplace")] - [SerializeField] - int space = 1; - - [SerializeField] - float salary = 4.5f; - - [SerializeField] - List workers = new List(); - - [SerializeField] - List activeWorkers = new List(); // Workers which are currently present and working - - [SerializeField] - City city; - - public void AddActiveWorker(Person worker) => activeWorkers.Add(worker); - public void RemoveActiveWorker(Person worker) => activeWorkers.Remove(worker); - - void Awake() - { - city.AddWorkplace(this); - - } - - void Start() - { - TimeManager.OnHourUpdate += OnHourUpdate; - } - - void OnHourUpdate() - { - EconomyManager.instance.AddMoney(salary * activeWorkers.Count); - } - - public void AddWorker(Person worker) - { - if (!workers.Contains(worker) && workers.Count < space) - { - workers.Add(worker); - Debug.Log(worker.GetFullName() + " now works"); - } - } - - public void RemoveWorker(Person worker) - { - if (workers.Contains(worker)) - { - workers.Remove(worker); - Debug.Log(worker.GetFullName() + " does not work anymore"); - } - } -}