chore: run gdformat on all gdscript files
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user