fixed dashing through terrain so easily when targeting enemy

This commit is contained in:
2026-02-06 11:52:29 +01:00
parent e8ff01e097
commit e87a228dd2
4 changed files with 33 additions and 19 deletions

View File

@@ -26,6 +26,7 @@ func _on_player_invicible_toggled(toggled_on: bool) -> void:
func _on_restart_current_level_pressed() -> void:
SceneLoader.reload_current_scene()
close()
func _on_select_level_pressed() -> void: