This commit is contained in:
2021-05-20 07:47:03 -07:00
parent d60ed6d059
commit 717e18fa26
20 changed files with 642 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;