Improved Language Support

This commit is contained in:
2021-08-04 21:58:31 -07:00
parent 23f1cb3d7e
commit b62beee3e4
13 changed files with 221 additions and 43 deletions

View File

@ -20,6 +20,8 @@ typedef struct {
float scaleX, scaleY;
float blinkStart;
char *name;
bool talking;
tileset_t tilesetEyes;