mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Fix loading screen
This commit is contained in:
4
load.lua
4
load.lua
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user