City Builder Starter Kit provides a simple UI implementation which can be used as the basis for your own UI.
The UI consists of the following:
Panels | Panels (UIGamePanel and its subclass) provide a collection of related UI components which you can Show/Hide. |
Views | Views provide a connection between game data and UI components. Typically the individual items that make up a list like the list of buildings or occupants. |
Buttons | Things you can click as the name suggests. |
0 Comments