First changes

This commit is contained in:
Paul Norberger
2020-04-19 08:53:49 +02:00
parent 3dc9b88237
commit d71b728e94
497 changed files with 424 additions and 8133 deletions

View File

@@ -102,6 +102,16 @@ func movement_roll():
velocity = rollvector * ROLL_SPEED
animation_state.travel("roll")
"""
# Roll.gd
func enter():
owner.animation_state.travel("roll")
func update():
owner.velocity = rollvector * ROLL_SPEED
"""
func roll_finished():
movementState = moveState.MOVE