1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-01-22 06:56:53 +00:00

Update tron.lua

This commit is contained in:
LDDestroier 2019-05-19 18:46:50 -04:00 committed by GitHub
parent 498891c101
commit 88aa2e1e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1393,7 +1393,7 @@ local specialRead = function(scrollInfo, specialNames, message, preInput)
drawGrid(gsX, gsY, true) drawGrid(gsX, gsY, true)
term.setTextColor(colors.white) term.setTextColor(colors.white)
cwrite(message, scr_y - 5) cwrite(message, scr_y - 5)
term.setTextColor(specialNames[table.concat(buff):lower()] or colors.white) termsetTextColor(specialNames[table.concat(buff):lower()] or colors.white)
term.setCursorPos( cwrite(table.concat(buff), scr_y - 3, nil, cpos) - 1, scr_y - 3) term.setCursorPos( cwrite(table.concat(buff), scr_y - 3, nil, cpos) - 1, scr_y - 3)
term.setTextColor(colors.white) term.setTextColor(colors.white)
end end