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

Added color.get/setBackground and color.RGBA8

This commit is contained in:
Reuh 2015-08-18 16:37:28 +02:00
parent 3441dd266f
commit e8d5c53cbf
2 changed files with 32 additions and 2 deletions

View file

@ -4,6 +4,8 @@ local hid = require("ctr.hid")
local x = 0
local y = 0
gfx.color.setBackground(gfx.color.RGBA8(200, 200, 200))
while os.run() do
local keys = hid.read()