Add build menu

This commit is contained in:
2024-01-15 11:18:39 +01:00
parent 568b647d91
commit dda24cd530
3 changed files with 135 additions and 0 deletions

View File

@@ -27,4 +27,6 @@ void uiSettingsSlider(const char *txt, f32 *value);
void uiGameResCount(i32 amount, i32 capacity, Rectangle icon, Texture2D texture);
void uiGameBuild(const char *label, Rectangle rec, Texture2D tex, bool *selected);
#endif //PIXELDEFENSE_UI_WIDGETS_H