1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-09-02 19:08:00 +00:00

Update ghost.lua

This commit is contained in:
LDDestroier
2020-01-12 01:43:50 -05:00
committed by GitHub
parent ba056343bd
commit 6971abcd6b

View File

@@ -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