1
0
Fork 0
mirror of https://github.com/ctruLua/ctruLua.git synced 2025-10-28 00:39:30 +00:00

Added many things in the gfx.texture lib.

This commit is contained in:
Firew0lf 2015-08-21 15:59:19 +02:00
parent fd885de68a
commit a28a019db3
2 changed files with 43 additions and 6 deletions

View file

@ -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)