tweaks to assassinate vip mode
This commit is contained in:
@@ -48,6 +48,7 @@ func _ready() -> void:
|
||||
|
||||
SignalBus.player_hit.connect(player_hit)
|
||||
SignalBus.ui_timer_update.connect(update_timer)
|
||||
SignalBus.ui_timer_visibility.connect(toggle_timer_visibility)
|
||||
|
||||
money_count = GameGlobals.money
|
||||
|
||||
@@ -125,6 +126,9 @@ func _process(delta: float) -> void:
|
||||
spawn_notifs()
|
||||
wobble_items.position = hud_wobble(delta/Engine.time_scale)
|
||||
|
||||
func toggle_timer_visibility(timer_visible):
|
||||
timer_counter.visible = timer_visible
|
||||
|
||||
func update_timer(label,timer):
|
||||
if timer_counter.visible == false:
|
||||
timer_counter.visible = true
|
||||
|
||||
Reference in New Issue
Block a user