Die_In_Fire said:Check the Golden Axe Remake by UT![]()






Name HUD_panel
type panel
speed 10
facing 1
setlayer 2000
that is the idea i have in mind.Bloodbane said:Hey vision, why don't you move HUD below too? so the lowest part of screen is not only filled with blackness.
BeasTie said:instead of front panel, make an entity with type panel. It only needs to be 640x480 size.
use 'setlayer' command so it appears at front of screen.
Code:Name HUD_panel type panel speed 10 facing 1 setlayer 2000
name Animated_bg
type none
facing 1
setlayer -200