tweaked assassinate vip mode

This commit is contained in:
Derek
2025-05-05 08:31:31 -05:00
parent 6521b39492
commit 7dc8ca1c88
4 changed files with 15 additions and 10 deletions

View File

@@ -31,6 +31,7 @@ var crosshair_target
const STAM_BAR_MAX_OPACITY = 1.0
const CROSSHAIR_SIZE = Vector2(40,40)
const MAX_HUD_WOBBLE_AMT = Vector2(100,100)
var pickup_notifs = []
var can_spawn = true
@@ -122,7 +123,6 @@ func _process(delta: float) -> void:
## SPAWN NOTIFICATIONS
spawn_notifs()
wobble_items.position = hud_wobble(delta/Engine.time_scale)
func update_timer(label,timer):