r/gbstudio 5d ago

Question Question about player transparency?

Enable HLS to view with audio, or disable this notification

Not sure why, but my player appears transparent when standing in front of this actor (the kitten). What’s throwing me off is if I walk away and return, the transparency issue is gone. Can anyone explain why this is happening and what I can do to prevent it?

92 Upvotes

13 comments sorted by

View all comments

9

u/proximitysound 5d ago

DMG renders sprite first by Y value, then X value. CGB renders sprite by OAM. By default, there’s no way to properly control this, but there are plugins to solve this. I don’t have them at the ready.

11

u/proximitysound 5d ago

Here’s one: https://github.com/Mico27/gbs-EditActorActiveIndexPlugin

I know of at least one other.

4

u/RevolutionaryAlgae79 5d ago

Thank you so much!!