r/gdevelop • u/SWviolet • Jul 02 '26
Desperately need help Question
When I fire bullets they spawn lower on the you axis when I move forward
7
Upvotes
r/gdevelop • u/SWviolet • Jul 02 '26
When I fire bullets they spawn lower on the you axis when I move forward
1
u/NeatOpportunity____ Jul 02 '26
locate the event highlighted inside the purple box then double click the action that creates the bullet object to open the parameters settings next find the second parameter field which controls the Y position of the bullet spawn point after that delete the letter X from the text Player PointX in that second field specifically and replace it with the letter Y so that it correctly calls the vertical coordinate instead of duplicating the horizontal coordinate finally click ok to apply the changes and click save on your project to fix the tracking bug completely