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
1 changed files with 3 additions and 3 deletions

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)