Progress bar moved to above hud plane (#41803)

This commit is contained in:
skoglol
2018-12-06 00:02:01 -08:00
committed by Tad Hardesty
parent d5773eea2d
commit 81dd04ca4d
+1 -1
View File
@@ -15,7 +15,7 @@
if (goal_number)
goal = goal_number
bar = image('icons/effects/progessbar.dmi', target, "prog_bar_0", HUD_LAYER)
bar.plane = HUD_PLANE
bar.plane = ABOVE_HUD_PLANE
bar.appearance_flags = APPEARANCE_UI_IGNORE_ALPHA
user = User
if(user)