From 64747478fe934e29726e48e5e4eac8a7d24cb5a6 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Thu, 28 May 2020 21:17:16 +0200 Subject: Renamed some resources for naming consistency --- examples/text/text_unicode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/text/text_unicode.c') diff --git a/examples/text/text_unicode.c b/examples/text/text_unicode.c index 53803e05..3a4ed482 100644 --- a/examples/text/text_unicode.c +++ b/examples/text/text_unicode.c @@ -159,8 +159,8 @@ int main(int argc, char **argv) // NOTE: fontAsian is for asian languages, // fontEmoji is the emojis and fontDefault is used for everything else Font fontDefault = LoadFont("resources/dejavu.fnt"); - Font fontAsian = LoadFont("resources/notoCJK.fnt"); - Font fontEmoji = LoadFont("resources/emoji.fnt"); + Font fontAsian = LoadFont("resources/noto_cjk.fnt"); + Font fontEmoji = LoadFont("resources/symbola.fnt"); Vector2 hoveredPos = { 0.0f, 0.0f }; Vector2 selectedPos = { 0.0f, 0.0f }; -- cgit v1.2.3