movement anim
This commit is contained in:
parent
b7562d53ae
commit
5776d5e889
4 changed files with 114 additions and 54 deletions
|
|
@ -171,6 +171,7 @@ MonoBehaviour:
|
|||
playerLayer:
|
||||
serializedVersion: 2
|
||||
m_Bits: 0
|
||||
pathRequested: []
|
||||
--- !u!1 &201300560
|
||||
GameObject:
|
||||
m_ObjectHideFlags: 0
|
||||
|
|
@ -481,6 +482,7 @@ MonoBehaviour:
|
|||
maxHealth: 100
|
||||
maxMovement: 10
|
||||
currentTile: {fileID: 0}
|
||||
moveAnimSpeed: 2
|
||||
canMove: 1
|
||||
invincible: 0
|
||||
hasMoved: 0
|
||||
|
|
@ -691,6 +693,7 @@ MonoBehaviour:
|
|||
maxHealth: 100
|
||||
maxMovement: 120
|
||||
currentTile: {fileID: 0}
|
||||
moveAnimSpeed: 0
|
||||
canMove: 1
|
||||
invincible: 0
|
||||
turnSpeed: 1
|
||||
|
|
@ -1128,6 +1131,7 @@ MonoBehaviour:
|
|||
maxHealth: 100
|
||||
maxMovement: 3
|
||||
currentTile: {fileID: 0}
|
||||
moveAnimSpeed: 2
|
||||
canMove: 1
|
||||
invincible: 0
|
||||
hasMoved: 0
|
||||
|
|
@ -1311,6 +1315,7 @@ MonoBehaviour:
|
|||
maxHealth: 100
|
||||
maxMovement: 3
|
||||
currentTile: {fileID: 0}
|
||||
moveAnimSpeed: 2
|
||||
canMove: 1
|
||||
invincible: 0
|
||||
hasMoved: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue