Character is rendering in-game

This commit is contained in:
2021-08-22 23:30:53 -07:00
parent fabb35b7cf
commit 87e7f599a6
20 changed files with 284 additions and 161 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;