Character is rendering in-game

This commit is contained in:
2021-08-22 23:30:53 -07:00
parent d95047398d
commit fefa044145
21 changed files with 286 additions and 163 deletions

View File

@ -14,7 +14,9 @@ typedef struct {
font_t font;
shader_t shader;
language_t language;
texture_t testTexture;
texture_t testTexture;
texture_t roomTexture;
texture_t pennyTexture;
} pokergameassets_t;