Update tron

This commit is contained in:
LDDestroier 2018-11-16 15:53:11 -05:00 committed by GitHub
parent 0fd157f1bf
commit 0710a2fd8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
tron
View File

@ -487,6 +487,7 @@ local render = function()
drawGrid(scrollX + scrollAdjX, scrollY + scrollAdjY)
termsetCursorPos(1,1)
termsetTextColor(player[you].color[1])
term.write("P" .. you)
tsv(true)
end