Reviewed transmission mission game

Support string replacing to generate newspaper headline
ISSUE: UTF8 characters not supported when drawing to Image
This commit is contained in:
raysan5
2018-02-17 21:23:45 +01:00
parent 769cf23e53
commit 50fc4f7164
5 changed files with 88 additions and 52 deletions

View File

@ -71,7 +71,7 @@ void InitTitleScreen(void)
texBackground = LoadTexture("resources/textures/title_background.png");
fxTyping = LoadSound("resources/audio/fx_typing.ogg");
fontTitle = LoadSpriteFontEx("resources/fonts/fontTitle.ttf", 96, 0, 0);
fontTitle = LoadSpriteFontEx("resources/fonts/mom_typewritter.ttf", 96, 0, 0);
titleSize = 44;
transmissionPosition = (Vector2){519, 221};