Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 36 additions & 4 deletions Assets/Prefabs/Player.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ GameObject:
- component: {fileID: 1803017460098482366}
- component: {fileID: 2136192976700920181}
- component: {fileID: 2952415180134692435}
- component: {fileID: 7125002356518323854}
- component: {fileID: 6115929822489580083}
m_Layer: 0
m_Name: Player
m_TagString: Untagged
m_TagString: Player
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
Expand All @@ -30,7 +32,7 @@ Transform:
m_GameObject: {fileID: 1463738777561398421}
serializedVersion: 2
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 4.6, y: 0.2999997, z: 0}
m_LocalPosition: {x: 4.5, y: 0.5, z: 0}
m_LocalScale: {x: 5, y: 5, z: 5}
m_ConstrainProportionsScale: 0
m_Children: []
Expand Down Expand Up @@ -76,7 +78,7 @@ SpriteRenderer:
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: -1791178601
m_SortingLayer: 3
m_SortingOrder: 10
m_SortingOrder: 100
m_Sprite: {fileID: -1136445171, guid: 3551ac8dbe8b24a4fbe3c2bd0ba220aa, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
Expand Down Expand Up @@ -105,8 +107,10 @@ MonoBehaviour:
dashDuration: 0.2
dashCooldown: 1
mainCamera: {fileID: 0}
cameraOffset: {x: 0, y: 0, z: -10}
cameraOffset: {x: 0, y: 0, z: -50}
animator: {fileID: 2136192976700920181}
minCameraPosition: {x: 0, y: -2}
maxCameraPosition: {x: 0, y: 27}
--- !u!50 &1803017460098482366
Rigidbody2D:
serializedVersion: 4
Expand Down Expand Up @@ -212,3 +216,31 @@ PolygonCollider2D:
- {x: 0.057479188, y: -0.12709153}
- {x: 0.046700563, y: -0.12571843}
m_UseDelaunayMesh: 0
--- !u!114 &7125002356518323854
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1463738777561398421}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: ff214f090478078429941c9e16fa7b1e, type: 3}
m_Name:
m_EditorClassIdentifier:
maxHealth: 5
heartPrefab: {fileID: 956820160751323993, guid: 2c8373282a98131488a2026dc22fb8df, type: 3}
healthBar: {fileID: 0}
--- !u!114 &6115929822489580083
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 1463738777561398421}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f44e59804ade1664a915835bba2b5b42, type: 3}
m_Name:
m_EditorClassIdentifier:
inventory: []
Loading