first flow field resource draft

This commit is contained in:
2025-09-10 21:55:51 +10:00
parent c0859e26cb
commit 703e75d1d8
13 changed files with 208 additions and 24 deletions

View File

@@ -48,6 +48,14 @@ func _ready() -> void:
energy_label.visible = true
func enable_card_gameplay_ui() -> void:
energy_label.visible = true
func disable_card_gameplay_ui() -> void:
energy_label.visible = false
func show_hot_wheel() -> void:
hot_wheel.visible = true