Fix loading screen

This commit is contained in:
SweetSea-ButImNotSweet
2024-04-21 15:14:15 +07:00
parent 66aae1342d
commit 283e7d8f28
3 changed files with 9 additions and 8 deletions

View File

@@ -2,6 +2,10 @@
bigint = require "libs.bigint.bigint"
number_names = require "libs.bigint.named-powers-of-ten"
-- Fonts
FONT_tromi = love.graphics.newFont('res/fonts/monofonto rg.otf', 28)
FONT_big = love.graphics.newFont('res/fonts/monofonto rg.otf', 56)
-- Graphics
ShowLoadingText('backgrounds')
local gc_newImage, gc_newVideo = love.graphics.newImage, love.graphics.newVideo