Commit 00f956ec authored by 16도재형's avatar 16도재형 Committed by 18류지석

드드드 및 수평 이동 메커니즘 고침

parent 0a5cc655
...@@ -42,6 +42,7 @@ GameObject: ...@@ -42,6 +42,7 @@ GameObject:
m_Component: m_Component:
- component: {fileID: 4710911479571038} - component: {fileID: 4710911479571038}
- component: {fileID: 61129044981816742} - component: {fileID: 61129044981816742}
- component: {fileID: 114402380471012178}
m_Layer: 0 m_Layer: 0
m_Name: AttackColider m_Name: AttackColider
m_TagString: Untagged m_TagString: Untagged
...@@ -92,7 +93,7 @@ Rigidbody2D: ...@@ -92,7 +93,7 @@ Rigidbody2D:
m_AngularDrag: 0.05 m_AngularDrag: 0.05
m_GravityScale: 5 m_GravityScale: 5
m_Material: {fileID: 0} m_Material: {fileID: 0}
m_Interpolate: 0 m_Interpolate: 1
m_SleepingMode: 1 m_SleepingMode: 1
m_CollisionDetection: 1 m_CollisionDetection: 1
m_Constraints: 4 m_Constraints: 4
...@@ -176,19 +177,16 @@ MonoBehaviour: ...@@ -176,19 +177,16 @@ MonoBehaviour:
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
rbGravityScale: 3 rbGravityScale: 3
rbAttackGravityScale: 3 rbAttackGravityScale: 0.5
maxSpeed: 3 maxSpeed: 3
maxDashSpeed: 6 maxDashSpeed: 6
accerlation: 1200 acceleration: 20
deceleration: 20
jumpSpeed: 11 jumpSpeed: 11
ropeSpeed: 3 ropeSpeed: 3
doubleJumpSpeed: 10 doubleJumpSpeed: 10
dashAccerlation: 2000 dashAcceleration: 50
isDashing: 0 platformCollider: {fileID: 0}
platformArray: []
horizontal: 0
horizontalRaw: 0
dashStart: 0
groundLayer: groundLayer:
serializedVersion: 2 serializedVersion: 2
m_Bits: 256 m_Bits: 256
...@@ -207,6 +205,22 @@ MonoBehaviour: ...@@ -207,6 +205,22 @@ MonoBehaviour:
ropeDown: 0.8 ropeDown: 0.8
playerState: 0 playerState: 0
previousState: 0 previousState: 0
--- !u!114 &114402380471012178
MonoBehaviour:
m_ObjectHideFlags: 1
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1862495014651308}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 64f948f7c7aacab409fe963a6f9e0d2a, type: 3}
m_Name:
m_EditorClassIdentifier:
damage: 0
knockBackMultiplier: 1
debuffNum: 0
debuffType:
debuffTime: 00000000000000000000000000000000000000000000000000000000000000000000000000000000
--- !u!114 &114880704145925944 --- !u!114 &114880704145925944
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 1 m_ObjectHideFlags: 1
...@@ -218,13 +232,13 @@ MonoBehaviour: ...@@ -218,13 +232,13 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 4ab58a64164eb984d8683df370ddce96, type: 3} m_Script: {fileID: 11500000, guid: 4ab58a64164eb984d8683df370ddce96, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
state: 0
attackRaw: attackRaw:
- 0 - 0
- 0 - 0
- 0 - 0
attackKeyState: 000000000000000000000000 attackKeyState: 000000000000000000000000
cancel: 0 cancelRaw: 0
cancelKeyState: 0
playingSkill: 0 playingSkill: 0
comboTime: 1 comboTime: 1
time: {fileID: 0} time: {fileID: 0}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment