diff --git a/tron b/tron index ff9e097..335ea54 100644 --- a/tron +++ b/tron @@ -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