This commit is contained in:
2021-05-20 07:47:03 -07:00
parent e2274ea8bf
commit 3a867f9ad6
12 changed files with 434 additions and 4 deletions

View File

@ -50,6 +50,8 @@ typedef struct {
tileset_t *kagamiTileset;
primitive_t *kagamiQuad;
primitive_t *chipPrimitive;
texture_t *chipTexture;
primitive_t *tablePrimitive;
texture_t *tableTexture;