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

@@ -94,6 +94,11 @@ func set_zoom_factor(value: float) -> void:
func _ready() -> void:
hud.disable_card_gameplay_ui()
if game_manager:
if game_manager.card_gameplay:
hud.enable_card_gameplay_ui()
if is_multiplayer_authority():
ears.make_current()
camera.make_current()

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