resonance

This commit is contained in:
2025-05-03 08:14:40 -05:00
parent 516e9d537b
commit 557b30b646
17 changed files with 169 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
extends HBoxContainer
class_name ResourceContainer
@onready var resource_count: Label = %ResourceCount
func update_resource_count(count: int):
resource_count.text = String.num(count, 0)