diff --git a/Assets/Model/TileToKeyMappings.cs b/Assets/Model/TileToKeyMappings.cs index e048e1e..ebd8709 100644 --- a/Assets/Model/TileToKeyMappings.cs +++ b/Assets/Model/TileToKeyMappings.cs @@ -3,10 +3,20 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; +using UnityEngine; namespace Assets.Model { public static class TileToKeyMappings { + public static List TileToKey = new List + { + KeyCode.Q, + KeyCode.W, + KeyCode.E, + KeyCode.A, + KeyCode.S, + KeyCode.D + }; } } diff --git a/Assets/Resources.meta b/Assets/Resources.meta new file mode 100644 index 0000000..e075bc4 --- /dev/null +++ b/Assets/Resources.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f4491d147de80494c9661843ce4d210b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Audio.meta b/Assets/Resources/Audio.meta similarity index 100% rename from Assets/Audio.meta rename to Assets/Resources/Audio.meta diff --git a/Assets/Resources/Audio/BugLaugh.ogg b/Assets/Resources/Audio/BugLaugh.ogg new file mode 100644 index 0000000..a109459 Binary files /dev/null and b/Assets/Resources/Audio/BugLaugh.ogg differ diff --git a/Assets/Resources/Audio/BugLaugh.ogg.meta b/Assets/Resources/Audio/BugLaugh.ogg.meta new file mode 100644 index 0000000..f8d530c --- /dev/null +++ b/Assets/Resources/Audio/BugLaugh.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: a222a0b8edacdf3429911b125a92f715 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Audio/GirlyScream.wav b/Assets/Resources/Audio/GirlyScream.wav new file mode 100644 index 0000000..2f9ed24 Binary files /dev/null and b/Assets/Resources/Audio/GirlyScream.wav differ diff --git a/Assets/Resources/Audio/GirlyScream.wav.meta b/Assets/Resources/Audio/GirlyScream.wav.meta new file mode 100644 index 0000000..30bdb22 --- /dev/null +++ b/Assets/Resources/Audio/GirlyScream.wav.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 748ed2f1b43ae6142b4aae7daf8a0faa +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Audio/Intro.ogg b/Assets/Resources/Audio/Intro.ogg new file mode 100644 index 0000000..01ef194 Binary files /dev/null and b/Assets/Resources/Audio/Intro.ogg differ diff --git a/Assets/Resources/Audio/Intro.ogg.meta b/Assets/Resources/Audio/Intro.ogg.meta new file mode 100644 index 0000000..20ce679 --- /dev/null +++ b/Assets/Resources/Audio/Intro.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: f58886f6a68bbf74f80d2e7784426eec +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Resources/Audio/Jump.ogg b/Assets/Resources/Audio/Jump.ogg new file mode 100644 index 0000000..562c69b Binary files /dev/null and b/Assets/Resources/Audio/Jump.ogg differ diff --git a/Assets/Resources/Audio/Jump.ogg.meta b/Assets/Resources/Audio/Jump.ogg.meta new file mode 100644 index 0000000..029d8c2 --- /dev/null +++ b/Assets/Resources/Audio/Jump.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 763a14f63bd818b43b8633645031c507 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Audio/Upbeat Loop.ogg b/Assets/Resources/Audio/Upbeat Loop.ogg similarity index 100% rename from Assets/Audio/Upbeat Loop.ogg rename to Assets/Resources/Audio/Upbeat Loop.ogg diff --git a/Assets/Audio/Upbeat Loop.ogg.meta b/Assets/Resources/Audio/Upbeat Loop.ogg.meta similarity index 100% rename from Assets/Audio/Upbeat Loop.ogg.meta rename to Assets/Resources/Audio/Upbeat Loop.ogg.meta diff --git a/Assets/Resources/Audio/WrongButton.ogg b/Assets/Resources/Audio/WrongButton.ogg new file mode 100644 index 0000000..9478547 Binary files /dev/null and b/Assets/Resources/Audio/WrongButton.ogg differ diff --git a/Assets/Resources/Audio/WrongButton.ogg.meta b/Assets/Resources/Audio/WrongButton.ogg.meta new file mode 100644 index 0000000..a0895dd --- /dev/null +++ b/Assets/Resources/Audio/WrongButton.ogg.meta @@ -0,0 +1,22 @@ +fileFormatVersion: 2 +guid: 3b82f671c39005849917259f226c9e73 +AudioImporter: + externalObjects: {} + serializedVersion: 6 + defaultSettings: + loadType: 0 + sampleRateSetting: 0 + sampleRateOverride: 44100 + compressionFormat: 1 + quality: 1 + conversionMode: 0 + platformSettingOverrides: {} + forceToMono: 0 + normalize: 1 + preloadAudioData: 1 + loadInBackground: 0 + ambisonic: 0 + 3D: 1 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Scenes/LevelOne.unity b/Assets/Scenes/LevelOne.unity index a3acd67..ba96ef7 100644 --- a/Assets/Scenes/LevelOne.unity +++ b/Assets/Scenes/LevelOne.unity @@ -165,16 +165,27 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 555a3f8aa89a0e84fb6c43249a117f93, type: 3} m_Name: m_EditorClassIdentifier: + player: {fileID: 1671840921} camera: {fileID: 1337282922} - tile: {fileID: 0} - tiles: [] - successTiles: [] - successTile: {fileID: 0} - plusTile: {fileID: 0} + tiles: + - {fileID: 11400000, guid: 1f7bfa5ee72002646806268d14bfeb3b, type: 2} + - {fileID: 11400000, guid: e85f8319cdf4358448a9002845cfbd5a, type: 2} + - {fileID: 11400000, guid: daea938cbd864e0479f663f746bb9950, type: 2} + - {fileID: 11400000, guid: bfe2d3906a2ea9a459088706930d84a6, type: 2} + - {fileID: 11400000, guid: eb62aa8f449e99a499ed3a9dde109158, type: 2} + - {fileID: 11400000, guid: 3892d3fd4f09d3546a9c0fa91c23804c, type: 2} + successTiles: + - {fileID: 11400000, guid: c2678bd928e9a0943ad5fadb602db819, type: 2} + - {fileID: 11400000, guid: db1d65b4da209fa489ba3d7582dbff24, type: 2} + - {fileID: 11400000, guid: 4c5438b1315e8d840b6c482e9710993c, type: 2} + - {fileID: 11400000, guid: 31952a6eac335264bbb33d2823f28683, type: 2} + - {fileID: 11400000, guid: fe934cd7480abb34d85c270a61159910, type: 2} + - {fileID: 11400000, guid: 5eea178b37799c04484c1d11a68c148c, type: 2} + plusTile: {fileID: 11400000, guid: ee14e10b7ac07bd449e0f1d5ea99eb42, type: 2} framesPerControlTile: 15 nextControlYOffset: 2 - nextControlXOffset: -1 tileMapClearDelayInSeconds: 0.5 + maxNumberOfControlTiles: 2 --- !u!483693784 &1491656 TilemapRenderer: m_ObjectHideFlags: 0 @@ -1478,7 +1489,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1146013793} - m_RootOrder: 2 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &367096170 SpriteRenderer: @@ -1677,6 +1688,146 @@ PrefabInstance: objectReference: {fileID: 0} m_RemovedComponents: [] m_SourcePrefab: {fileID: 100100000, guid: 2ccb08e2c4b8851498f8ecbf1a873146, type: 3} +--- !u!1 &925144586 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 925144589} + - component: {fileID: 925144588} + - component: {fileID: 925144587} + m_Layer: 0 + m_Name: SoundManager + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &925144587 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 925144586} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc9d3b5f9d5d60b4596f3d065b900e30, type: 3} + m_Name: + m_EditorClassIdentifier: +--- !u!82 &925144588 +AudioSource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 925144586} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 0} + m_PlayOnAwake: 0 + m_Volume: 1 + m_Pitch: 1 + Loop: 0 + Mute: 0 + Spatialize: 0 + SpatializePostEffects: 0 + Priority: 0 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!4 &925144589 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 925144586} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 13 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1008122161 GameObject: m_ObjectHideFlags: 0 @@ -47656,7 +47807,7 @@ AudioSource: OutputAudioMixerGroup: {fileID: 0} m_audioClip: {fileID: 8300000, guid: e577eae12053a244898c3c94f7637fc3, type: 3} m_PlayOnAwake: 1 - m_Volume: 1 + m_Volume: 0.188 m_Pitch: 1 Loop: 1 Mute: 0 @@ -48076,8 +48227,9 @@ MonoBehaviour: runSpeed: 10 jumpSpeed: 35 runFasterFactor: 1.5 - groundErrorThreshold: 3 - wallLineCaseDistance: 1.15 + groundErrorThreshold: 1.5 + wallErrorThreshold: 1.6 + wallLineCaseDistance: 0 runErrorThreshold: 0.05 startHealth: 3 startStamina: 100 @@ -48364,28 +48516,15 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 555a3f8aa89a0e84fb6c43249a117f93, type: 3} m_Name: m_EditorClassIdentifier: - camera: {fileID: 1337282922} - tile: {fileID: 0} - tiles: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - successTiles: - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - - {fileID: 0} - successTile: {fileID: 0} + player: {fileID: 0} + camera: {fileID: 0} + tiles: [] + successTiles: [] plusTile: {fileID: 0} framesPerControlTile: 15 - nextControlYOffset: 1 - nextControlXOffset: -1 + nextControlYOffset: 0 tileMapClearDelayInSeconds: 0.5 + maxNumberOfControlTiles: 2 --- !u!483693784 &1759518266 TilemapRenderer: m_ObjectHideFlags: 0 @@ -48534,7 +48673,7 @@ Transform: m_LocalScale: {x: 5.4678884, y: 5.4678884, z: 5.4678884} m_Children: [] m_Father: {fileID: 1146013793} - m_RootOrder: 0 + m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &1882958981 SpriteRenderer: @@ -48585,6 +48724,86 @@ SpriteRenderer: m_WasSpriteAssigned: 1 m_MaskInteraction: 0 m_SpriteSortPoint: 0 +--- !u!1 &1895829829 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1895829830} + - component: {fileID: 1895829831} + m_Layer: 0 + m_Name: StaminaPiece + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &1895829830 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1895829829} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -7.158, y: -6.773, z: -10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1146013793} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!212 &1895829831 +SpriteRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1895829829} + m_Enabled: 1 + m_CastShadows: 0 + m_ReceiveShadows: 0 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10754, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 0 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 + m_Sprite: {fileID: 21300000, guid: 5ea496523db789f4fb72651035776eba, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_FlipX: 0 + m_FlipY: 0 + m_DrawMode: 2 + m_Size: {x: 8.75, y: 0.625} + m_AdaptiveModeThreshold: 0.5 + m_SpriteTileMode: 0 + m_WasSpriteAssigned: 1 + m_MaskInteraction: 0 + m_SpriteSortPoint: 0 --- !u!1 &2086987803 GameObject: m_ObjectHideFlags: 0 @@ -48610,11 +48829,11 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2086987803} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: -2.85, y: -6.83, z: 8.230801} + m_LocalPosition: {x: -2.85, y: -6.83, z: 10} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 1146013793} - m_RootOrder: 1 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!212 &2086987805 SpriteRenderer: diff --git a/Assets/Scenes/LogoIntro.unity b/Assets/Scenes/LogoIntro.unity index 2455a20..1a5f7e2 100644 --- a/Assets/Scenes/LogoIntro.unity +++ b/Assets/Scenes/LogoIntro.unity @@ -338,6 +338,133 @@ Transform: m_Father: {fileID: 0} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1959208412 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1959208414} + - component: {fileID: 1959208413} + m_Layer: 0 + m_Name: Music + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!82 &1959208413 +AudioSource: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1959208412} + m_Enabled: 1 + serializedVersion: 4 + OutputAudioMixerGroup: {fileID: 0} + m_audioClip: {fileID: 8300000, guid: f58886f6a68bbf74f80d2e7784426eec, type: 3} + m_PlayOnAwake: 1 + m_Volume: 1 + m_Pitch: 1 + Loop: 0 + Mute: 0 + Spatialize: 0 + SpatializePostEffects: 0 + Priority: 128 + DopplerLevel: 1 + MinDistance: 1 + MaxDistance: 500 + Pan2D: 0 + rolloffMode: 0 + BypassEffects: 0 + BypassListenerEffects: 0 + BypassReverbZones: 0 + rolloffCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + - serializedVersion: 3 + time: 1 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + panLevelCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + spreadCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 0 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 + reverbZoneMixCustomCurve: + serializedVersion: 2 + m_Curve: + - serializedVersion: 3 + time: 0 + value: 1 + inSlope: 0 + outSlope: 0 + tangentMode: 0 + weightedMode: 0 + inWeight: 0.33333334 + outWeight: 0.33333334 + m_PreInfinity: 2 + m_PostInfinity: 2 + m_RotationOrder: 4 +--- !u!4 &1959208414 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1959208412} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1001 &5711328081031647150 PrefabInstance: m_ObjectHideFlags: 0 diff --git a/Assets/Scripts/EventControls.cs b/Assets/Scripts/EventControls.cs index bcd1ece..1ca811d 100644 --- a/Assets/Scripts/EventControls.cs +++ b/Assets/Scripts/EventControls.cs @@ -7,22 +7,21 @@ using UnityEngine.Tilemaps; public class EventControls : MonoBehaviour { + [SerializeField] private Player player; [SerializeField] private Camera camera; - [SerializeField] private Tile tile; [SerializeField] private List tiles; [SerializeField] private List successTiles; - [SerializeField] private Tile successTile; [SerializeField] private Tile plusTile; [SerializeField] private float framesPerControlTile = 15; [SerializeField] private int nextControlYOffset = 0; - [SerializeField] private int nextControlXOffset = 0; + private int nextControlXOffset => 0 - maxNumberOfControlTiles + 1; [SerializeField] private float tileMapClearDelayInSeconds = 0.5f; + [SerializeField] private int maxNumberOfControlTiles = 2; private Tilemap tilemap; /* For drawing event control tiles */ private Vector3Int? initialCameraPosition; - private int maxNumberOfControlTiles = 3; private int numberOfControlTilesSet = 0; private int nextControlAccumalator = 0; @@ -47,6 +46,8 @@ public class EventControls : MonoBehaviour { currentPlayerCollider = playerCollider; currentEnemyCollider = enemyCollider; + + player.DisablePlayerMovement(); Physics2D.IgnoreCollision(playerCollider, enemyCollider, true); eventTriggered = true; @@ -54,7 +55,6 @@ public class EventControls : MonoBehaviour public bool IsEventTriggered() { - return eventTriggered; } @@ -69,7 +69,7 @@ public class EventControls : MonoBehaviour if (eventTriggered) { SetTile(); - //SetTileMapPosition(); + // SetTileMapPosition(); } if (eventDrawn && eventTriggered) @@ -94,19 +94,13 @@ public class EventControls : MonoBehaviour EventControlTile eventControlTile = null; if (isControlTile == null || isControlTile.GetValueOrDefault()) { - eventControlTile = new EventControlTile(KeyCode.Q, - tile, - successTile, - GetNextTilePosition() + nextControlOffSetAsVector); /* TODO: Hard code */ + eventControlTile = GenerateEventControlTile(GetNextTilePosition() + nextControlOffSetAsVector); isControlTile = false; + numberOfControlTilesSet++; } else { - eventControlTile = new EventControlTile(KeyCode.Escape, - plusTile, - null, - GetNextTilePosition() + nextControlOffSetAsVector, - true); /* TODO: Hard code */ + eventControlTile = GenerateEventControlPlusTile(GetNextPlusTilePosition() + nextControlOffSetAsVector); isControlTile = true; } @@ -115,7 +109,6 @@ public class EventControls : MonoBehaviour tilemap.SetTile(eventControlTile.position, eventControlTile.tile); nextControlAccumalator = 0; - numberOfControlTilesSet++; } else if (numberOfControlTilesSet == maxNumberOfControlTiles) { @@ -138,11 +131,17 @@ public class EventControls : MonoBehaviour private Vector3Int GetNextTilePosition() { - return (initialCameraPosition + new Vector3Int(numberOfControlTilesSet, 0, 0)) + return (initialCameraPosition + new Vector3Int(numberOfControlTilesSet*2, 0, 0)) .GetValueOrDefault(); } - private void PerformControlEvent() + private Vector3Int GetNextPlusTilePosition() + { + return (initialCameraPosition + new Vector3Int(numberOfControlTilesSet*2-1, 0, 0)) + .GetValueOrDefault(); + } + + private bool PerformControlEvent() { nextControlAccumalator = 0; @@ -163,24 +162,33 @@ public class EventControls : MonoBehaviour } else if (eventCycleAccumalator >= eventCycleInSeconds * framesPerSecond) { - + eventTriggered = false; + eventCycleAccumalator = 0; + Destroy(currentEnemyCollider.gameObject); + currentEnemyCollider = null; } else { eventCycleAccumalator++; } + + return false; } private void Reset() { if (tileMapClearDelayAccumalator >= tileMapClearDelayInSeconds * framesPerSecond) { + eventControlTilesInCycle.Clear(); tilemap.ClearAllTiles(); tileMapClearDelayAccumalator = 0; eventDrawn = false; numberOfControlTilesSet = 0; - Physics2D.IgnoreCollision(currentPlayerCollider, currentEnemyCollider, false); + if (currentEnemyCollider != null) + Physics2D.IgnoreCollision(currentPlayerCollider, currentEnemyCollider, false); + player.EnablePlayerMovement(); + currentPlayerCollider = null; currentEnemyCollider = null; } @@ -190,9 +198,28 @@ public class EventControls : MonoBehaviour } } - private void SetTileMapPosition() + //private void SetTileMapPosition() + //{ + // var offset = camera.transform.position.x - (int)camera.transform.position.x; + // transform.position = new Vector3(transform.position.x + offset, transform.position.y, 0); + //} + + private EventControlTile GenerateEventControlTile(Vector3Int position) { - transform.position = camera.transform.position + - new Vector3Int(nextControlXOffset, nextControlYOffset, 0); // offset + var randomNumber = Random.Range(0, TileToKeyMappings.TileToKey.Count); + + return new EventControlTile(TileToKeyMappings.TileToKey[randomNumber], + tiles[randomNumber], + successTiles[randomNumber], + position); + } + + private EventControlTile GenerateEventControlPlusTile(Vector3Int position) + { + return new EventControlTile(KeyCode.Escape, + plusTile, + null, + position, + true); } } diff --git a/Assets/Scripts/Player.cs b/Assets/Scripts/Player.cs index 6a4e5d2..d258d3a 100644 --- a/Assets/Scripts/Player.cs +++ b/Assets/Scripts/Player.cs @@ -6,9 +6,10 @@ using UnityEngine; public class Player : MonoBehaviour { [SerializeField] private float runSpeed = 10f; - [SerializeField] private float jumpSpeed = 10f; + [SerializeField] private float jumpSpeed = 35f; [SerializeField] private float runFasterFactor = 1.5f; - [SerializeField] private float groundErrorThreshold = 0.05f; + [SerializeField] private float groundErrorThreshold = 1.5f; + [SerializeField] private float wallErrorThreshold = 1.5f; [SerializeField] private float wallLineCaseDistance = 0.5f; [SerializeField] private float runErrorThreshold = 0.05f; [SerializeField] private int startHealth = 3; @@ -22,11 +23,11 @@ public class Player : MonoBehaviour [SerializeField] private SpriteRenderer staminaBar; + private Rigidbody2D rigidBody; new private BoxCollider2D collider; private Animator animator; - - private Vector2 wallLineCaseDistanceVector => new Vector2(wallLineCaseDistance, 0); + private bool isMovementEnabled = true; private void Start() { @@ -42,6 +43,28 @@ public class Player : MonoBehaviour private void Update() { MovePlayer(); + + //if (IsPlayerOnWall(true)) + //{ + // if (collider.sharedMaterial == null || collider.sharedMaterial.friction != 0f) + // { + // collider.sharedMaterial = new PhysicsMaterial2D(); + // collider.sharedMaterial.friction = 0f; + // collider.enabled = false; + // collider.enabled = true; + // } + //} + //else + //{ + // if (collider.sharedMaterial == null || collider.sharedMaterial.friction == 0f) + // { + // collider.sharedMaterial = new PhysicsMaterial2D(); + // collider.sharedMaterial.friction = 0.5f; + // collider.enabled = false; + // collider.enabled = true; + // } + //} + } void OnCollisionEnter2D(Collision2D coll) @@ -80,9 +103,13 @@ public class Player : MonoBehaviour private void MovePlayer() { - Jump(); - Run(); - FlipSprite(); + if (isMovementEnabled) + { + Jump(); + Run(); + FlipSprite(); + } + HandleAnimations(); } @@ -91,6 +118,7 @@ public class Player : MonoBehaviour // Jump if (Input.GetKeyDown(KeyCode.Space) && IsPlayerOnGround()) { + SoundManagerScript.PlaySound("jump"); rigidBody.velocity += new Vector2(0, jumpSpeed); rigidBody.velocity = new Vector2(rigidBody.velocity.x, Mathf.Clamp(rigidBody.velocity.y, 0, jumpSpeed)); @@ -99,9 +127,6 @@ public class Player : MonoBehaviour private void Run() { - if (IsPlayerOnWall()) - return; - var actualRunSpeed = runSpeed; // Speed Run Increase @@ -109,6 +134,10 @@ public class Player : MonoBehaviour { actualRunSpeed *= runFasterFactor; } + if (IsPlayerOnWall()) + { + actualRunSpeed = 0; + } // Run if (Input.GetKey(KeyCode.RightArrow)) @@ -123,38 +152,45 @@ public class Player : MonoBehaviour private bool IsPlayerOnGround() { - return IsPointOnGround(transform.position + new Vector3(0.3f, 0, 0)) || - IsPointOnGround(transform.position + new Vector3(-0.3f, 0, 0)); + return IsPointOnGround(transform.position + new Vector3(collider.bounds.extents.x * 0.96f, 0, 0)) || + IsPointOnGround(transform.position) || + IsPointOnGround(transform.position - new Vector3(collider.bounds.extents.x * 0.99f, 0, 0)); } private bool IsPointOnGround(Vector2 position) { + Debug.DrawLine(position, position - new Vector2(0, collider.bounds.extents.y * groundErrorThreshold)); + RaycastHit2D hit = Physics2D.Raycast(position, -Vector2.up, - groundErrorThreshold, + collider.bounds.extents.y * groundErrorThreshold, LayerMask.GetMask(LayerNames.Ground)); return hit.collider != null && hit.collider.IsTouching(collider); } - private bool IsPlayerOnWall() + private bool IsPlayerOnWall(bool ignoreGround = false) { - return IsPointOnWall(transform.position + new Vector3(0, 1, 0)) || - IsPointOnWall(transform.position + new Vector3(0, -1, 0)) || - IsPointOnWall(transform.position + new Vector3(0, -2, 0)); + return IsPointOnWall(transform.position + new Vector3(0, collider.bounds.extents.y * 0.6f, 0), ignoreGround) || + IsPointOnWall(transform.position - new Vector3(0, collider.bounds.extents.y * 0.25f, 0), ignoreGround) || + IsPointOnWall(transform.position - new Vector3(0, collider.bounds.extents.y * 0.8f, 0), ignoreGround) || + IsPointOnWall(transform.position - new Vector3(0, collider.bounds.extents.y * 1.5f, 0), ignoreGround); } - private bool IsPointOnWall(Vector2 position) + private bool IsPointOnWall(Vector2 position, bool ignoreGround = false) { + Debug.DrawLine(position, position + new Vector2(collider.bounds.extents.x * wallErrorThreshold, 0), Color.green); + Debug.DrawLine(position, position - new Vector2(collider.bounds.extents.x * wallErrorThreshold, 0), Color.green); + var rightHit = Physics2D.Linecast(position, - position + wallLineCaseDistanceVector, + position + new Vector2(collider.bounds.extents.x * wallErrorThreshold, 0), LayerMask.GetMask(LayerNames.Ground)); var leftHit = Physics2D.Linecast(position, - position - wallLineCaseDistanceVector, + position - new Vector2(collider.bounds.extents.x * wallErrorThreshold, 0), LayerMask.GetMask(LayerNames.Ground)); return ((rightHit.collider != null && rightHit.collider.IsTouching(collider)) || - (leftHit.collider != null && leftHit.collider.IsTouching(collider))) && !IsPlayerOnGround(); + (leftHit.collider != null && leftHit.collider.IsTouching(collider))) && (!IsPlayerOnGround() || ignoreGround); } private bool HasEncounteredEnemy() @@ -176,4 +212,14 @@ public class Player : MonoBehaviour animator.SetBool("IsGround", IsPlayerOnGround()); animator.SetFloat("YVelocity", rigidBody.velocity.y); } + + public void DisablePlayerMovement() + { + isMovementEnabled = false; + } + + public void EnablePlayerMovement() + { + isMovementEnabled = true; + } } diff --git a/Assets/Scripts/SoundManagerScript.cs b/Assets/Scripts/SoundManagerScript.cs new file mode 100644 index 0000000..cfcc822 --- /dev/null +++ b/Assets/Scripts/SoundManagerScript.cs @@ -0,0 +1,46 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class SoundManagerScript : MonoBehaviour +{ + + public static AudioClip jumpSound, screamSound, wrongButtonSound, bugLaughSound; + static AudioSource audioSrc; + + // Start is called before the first frame update + void Start() + { + jumpSound = Resources.Load("Audio/Jump"); + screamSound = Resources.Load("Audio/GirlyScream"); + wrongButtonSound = Resources.Load("Audio/WrongButton"); + bugLaughSound = Resources.Load("Audio/BugLaugh"); + + audioSrc = GetComponent(); + } + + // Update is called once per frame + void Update() + { + + } + + public static void PlaySound(string clip) + { + switch (clip) + { + case "jump": + audioSrc.PlayOneShot(jumpSound); + break; + case "scream": + audioSrc.PlayOneShot(screamSound); + break; + case "wrong": + audioSrc.PlayOneShot(wrongButtonSound); + break; + case "bug laugh": + audioSrc.PlayOneShot(bugLaughSound); + break; + } + } +} diff --git a/Assets/Scripts/SoundManagerScript.cs.meta b/Assets/Scripts/SoundManagerScript.cs.meta new file mode 100644 index 0000000..ce1eb24 --- /dev/null +++ b/Assets/Scripts/SoundManagerScript.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: dc9d3b5f9d5d60b4596f3d065b900e30 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_0.asset b/Assets/Sprites/Controls/Buttons_0.asset new file mode 100644 index 0000000..3bf0b9c --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_0.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_0 + m_EditorClassIdentifier: + m_Sprite: {fileID: 8894201953851282084, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_0.asset.meta b/Assets/Sprites/Controls/Buttons_0.asset.meta new file mode 100644 index 0000000..a37018d --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_0.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1f7bfa5ee72002646806268d14bfeb3b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_1.asset b/Assets/Sprites/Controls/Buttons_1.asset new file mode 100644 index 0000000..cca6acc --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_1.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_1 + m_EditorClassIdentifier: + m_Sprite: {fileID: 7664807735657788756, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_1.asset.meta b/Assets/Sprites/Controls/Buttons_1.asset.meta new file mode 100644 index 0000000..015031a --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_1.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ae6e7a8b9fa2433448a66da4090e310c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_10.asset b/Assets/Sprites/Controls/Buttons_10.asset new file mode 100644 index 0000000..f4a78fa --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_10.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_10 + m_EditorClassIdentifier: + m_Sprite: {fileID: 3100856887975758742, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_10.asset.meta b/Assets/Sprites/Controls/Buttons_10.asset.meta new file mode 100644 index 0000000..2a5201e --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_10.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4c5438b1315e8d840b6c482e9710993c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_11.asset b/Assets/Sprites/Controls/Buttons_11.asset new file mode 100644 index 0000000..5cd37ef --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_11.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_11 + m_EditorClassIdentifier: + m_Sprite: {fileID: 4520375771122408675, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_11.asset.meta b/Assets/Sprites/Controls/Buttons_11.asset.meta new file mode 100644 index 0000000..fc245fe --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_11.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e3c7dcade26bec746bd38fb794264216 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_12.asset b/Assets/Sprites/Controls/Buttons_12.asset new file mode 100644 index 0000000..7ade95c --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_12.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_12 + m_EditorClassIdentifier: + m_Sprite: {fileID: -5179577679047867133, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_12.asset.meta b/Assets/Sprites/Controls/Buttons_12.asset.meta new file mode 100644 index 0000000..795f373 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_12.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: bfe2d3906a2ea9a459088706930d84a6 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_13.asset b/Assets/Sprites/Controls/Buttons_13.asset new file mode 100644 index 0000000..0c72fe9 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_13.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_13 + m_EditorClassIdentifier: + m_Sprite: {fileID: -3910703144431735636, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_13.asset.meta b/Assets/Sprites/Controls/Buttons_13.asset.meta new file mode 100644 index 0000000..45ca42b --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_13.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a6df840757ade3b4b91133bd128a4ca7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_14.asset b/Assets/Sprites/Controls/Buttons_14.asset new file mode 100644 index 0000000..55dc6cc --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_14.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_14 + m_EditorClassIdentifier: + m_Sprite: {fileID: -8085034249037642075, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_14.asset.meta b/Assets/Sprites/Controls/Buttons_14.asset.meta new file mode 100644 index 0000000..f745fe0 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_14.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 31952a6eac335264bbb33d2823f28683 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_15.asset b/Assets/Sprites/Controls/Buttons_15.asset new file mode 100644 index 0000000..85f7620 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_15.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_15 + m_EditorClassIdentifier: + m_Sprite: {fileID: 2002449761939175838, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_15.asset.meta b/Assets/Sprites/Controls/Buttons_15.asset.meta new file mode 100644 index 0000000..34dd263 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_15.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 873a5cecdfc9ebf4583428797abdf980 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_16.asset b/Assets/Sprites/Controls/Buttons_16.asset new file mode 100644 index 0000000..bc6e2d8 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_16.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_16 + m_EditorClassIdentifier: + m_Sprite: {fileID: -8297432600200059137, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_16.asset.meta b/Assets/Sprites/Controls/Buttons_16.asset.meta new file mode 100644 index 0000000..683c3d0 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_16.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eb62aa8f449e99a499ed3a9dde109158 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_17.asset b/Assets/Sprites/Controls/Buttons_17.asset new file mode 100644 index 0000000..cb399ae --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_17.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_17 + m_EditorClassIdentifier: + m_Sprite: {fileID: 6581902851085628065, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_17.asset.meta b/Assets/Sprites/Controls/Buttons_17.asset.meta new file mode 100644 index 0000000..88759ce --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_17.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8e4de2f5a5925ad47b2e5135946daee7 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_18.asset b/Assets/Sprites/Controls/Buttons_18.asset new file mode 100644 index 0000000..a580268 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_18.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_18 + m_EditorClassIdentifier: + m_Sprite: {fileID: 5873922061639052055, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_18.asset.meta b/Assets/Sprites/Controls/Buttons_18.asset.meta new file mode 100644 index 0000000..ae971a7 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_18.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: fe934cd7480abb34d85c270a61159910 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_19.asset b/Assets/Sprites/Controls/Buttons_19.asset new file mode 100644 index 0000000..db2e5b7 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_19.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_19 + m_EditorClassIdentifier: + m_Sprite: {fileID: 1037043418157672090, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_19.asset.meta b/Assets/Sprites/Controls/Buttons_19.asset.meta new file mode 100644 index 0000000..3ff21d3 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_19.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: aa0847f2d07a5de409fea20d9eef8f98 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_2.asset b/Assets/Sprites/Controls/Buttons_2.asset new file mode 100644 index 0000000..c04b907 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_2.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_2 + m_EditorClassIdentifier: + m_Sprite: {fileID: -5402412272178277761, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_2.asset.meta b/Assets/Sprites/Controls/Buttons_2.asset.meta new file mode 100644 index 0000000..cd5c463 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_2.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: c2678bd928e9a0943ad5fadb602db819 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_20.asset b/Assets/Sprites/Controls/Buttons_20.asset new file mode 100644 index 0000000..3b3ac31 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_20.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_20 + m_EditorClassIdentifier: + m_Sprite: {fileID: 6246160581572741293, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_20.asset.meta b/Assets/Sprites/Controls/Buttons_20.asset.meta new file mode 100644 index 0000000..2b48801 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_20.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3892d3fd4f09d3546a9c0fa91c23804c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_21.asset b/Assets/Sprites/Controls/Buttons_21.asset new file mode 100644 index 0000000..ed443a0 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_21.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_21 + m_EditorClassIdentifier: + m_Sprite: {fileID: 7671842712487638309, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_21.asset.meta b/Assets/Sprites/Controls/Buttons_21.asset.meta new file mode 100644 index 0000000..aeed9d4 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_21.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8a9fda06d52381844891193f6ed6bb07 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_22.asset b/Assets/Sprites/Controls/Buttons_22.asset new file mode 100644 index 0000000..6bd6dda --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_22.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_22 + m_EditorClassIdentifier: + m_Sprite: {fileID: 6994526540242742011, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_22.asset.meta b/Assets/Sprites/Controls/Buttons_22.asset.meta new file mode 100644 index 0000000..4c3b3bd --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_22.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5eea178b37799c04484c1d11a68c148c +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_23.asset b/Assets/Sprites/Controls/Buttons_23.asset new file mode 100644 index 0000000..6489d58 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_23.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_23 + m_EditorClassIdentifier: + m_Sprite: {fileID: -6134105900329393699, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_23.asset.meta b/Assets/Sprites/Controls/Buttons_23.asset.meta new file mode 100644 index 0000000..93db453 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_23.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4a575a19b6cd8a140959a1461963418f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_3.asset b/Assets/Sprites/Controls/Buttons_3.asset new file mode 100644 index 0000000..ca7ba58 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_3.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_3 + m_EditorClassIdentifier: + m_Sprite: {fileID: 2013261503205373015, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_3.asset.meta b/Assets/Sprites/Controls/Buttons_3.asset.meta new file mode 100644 index 0000000..f730292 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_3.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2144cee47e8929f4cb0ce23b78f8f4ad +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_4.asset b/Assets/Sprites/Controls/Buttons_4.asset new file mode 100644 index 0000000..46be870 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_4.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_4 + m_EditorClassIdentifier: + m_Sprite: {fileID: 3760674464881954987, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_4.asset.meta b/Assets/Sprites/Controls/Buttons_4.asset.meta new file mode 100644 index 0000000..3f4ce51 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_4.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e85f8319cdf4358448a9002845cfbd5a +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_5.asset b/Assets/Sprites/Controls/Buttons_5.asset new file mode 100644 index 0000000..af8935f --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_5.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_5 + m_EditorClassIdentifier: + m_Sprite: {fileID: -7811504096720598664, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_5.asset.meta b/Assets/Sprites/Controls/Buttons_5.asset.meta new file mode 100644 index 0000000..f1e6da4 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_5.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ccb4ffcdbc096b448881b3a12ed1bfce +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_6.asset b/Assets/Sprites/Controls/Buttons_6.asset new file mode 100644 index 0000000..3157be7 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_6.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_6 + m_EditorClassIdentifier: + m_Sprite: {fileID: -7814535901586335685, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_6.asset.meta b/Assets/Sprites/Controls/Buttons_6.asset.meta new file mode 100644 index 0000000..503d9d5 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_6.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: db1d65b4da209fa489ba3d7582dbff24 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_7.asset b/Assets/Sprites/Controls/Buttons_7.asset new file mode 100644 index 0000000..03e387b --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_7.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_7 + m_EditorClassIdentifier: + m_Sprite: {fileID: -3243065930256096816, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_7.asset.meta b/Assets/Sprites/Controls/Buttons_7.asset.meta new file mode 100644 index 0000000..0eac61a --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_7.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: cb7c540b9df3b994fb4320684eb0ff65 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_8.asset b/Assets/Sprites/Controls/Buttons_8.asset new file mode 100644 index 0000000..0de1b89 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_8.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_8 + m_EditorClassIdentifier: + m_Sprite: {fileID: -5316896731886317114, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_8.asset.meta b/Assets/Sprites/Controls/Buttons_8.asset.meta new file mode 100644 index 0000000..b7c2838 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_8.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: daea938cbd864e0479f663f746bb9950 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Buttons_9.asset b/Assets/Sprites/Controls/Buttons_9.asset new file mode 100644 index 0000000..8758748 --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_9.asset @@ -0,0 +1,37 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Buttons_9 + m_EditorClassIdentifier: + m_Sprite: {fileID: 7219830438018454713, guid: 41e19859471e9554081441f3912fd642, + type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Buttons_9.asset.meta b/Assets/Sprites/Controls/Buttons_9.asset.meta new file mode 100644 index 0000000..8103cbe --- /dev/null +++ b/Assets/Sprites/Controls/Buttons_9.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f3b494a9dede1e34cbf612b95ee136ec +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Controls/Plus.asset b/Assets/Sprites/Controls/Plus.asset new file mode 100644 index 0000000..65cae6f --- /dev/null +++ b/Assets/Sprites/Controls/Plus.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &11400000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13312, guid: 0000000000000000e000000000000000, type: 0} + m_Name: Plus + m_EditorClassIdentifier: + m_Sprite: {fileID: 21300000, guid: 7b479c9679b034648b04c7b0bb947faf, type: 3} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Transform: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_InstancedGameObject: {fileID: 0} + m_Flags: 1 + m_ColliderType: 1 diff --git a/Assets/Sprites/Controls/Plus.asset.meta b/Assets/Sprites/Controls/Plus.asset.meta new file mode 100644 index 0000000..637d84b --- /dev/null +++ b/Assets/Sprites/Controls/Plus.asset.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ee14e10b7ac07bd449e0f1d5ea99eb42 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 11400000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Hud/StaminaBar 1.png b/Assets/Sprites/Hud/StaminaBar 1.png new file mode 100644 index 0000000..23bcd5e Binary files /dev/null and b/Assets/Sprites/Hud/StaminaBar 1.png differ diff --git a/Assets/Sprites/Hud/StaminaBar 1.png.meta b/Assets/Sprites/Hud/StaminaBar 1.png.meta new file mode 100644 index 0000000..ef3ab9c --- /dev/null +++ b/Assets/Sprites/Hud/StaminaBar 1.png.meta @@ -0,0 +1,151 @@ +fileFormatVersion: 2 +guid: 5ea496523db789f4fb72651035776eba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 10 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 0 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 4 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 16 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Standalone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Windows Store Apps + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: WebGL + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 0 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Sprites/Palette/Event Controls.prefab b/Assets/Sprites/Palette/Event Controls.prefab index ce62554..67bc41c 100644 --- a/Assets/Sprites/Palette/Event Controls.prefab +++ b/Assets/Sprites/Palette/Event Controls.prefab @@ -40,7 +40,7 @@ Grid: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 250460987577937926} m_Enabled: 1 - m_CellSize: {x: 1, y: 1, z: 0} + m_CellSize: {x: 1.375, y: 1.375, z: 0} m_CellGap: {x: 0, y: 0, z: 0} m_CellLayout: 0 m_CellSwizzle: 0 @@ -85,6 +85,51 @@ Tilemap: m_GameObject: {fileID: 7903917978724306658} m_Enabled: 1 m_Tiles: + - first: {x: -16, y: -2, z: 0} + second: + m_TileIndex: 33 + m_TileSpriteIndex: 21 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -15, y: -2, z: 0} + second: + m_TileIndex: 34 + m_TileSpriteIndex: 22 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -14, y: -2, z: 0} + second: + m_TileIndex: 35 + m_TileSpriteIndex: 23 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -13, y: -2, z: 0} + second: + m_TileIndex: 36 + m_TileSpriteIndex: 24 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -11, y: -2, z: 0} + second: + m_TileIndex: 37 + m_TileSpriteIndex: 0 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 - first: {x: -6, y: -2, z: 0} second: m_TileIndex: 10 @@ -121,6 +166,51 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -16, y: -1, z: 0} + second: + m_TileIndex: 28 + m_TileSpriteIndex: 16 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -15, y: -1, z: 0} + second: + m_TileIndex: 29 + m_TileSpriteIndex: 17 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -14, y: -1, z: 0} + second: + m_TileIndex: 30 + m_TileSpriteIndex: 18 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -13, y: -1, z: 0} + second: + m_TileIndex: 31 + m_TileSpriteIndex: 19 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -12, y: -1, z: 0} + second: + m_TileIndex: 32 + m_TileSpriteIndex: 20 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 - first: {x: -6, y: -1, z: 0} second: m_TileIndex: 6 @@ -166,6 +256,51 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -16, y: 0, z: 0} + second: + m_TileIndex: 23 + m_TileSpriteIndex: 11 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -15, y: 0, z: 0} + second: + m_TileIndex: 24 + m_TileSpriteIndex: 12 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -14, y: 0, z: 0} + second: + m_TileIndex: 25 + m_TileSpriteIndex: 13 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -13, y: 0, z: 0} + second: + m_TileIndex: 26 + m_TileSpriteIndex: 14 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -12, y: 0, z: 0} + second: + m_TileIndex: 27 + m_TileSpriteIndex: 15 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 - first: {x: -6, y: 0, z: 0} second: m_TileIndex: 2 @@ -202,14 +337,126 @@ Tilemap: m_ObjectToInstantiate: {fileID: 0} m_TileFlags: 1 m_ColliderType: 1 + - first: {x: -16, y: 1, z: 0} + second: + m_TileIndex: 18 + m_TileSpriteIndex: 6 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -15, y: 1, z: 0} + second: + m_TileIndex: 19 + m_TileSpriteIndex: 7 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -14, y: 1, z: 0} + second: + m_TileIndex: 20 + m_TileSpriteIndex: 8 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -13, y: 1, z: 0} + second: + m_TileIndex: 21 + m_TileSpriteIndex: 9 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -12, y: 1, z: 0} + second: + m_TileIndex: 22 + m_TileSpriteIndex: 10 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -16, y: 2, z: 0} + second: + m_TileIndex: 0 + m_TileSpriteIndex: 1 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -15, y: 2, z: 0} + second: + m_TileIndex: 14 + m_TileSpriteIndex: 2 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -14, y: 2, z: 0} + second: + m_TileIndex: 15 + m_TileSpriteIndex: 3 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -13, y: 2, z: 0} + second: + m_TileIndex: 16 + m_TileSpriteIndex: 4 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 + - first: {x: -12, y: 2, z: 0} + second: + m_TileIndex: 17 + m_TileSpriteIndex: 5 + m_TileMatrixIndex: 0 + m_TileColorIndex: 0 + m_ObjectToInstantiate: {fileID: 0} + m_TileFlags: 1 + m_ColliderType: 1 m_AnimatedTiles: {} m_TileAssetArray: - - m_RefCount: 0 - m_Data: {fileID: 0} - - m_RefCount: 1 - m_Data: {fileID: 11400000, guid: ee14e10b7ac07bd449e0f1d5ea99eb42, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: 1f7bfa5ee72002646806268d14bfeb3b, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} + - m_RefCount: 1 + m_Data: {fileID: 0} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: ae6e7a8b9fa2433448a66da4090e310c, type: 2} - m_RefCount: 1 @@ -232,47 +479,109 @@ Tilemap: m_Data: {fileID: 11400000, guid: 4c5438b1315e8d840b6c482e9710993c, type: 2} - m_RefCount: 1 m_Data: {fileID: 11400000, guid: e3c7dcade26bec746bd38fb794264216, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: bfe2d3906a2ea9a459088706930d84a6, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: a6df840757ade3b4b91133bd128a4ca7, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 31952a6eac335264bbb33d2823f28683, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 873a5cecdfc9ebf4583428797abdf980, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: eb62aa8f449e99a499ed3a9dde109158, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 8e4de2f5a5925ad47b2e5135946daee7, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: fe934cd7480abb34d85c270a61159910, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: aa0847f2d07a5de409fea20d9eef8f98, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 3892d3fd4f09d3546a9c0fa91c23804c, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 8a9fda06d52381844891193f6ed6bb07, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 5eea178b37799c04484c1d11a68c148c, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: 4a575a19b6cd8a140959a1461963418f, type: 2} + - m_RefCount: 1 + m_Data: {fileID: 11400000, guid: ee14e10b7ac07bd449e0f1d5ea99eb42, type: 2} m_TileSpriteArray: - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 21300000, guid: 7b479c9679b034648b04c7b0bb947faf, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 8894201953851282084, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 7664807735657788756, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: -5402412272178277761, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 2013261503205373015, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 3760674464881954987, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: -7811504096720598664, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: -7814535901586335685, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: -3243065930256096816, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: -5316896731886317114, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 7219830438018454713, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 3100856887975758742, guid: 41e19859471e9554081441f3912fd642, type: 3} - - m_RefCount: 1 + - m_RefCount: 2 m_Data: {fileID: 4520375771122408675, guid: 41e19859471e9554081441f3912fd642, type: 3} + - m_RefCount: 1 + m_Data: {fileID: -5179577679047867133, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: -3910703144431735636, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: -8085034249037642075, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 2002449761939175838, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: -8297432600200059137, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 6581902851085628065, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 5873922061639052055, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 1037043418157672090, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 6246160581572741293, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 7671842712487638309, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: 6994526540242742011, guid: 41e19859471e9554081441f3912fd642, + type: 3} + - m_RefCount: 1 + m_Data: {fileID: -6134105900329393699, guid: 41e19859471e9554081441f3912fd642, + type: 3} m_TileMatrixArray: - - m_RefCount: 13 + - m_RefCount: 38 m_Data: e00: 1 e01: 0 @@ -291,14 +600,14 @@ Tilemap: e32: 0 e33: 1 m_TileColorArray: - - m_RefCount: 13 + - m_RefCount: 38 m_Data: {r: 1, g: 1, b: 1, a: 1} - m_RefCount: 0 m_Data: {r: -6.304267e+13, g: -6.304267e+13, b: -6.304267e+13, a: -6.304267e+13} m_AnimationFrameRate: 1 m_Color: {r: 1, g: 1, b: 1, a: 1} - m_Origin: {x: -6, y: -2, z: 0} - m_Size: {x: 7, y: 4, z: 1} + m_Origin: {x: -16, y: -2, z: 0} + m_Size: {x: 17, y: 5, z: 1} m_TileAnchor: {x: 0.5, y: 0.5, z: 0} m_TileOrientation: 0 m_TileOrientationMatrix: