mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-27 08:29:31 +00:00
Forgot the font
This commit is contained in:
parent
cbfc7bfaca
commit
60b304b2d3
1 changed files with 1 additions and 0 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue