1
0
mirror of https://github.com/kepler155c/opus synced 2025-10-19 09:47:39 +00:00

version checking + ui cleanup

This commit is contained in:
kepler155c@gmail.com
2017-10-12 17:58:35 -04:00
parent 3460dd68b2
commit a9634cb438
6 changed files with 48 additions and 37 deletions

View File

@@ -695,6 +695,9 @@ function turtle.goto(dx, dz, dy, dh)
return true
end
-- avoid lint errors
turtle._goto = turtle.goto
function turtle.gotoX(dx)
turtle.headTowardsX(dx)