So, I'm a 2d shooter and I've already set it up so that the bullet spawns from the player's gun at image point 1. However, as I move to the right it seem that the image point also moves to the right and the bullets begin to spawn further and further away.
I can't seem to figure out why...
Here is a remote preview
preview.construct.net
and here is the file
we.tl/t-HdSLHPcZNZ
Thanks for any help.
Because you spawn bullet on layer 0(Parallax 0%x100%), I change to layer 3(parallax 100%x100%) and it does not happen anymore.
Develop games in your browser. Powerful, performant & highly capable.
Oh... I see.
I forgot that I changed the layers