mirror of
https://github.com/LDDestroier/CC/
synced 2025-09-02 19:08:00 +00:00
Update ghost.lua
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user