game: add godot project

This commit is contained in:
2025-08-19 02:09:27 +02:00
parent 6e7548d5e2
commit ae413deedd
30 changed files with 2656 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
class_name PlayerUI
extends Control
@onready var hp_bar: ProgressBar = $CenterContainer/ProgressBar
func set_hp(value: float):
hp_bar.value = value