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