mirror of
https://github.com/ctruLua/ctruLua.git
synced 2025-10-28 08:49:30 +00:00
Added many things in the gfx.texture lib.
This commit is contained in:
parent
fd885de68a
commit
a28a019db3
2 changed files with 43 additions and 6 deletions
|
|
@ -65,7 +65,7 @@ while ctr.run() do
|
|||
gfx.text(5, 20, "Hello world, from Lua !", 20)
|
||||
gfx.text(5, 30, "Time: "..os.date())
|
||||
|
||||
texture1:draw(240, 10);
|
||||
texture1:draw(240, 10, angle);
|
||||
|
||||
local cx, cy = hid.circle()
|
||||
gfx.rectangle(40, 90, 60, 60, 0, 0xDDDDDDFF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue