1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-11-08 19:09:58 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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