Files:
Screenshot:
Positioning and coloring them is easy!
simply make the menu actor, then place this in a create actor script editor for each actor besides the Menu actor
- Code: Select all
x=Menu.x;
y=Menu.y;
To color, just set the RGB. =) Enjoy
Also make the Menu's parrent the view, and all of the other items' parrent the menu, so View is hud's granddaddy.