Moved nice alert scene to shot_hud

This commit is contained in:
Rob Kelly 2024-12-11 11:38:05 -07:00
parent 5678bd543b
commit 0b48ec4082
2 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
class_name ShotHUD extends Control
## HUD for main gameplay loop
const NICE_ALERT_SCENE := preload("res://src/ui/decorations/nice_alert.tscn")
const NICE_ALERT_SCENE := preload("res://src/ui/shot_hud/nice_alert.tscn")
## Scale factor for the life bar rumble intensity on taking damage
const LIFE_BAR_DAMAGE_RUMBLE_SCALE := 0.2