diff --git a/tron b/tron index 7d6b8dd..9e0a67b 100644 --- a/tron +++ b/tron @@ -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)