mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-28 16:59:30 +00:00
8 lines
No EOL
134 B
Lua
8 lines
No EOL
134 B
Lua
local gfx = require("ctr.gfx")
|
|
|
|
while os.run() do
|
|
gfx.rectangle(10, 10, 56, 120)
|
|
gfx.rectangle(240, 150, 120, 10)
|
|
|
|
gfx.render()
|
|
end |