Update windont-demo.lua

This commit is contained in:
LDDestroier 2019-12-23 21:38:05 -05:00 committed by GitHub
parent 2e3cbcc362
commit 942b2371f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ end
windont = dofile("windont.lua")
windont.default.doClearScreen = true
windont.doClearScreen = true
windont.default.alwaysRender = false
INSTRUCTIONS = windont.newWindow(2, scr_y - 5, scr_x - 4, 3, {backColor = "-"})
ONE = windont.newWindow(1, 1, 9, 5, {backColor = "e"})