How would I go about putting GraphicsB behind the player instead of in front? #145
Answered
by
Otukuoi
JONAHCLARKE2004
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
Otukuoi
May 14, 2025
Replies: 1 comment 2 replies
-
This one is kind of self explanatory. Just put the darker streetlights on GraphicsA instead so it goes behind the player as intended. If you made an entire level using GraphicsB, cleaning it up via putting segments on the correct layer is a requirement to make it look better. If you're dead-set on getting a fast fix though, just move the Objects layer over GraphicsB. Will probably give you side effects though so the first option is more ideal |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
JONAHCLARKE2004
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This one is kind of self explanatory. Just put the darker streetlights on GraphicsA instead so it goes behind the player as intended. If you made an entire level using GraphicsB, cleaning it up via putting segments on the correct layer is a requirement to make it look better.
If you're dead-set on getting a fast fix though, just move the Objects layer over GraphicsB. Will probably give you side effects though so the first option is more ideal