1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-10-18 17:17:43 +00:00

Update demo.lua

This commit is contained in:
LDDestroier
2019-12-25 02:34:49 -05:00
committed by GitHub
parent 1fec1b20c6
commit 3cc3af0acb

View File

@@ -61,9 +61,9 @@ pWrite(INSTRUCTIONS, 1, 3, "Press 'Q' to quit")
ONE.setTextColor(0)
ONE.setBackgroundColor(colors.gray)
pWrite(INSTRUCTIONS, 2, 2, " I'm ")
pWrite(INSTRUCTIONS, 2, 3, "Stencil")
pWrite(INSTRUCTIONS, 2, 4, " Man ")
pWrite(ONE, 2, 2, " I'm ")
pWrite(ONE, 2, 3, "Stencil")
pWrite(ONE, 2, 4, " Man ")
TWO.setTextColor(colors.gray)
TWO.setBackgroundColor(colors.green)