Improved Language Support

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

View File

@ -36,6 +36,8 @@ void vnCharacterInit(vncharacter_t *character,
character->talking = false;
character->blinkStart = randFloatRange(0, VN_CHARACTER_BLINK_TIME_RANGE_MAX);
character->name = "";
// Setup Textures
character->textureEyes = textureEyes;
character->textureBody = textureBody;