space-wizards / space-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
MIT License
2.18k stars 2.89k forks source link

Prettier fire #2198

Open AJCM-git opened 3 years ago

AJCM-git commented 3 years ago

From sloth's issue: Ideally you'd just have the one fire shader for objects and re-use that, so you don't need to manually handcraft stuff. This would either just mask the animation itself or do the fire directly.

Peptide90 commented 2 years ago

Related #1625

moonheart08 commented 2 years ago

Do you really need a shader for a fire animation. a 64x64 repeatable sheet + a stencil cut, with the bounds expanded 1-2 pixels, would probably work fine.