How do I add graphics to my hud? Something like a stone effect.
How do I make my character move on the map? I can't move at all when I try playing my game.
How would I add an inventory box? (This one isn't as important as the other two.)
Thanks in advance.
|
||||||||||||
In your main window or whatever panes you're using, use a stone image as a background. You can edit the window's properties in the skin editor, and then select Tile for the image mode.
Skins you create should have a default set of macros to use, but if your window doesn't know about them, it won't use them. Edit your main window and change the macro ID to whatever your macros are called. (In a default skin, it's just "macro".)
You can add an Info control for a standard statpanel, but you can also add a Grid and just update it as needed.