1
0
Fork 0
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:
Reuh 2015-08-17 18:15:37 +02:00
parent 5f22a4008a
commit 03baa21c10
80 changed files with 36025 additions and 0 deletions

8
sdcard/ctruLua/main.lua Normal file
View 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