Problem description:
I'm looking for a way to have a sprite that becomes more transparent with the closer the player's mob gets to it (though you could also think of that as getting closer to the center of the screen, which abstracts it some from game logic like 'range').
Is there any combination of filter/animate things I can do that with? I'd rather not do anything intense like keeping a list of clients and how far their mobs are and adjusting an image in their client.screen, which I know would work, but is also computationally expensive for the server.
ID:2546128
Feb 20 2020, 11:11 am
|
|
Does this work for you?