first flow field resource draft
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user