Irevol / minetest-citadel

A minetest game
Other
3 stars 1 forks source link

It's possible to see two ghosts at the same time #49

Closed Warr1024 closed 8 months ago

Warr1024 commented 8 months ago

screenshot_20240108_094341

Oops.

I assumed that you were supposed to only ever see at most one at a time, so that it creates the illusion that the ghost is just moving around ... but this kind of spoils the illusion.

Since both ghosts are very likely active at the same time, you can probably work around this by making ghost opacity variable. For consistency, you could make them all fade out based on distance ... for consistency, based on a threshold, or to handle just this one case, based on whether they are the closest ghost or not.

Irevol commented 8 months ago

Or just move one of them so you can't see both at once... I like the idea of making the farther ghost fade out but there's that engine bug.