Added keypad, fixed one crash bug and few more features for mobile version

This commit is contained in:
OTCv8
2020-06-12 17:58:54 +02:00
parent 8391355c42
commit 82018bf3c9
23 changed files with 294 additions and 36 deletions

View File

@@ -379,6 +379,9 @@ function walk(dir, ticks)
player:lockWalk(100) -- bug fix for missing stairs down on map
return
else
if g_app.isMobile() and dir <= Directions.West then
turn(dir, ticks > 0)
end
return -- not walkable tile
end
end