mirror of
https://github.com/LDDestroier/CC/
synced 2024-11-08 19:09:58 +00:00
Update ghost.lua
This commit is contained in:
parent
ba056343bd
commit
6971abcd6b
@ -16,8 +16,8 @@ end
|
||||
|
||||
local windont = require("windont")
|
||||
|
||||
local newTerm = windont.newWindow(1, 1, 51, 19)
|
||||
local gstTerm = windont.newWindow(1, 1, 51, 19)
|
||||
local newTerm = windont.newWindow(1, 1, term.getSize())
|
||||
local gstTerm = windont.newWindow(1, 1, term.getSize())
|
||||
newTerm.meta.alwaysRender = false
|
||||
gstTerm.meta.alwaysRender = false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user