Update 'Controller/CropController.lua'
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user