Update tron

This commit is contained in:
LDDestroier 2018-11-14 19:30:05 -05:00 committed by GitHub
parent fffd4095aa
commit fa16c73f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
tron
View File

@ -492,7 +492,7 @@ local startCountdown = function()
end
end
local cMessage = "You are "
for i = 3, 1 do
for i = 3, 1, -1 do
render()
term.setCursorPos(math.floor(scr_x / 2 - (#cMessage + #cName) / 2), math.floor(scr_y / 2))
term.setTextColor(colors.white)