Multi-tile Player with frame animations

There’s currently no way to draw a specific frame of a tile animation. For now you could split the tile frames into separate tiles in the editor (by duping your current tile by its number of frames and deleting all but one frame from each) and draw those. If you include the frame number in the tile name you could do something like draw “animation name {frameNumber}” at x,y