This commit is contained in:
Marek Le
2026-03-29 22:58:23 +02:00
parent b9ed399d34
commit 80a65fa555
19 changed files with 217 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
extends CanvasLayer
const GCD_TIME := 1.0
const GCD_TIME := 0.5
@onready var health_bar: ProgressBar = $HealthBar
@onready var shield_bar: ProgressBar = $ShieldBar