diff options
Diffstat (limited to 'Player.gd')
| -rw-r--r-- | Player.gd | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -71,3 +71,5 @@ func _physics_process(delta): # print($AnimationPlayer.current_animation, ", ", $AnimationTree.get("parameters/walk_speed/scale")) # warning-ignore:return_value_discarded move_and_slide(velocity, Vector2.UP) + + GlobalData.player_hp |
