Added textmenu

This commit is contained in:
2021-09-08 23:10:59 -07:00
parent f19ec89aba
commit 9ef961f871
10 changed files with 196 additions and 72 deletions

View File

@ -26,6 +26,7 @@ typedef struct {
primitive_t primitive;
texture_t texture;
shader_t shader;
font_t font;
gridbruh_t items[GRID_BRUH_COUNT];
} sandboxscene_t;