full turns
This commit is contained in:
parent
7bd61df481
commit
6ff1531662
15 changed files with 879 additions and 100 deletions
|
|
@ -29,7 +29,7 @@ Transform:
|
|||
m_GameObject: {fileID: 1296817062174965064}
|
||||
serializedVersion: 2
|
||||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
||||
m_LocalPosition: {x: -2.5, y: 1.5, z: 0}
|
||||
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||
m_LocalScale: {x: 0.8, y: 0.8, z: 1}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children: []
|
||||
|
|
@ -177,10 +177,11 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
health: 100
|
||||
maxHealth: 100
|
||||
maxMovement: 120
|
||||
maxMovement: 4
|
||||
currentTile: {fileID: 0}
|
||||
moveAnimSpeed: 0
|
||||
moveAnimSpeed: 10
|
||||
canMove: 1
|
||||
invincible: 0
|
||||
turnSpeed: 1
|
||||
minimumAttackRange: 10
|
||||
minimumAttackRange: 1.5
|
||||
damage: 0
|
||||
|
|
|
|||
|
|
@ -177,9 +177,9 @@ MonoBehaviour:
|
|||
m_EditorClassIdentifier:
|
||||
health: 100
|
||||
maxHealth: 100
|
||||
maxMovement: 10
|
||||
maxMovement: 4
|
||||
currentTile: {fileID: 0}
|
||||
moveAnimSpeed: 2
|
||||
moveAnimSpeed: 10
|
||||
canMove: 1
|
||||
invincible: 0
|
||||
hasMoved: 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue