mirror of
https://github.com/LDDestroier/CC/
synced 2024-11-08 19:09:58 +00:00
Update demo.lua
This commit is contained in:
parent
1fec1b20c6
commit
3cc3af0acb
@ -61,9 +61,9 @@ pWrite(INSTRUCTIONS, 1, 3, "Press 'Q' to quit")
|
|||||||
|
|
||||||
ONE.setTextColor(0)
|
ONE.setTextColor(0)
|
||||||
ONE.setBackgroundColor(colors.gray)
|
ONE.setBackgroundColor(colors.gray)
|
||||||
pWrite(INSTRUCTIONS, 2, 2, " I'm ")
|
pWrite(ONE, 2, 2, " I'm ")
|
||||||
pWrite(INSTRUCTIONS, 2, 3, "Stencil")
|
pWrite(ONE, 2, 3, "Stencil")
|
||||||
pWrite(INSTRUCTIONS, 2, 4, " Man ")
|
pWrite(ONE, 2, 4, " Man ")
|
||||||
|
|
||||||
TWO.setTextColor(colors.gray)
|
TWO.setTextColor(colors.gray)
|
||||||
TWO.setBackgroundColor(colors.green)
|
TWO.setBackgroundColor(colors.green)
|
||||||
|
Loading…
Reference in New Issue
Block a user