mirror of
https://github.com/LDDestroier/CC/
synced 2024-11-08 19:09:58 +00:00
Update windont-demo.lua
This commit is contained in:
parent
2e3cbcc362
commit
942b2371f9
@ -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"})
|
||||
|
Loading…
Reference in New Issue
Block a user