1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-27 16:39:29 +00:00

Forgot the font

This commit is contained in:
Neil Zeke Cecchini 2016-02-24 19:00:47 +01:00
parent cbfc7bfaca
commit 60b304b2d3

View file

@ -14,6 +14,7 @@ package.path = package.path..";".. ldir.."?.lua;".. ldir.."?/init.lua"
-- Erroring
local function displayError(err)
gfx.set3D(false)
gfx.color.setBackground(0xFF0000B3)
gfx.color.setDefault(0xFFFDFDFD)
gfx.font.setDefault(gfx.font.load(ctruLua.root .. "resources/VeraMono.ttf"))