0 votes

I'm trying to make sprites occluded (overlapped) by other sprites to be more visible. For example, like Age of Empires 2 did
sprite outline

I have a vague idea on how to achieve this in a fixed pipeline, this involves stencil buffer. Still I'm not sure if this is possible in godot.

Looking at the image above I'm thinking of the following: when sprite that is marked as an obstacle is draw upon a sprite that is marked as unit, it should draw an outline of unit's sprite. Alas I have not even a slightest clue on how this could be done. I don't even know what exactly to google to find something to start with.

in Engine by (12 points)

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.