Last updated 10 months ago
So for the endless runner game. Ive been following the tutorial but my jumps keep going down and the jump picture is not staying long enough
Hi Lillierose,
I think the original tutorial was written when the coordinate system had (0, 0) in the top right and as y increased it moved down the screen. If you are following those older tutorials you can switch the coordinate system by doing:
setCanvasSize(1000, 300, JAVASCRIPT)
Let me know if that fixes your issue with the jump moving down the screen.
Become a free member to post a comment about this question.