mirror of
https://github.com/LDDestroier/CC/
synced 2024-11-14 13:54:52 +00:00
Update windont-demo.lua
This commit is contained in:
parent
cd61d513ae
commit
2e3cbcc362
@ -34,7 +34,7 @@ end
|
|||||||
|
|
||||||
windont = dofile("windont.lua")
|
windont = dofile("windont.lua")
|
||||||
|
|
||||||
windont.config.clearScreen = true
|
windont.default.doClearScreen = true
|
||||||
|
|
||||||
INSTRUCTIONS = windont.newWindow(2, scr_y - 5, scr_x - 4, 3, {backColor = "-"})
|
INSTRUCTIONS = windont.newWindow(2, scr_y - 5, scr_x - 4, 3, {backColor = "-"})
|
||||||
ONE = windont.newWindow(1, 1, 9, 5, {backColor = "e"})
|
ONE = windont.newWindow(1, 1, 9, 5, {backColor = "e"})
|
||||||
|
Loading…
Reference in New Issue
Block a user