diff options
Diffstat (limited to 'character/fps_controller')
-rw-r--r-- | character/fps_controller/fps_controller.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/character/fps_controller/fps_controller.gd b/character/fps_controller/fps_controller.gd index 8d5af12..0ac12a8 100644 --- a/character/fps_controller/fps_controller.gd +++ b/character/fps_controller/fps_controller.gd @@ -87,4 +87,4 @@ func _on_ladder_detector_body_entered(body): func _on_ladder_detector_body_exited(body): if body.is_in_group("ladder"): - is_climbing = false
\ No newline at end of file + is_climbing = false |