We (me and others) are trying to create smooth movement for the player.
Best way to make a player draw on multiple tiles is using the (you've guessed it) draw
function.
Only thing that's stopping us is that using the draw function on a tile with animations. will just keep looping the tile's animation. Can we can an animation reset command for the draw function OR individual frame selecting for the draw command?
This would give lot's of options overal and not only for this particular use-case.