mirror of
https://gitea.com/SweetSea-ButImNotSweet/tromi_mobile.git
synced 2025-01-08 17:33:09 +08:00
Add importing and exporting replays
This commit is contained in:
4
load.lua
4
load.lua
@@ -2,6 +2,10 @@
|
||||
FONT_tromi = love.graphics.newFont('res/fonts/monofonto rg.otf', 28)
|
||||
FONT_big = love.graphics.newFont('res/fonts/monofonto rg.otf', 56)
|
||||
|
||||
FONT_tromi:setFallbacks(love.graphics.newFont('res/fonts/icon.otf', 28))
|
||||
FONT_big :setFallbacks(love.graphics.newFont('res/fonts/icon.otf', 56))
|
||||
CHAR = require("char")
|
||||
|
||||
local font_height = FONT_tromi:getHeight() * 0.5
|
||||
local font_big_height = FONT_big:getHeight() * 0.5
|
||||
|
||||
|
||||
Reference in New Issue
Block a user