Add Main menu screen
This commit is contained in:
@@ -6,10 +6,16 @@
|
||||
|
||||
extern BzUI *UI; // defined in main.c
|
||||
|
||||
f32 uiGetScale();
|
||||
|
||||
void uiPushDivParentPercentage(f32 xPercent, f32 yPercent);
|
||||
|
||||
void uiLargeLabel(const char *txt);
|
||||
// Template stuff
|
||||
void uiBaseLabel(const char *txt, Font font, f32 scl);
|
||||
bool uiBaseTextButton(const char *txt, Font font, f32 scl);
|
||||
|
||||
bool uiLargeTextButton(const char *txt);
|
||||
// actual UI
|
||||
void uiMainMenuLabel(const char *txt);
|
||||
bool uiMainMenuButton(const char *txt);
|
||||
|
||||
#endif //PIXELDEFENSE_UI_WIDGETS_H
|
||||
|
||||
Reference in New Issue
Block a user