app changes

This commit is contained in:
kepler155c@gmail.com
2019-01-17 23:33:43 -05:00
parent fc4514b6e2
commit 8fed8618d3
3 changed files with 34 additions and 4 deletions

View File

@@ -87,9 +87,6 @@ function newGame()
redraw()
end
function redraw()
redraw_term(term)
end
function redraw_term(term)
if best_score_view then
term.setCursorPos(1,1) term.write(" [ BACK ]")
else