chore: run gdformat on all gdscript files

This commit is contained in:
2025-08-19 08:43:13 +02:00
parent efb9f0d92f
commit 77f1d0811c
10 changed files with 69 additions and 24 deletions

View File

@@ -1,9 +1,11 @@
class_name PauseUI
extends Control
func _ready() -> void:
pass
func toggle_pause_ui() -> void:
if visible:
visible = false
@@ -18,7 +20,7 @@ func _on_resume_button_pressed() -> void:
func _on_options_button_pressed() -> void:
pass # Replace with function body.
pass # Replace with function body.
func _on_exit_button_pressed() -> void:
@@ -26,4 +28,4 @@ func _on_exit_button_pressed() -> void:
func _on_new_game_btuton_pressed() -> void:
pass # Replace with function body.
pass # Replace with function body.