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

@@ -3,5 +3,6 @@ extends Control
@onready var hp_bar: ProgressBar = $CenterContainer/ProgressBar
func set_hp(value: float):
hp_bar.value = value