Game Development Reference
In-Depth Information
Frame is a small section to hold various UI elements in login and new game screen.
Both outline and frame are simply copied from the file and displayed as they are
onto the screen.
UI.png supplies all the required buttons for all the screens except for those required
specifically for the game. Once the file content is copied into memory, it cuts it up
into various pieces. The position and size of each UI element is hardcoded, which
means that when you want to provide your own UI, the elements must be in the
same position and size as the original.
If you needed something more sophisticated, you would need to replace the skinner
with your own implementation as well as with various parts of PulseUI code where
this is accessed.
 
Search WWH ::




Custom Search