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

Added some values in the gfx lib

This commit is contained in:
Firew0lf 2015-08-19 01:36:15 +02:00
parent 8a05ba5bff
commit 0c2f641c74
2 changed files with 21 additions and 3 deletions

View file

@ -38,4 +38,4 @@ while os.run() do
if angle > 2*math.pi then angle = angle - 2*math.pi end
gfx.render()
end
end