mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-28 08:49:30 +00:00
Added some code
This commit is contained in:
parent
5f22a4008a
commit
03baa21c10
80 changed files with 36025 additions and 0 deletions
8
sdcard/ctruLua/main.lua
Normal file
8
sdcard/ctruLua/main.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
local gfx = require("ctr.gfx")
|
||||
|
||||
while os.run() do
|
||||
gfx.rectangle(10, 10, 56, 120)
|
||||
gfx.rectangle(240, 150, 120, 10)
|
||||
|
||||
gfx.render()
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue