Minor consistency fix
This commit is contained in:
@ -157,16 +157,16 @@ function display.selectionTabs()
|
|||||||
mon.setBackgroundColor(colors.green)
|
mon.setBackgroundColor(colors.green)
|
||||||
mon.write("Player")
|
mon.write("Player")
|
||||||
mon.setCursorPos(18, 5)
|
mon.setCursorPos(18, 5)
|
||||||
mon.write("Base gates")
|
mon.write("Base Gates")
|
||||||
end
|
end
|
||||||
|
|
||||||
if (#addresses.hazardGates ~= 0) and (config.canAccessHazardGates == true) then
|
if (#addresses.hazardGates ~= 0) and (config.canAccessHazardGates == true) then
|
||||||
paintutils.drawFilledBox(2, 8, 13, 12, colors.red)
|
paintutils.drawFilledBox(2, 8, 13, 12, colors.red)
|
||||||
mon.setCursorPos(4, 9)
|
mon.setCursorPos(4, 10)
|
||||||
mon.setBackgroundColor(colors.red)
|
mon.setBackgroundColor(colors.red)
|
||||||
mon.write("Hazard")
|
mon.write("Hazard")
|
||||||
mon.setCursorPos(4, 11)
|
mon.setCursorPos(4, 11)
|
||||||
mon.write("gates")
|
mon.write("Gates")
|
||||||
end
|
end
|
||||||
|
|
||||||
paintutils.drawFilledBox(23, 17, 28, 19, colors.red)
|
paintutils.drawFilledBox(23, 17, 28, 19, colors.red)
|
||||||
|
|||||||
Reference in New Issue
Block a user