Fixed font now only applies on menus

This commit is contained in:
lustlion
2022-02-03 07:08:15 +01:00
parent df26d84577
commit 2703371434
3 changed files with 9 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
LocaleFont = love.graphics.newFont("assets/ui/fonts/heon.ttf",14)
Locale = {}
Locale.ui = {}
@@ -13,6 +15,5 @@ Locale.character.chaos.name = "Aelato"
Locale.character.life = {}
Locale.character.life.name = "Olidia"
Locale.dialogue = {}
Locale.dialogue.example = {"Hello!","Duh.","Lol"}