#I want to make my game have y sorting i have tried everyhting but it doesnt seem to work. Help?
1 messages · Page 1 of 1 (latest)
You’re allowed to post screenshots of your game to help explain what needs debugging
wait okay i might have figured it out while i sent the post i think it has something to do with y origin
thing is idk where to put it on my eg
wait nevermind
If you’re pinging for tech help though, the moderator ping is only for when people are breaking the rules
We have a happy to help role which can be pinged but we ask you wait at least an hour after posting a thread and trying to get help
So there is already options for z and y sorting in godot that just need to be toggled on. What might be the issue is draw order or the origin point not making sense
Go ahead
yeah it works now but i dont understnad why the origin has to be so high on my egg
Yeah it’s way too high up see
where should i put it
Put the origin where you think it would be touching the ground (towards the bottom middle of the egg)
Okay
Everything in your game needs an origin point if you want any sort of rotation or depth sorting to affect it
Otherwise it doesn’t matter too much aside from maybe grid snapping
when i get close to the egg
What’s the origin on the player
wait quick question how can i adjust the origin of the player
im using an animated sprite
When you go into your player scene there’s a little marker where the centre of the object is
If I’m not mistaken by default that’s your origin point
\
I have no power so I can’t double check
is it the little orange thing i nthe middle
ahh i see now
Try moving your player so their feet are closer to that and it’s in the middle
Yeah
Give it a try at least
If it’s not like I said I have no power so you’ll have to wait for someone else to help
Try looking it up a bit “how to change player origin in godot” and if you can’t find anything and no one responds for a bit then you can give it a try
okay wait i think i got it
Make sure you’ve updated the player in the scene and saved it correctly
Thank you Studio