Making a boss fight

So I am trying to make boss fight and so far it is going well, they are able to do their attacks at random. However it seems like they aren’t firing from the right point. I have a point on the eye in which the laser is supposed to fire, and a point on the arm that the arm projectile is supposed to fire, however they are off. Sometimes it close to where it is supposed to be, but other times it is completely off.


Make the origin and centre points at the left end of the laser (I’m assuming the laser image is horizontal).

I think what’s happening it when the laser image is rotated, the origin is moved. To see this better you can use the debug action that draws hitboxes and all points.

I didn’t even think about that! Good point.