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:
parent
707b1a451e
commit
b4ceb200ea
2 changed files with 107 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue