Update 'Controller/CropController.lua'
This commit is contained in:
parent
0f4164e4ec
commit
6b831c18ef
@ -189,8 +189,10 @@ end
|
|||||||
|
|
||||||
function CropController:refreshDisplay()
|
function CropController:refreshDisplay()
|
||||||
term.clear()
|
term.clear()
|
||||||
|
term.setTextColour(colours.white)
|
||||||
self:displayTitle(1,1)
|
self:displayTitle(1,1)
|
||||||
self:displayMatrix(1,3)
|
self:displayMatrix(1,3)
|
||||||
|
term.setTextColour(colours.white)
|
||||||
local matrixHeight = #self.matrix
|
local matrixHeight = #self.matrix
|
||||||
self:displayStats(1, matrixHeight + 3)
|
self:displayStats(1, matrixHeight + 3)
|
||||||
end
|
end
|
Loading…
x
Reference in New Issue
Block a user