Advertisement
alestane

Sokoban movement

Jan 2nd, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.21 KB | None | 0 0
  1. -- other functions
  2.     return heroTile
  3. end
  4.  
  5. local function move(map, startX, startY, dX, dY)
  6. end
  7.  
  8. local bg
  9. -- Called when the scene's view does not exist:
  10. function scene:createScene(event)
  11.  
  12. -- rest of file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement