LEXSDL_SpriteGetCurrentFrame
Returns the frame number the sprite is at.
Function
uint32_t LEXSDL_SpriteGetCurrentFrame(int id);
Return
0 : Invalid id, sprite might not exist or was deleted.
1+ : Frame the sprite is at.
Parameters
int id : The id of the sprite