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

Added gfx.linedRectangle and gfx.linedCircle

This commit is contained in:
Reuh 2016-04-29 17:55:59 +02:00
parent 707b1a451e
commit b4ceb200ea
2 changed files with 107 additions and 2 deletions

View file

@ -14,6 +14,7 @@ local function displayError(err, trace)
gfx.color.setDefault(0xFFFDFDFD)
gfx.font.setSize(12)
gfx.font.setDefault(gfx.font.load(ctr.root .. "resources/VeraMono.ttf"))
gfx.disableConsole()
while ctr.run() do
gfx.start(gfx.BOTTOM)