Added textmenu

This commit is contained in:
2021-09-08 23:10:59 -07:00
parent a386d93bdd
commit 13f0345ba0
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;