no message
This commit is contained in:
parent
d60d333743
commit
7de3727297
@ -82,7 +82,7 @@ public class Entity : LevelObject
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void move() {
|
public void Move() {
|
||||||
if(!_animation.IsWalking) {
|
if(!_animation.IsWalking) {
|
||||||
_animation.PlayWalkAnim();
|
_animation.PlayWalkAnim();
|
||||||
}
|
}
|
||||||
|
|||||||
@ -25,7 +25,7 @@ public class Opponent : Entity
|
|||||||
|
|
||||||
transform.position += (Vector3)_movementVector;
|
transform.position += (Vector3)_movementVector;
|
||||||
|
|
||||||
move();
|
Move();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user