increase font sizes for high-resolution screens

This commit is contained in:
Franzi 2024-01-16 08:55:46 +01:00
parent 99624b5d92
commit 677f042ec6

View file

@ -4,6 +4,11 @@ local TOPBAR_FONT_SIZE = 70
local TALK_FONT_SIZE = 50
local PADDING = 20
if NATIVE_HEIGHT > 1200 then
TOPBAR_FONT_SIZE = 140
TALK_FONT_SIZE = 100
end
local font_clock
local font_day
local font_room