RustRoguelike icon indicating copy to clipboard operation
RustRoguelike copied to clipboard

Particles and Effects

Open MicroChasm opened this issue 4 years ago • 4 comments

It would be cool to add some particle effects to the game, if it is not too difficult. The quickest and easiest would be simple pixels moving left to right, fading in and then fading out, moving at different speeds.

MicroChasm avatar Sep 20 '21 03:09 MicroChasm

If we had some sprites I could look at adding them around and fading them in and out. I don't think something like that would be too difficult- track the particle's positions and fade amount and paste them around with different alphas.

nsmryan avatar Sep 20 '21 03:09 nsmryan

Particle image added, it is just a very simple speck called Particle_Speck.png.

MicroChasm avatar Sep 20 '21 04:09 MicroChasm

I pushed a change that adds a particle effect over the level. We should talk over the details like the speed and fade, and whether there should be particles over the whole map, or only the visible area.

nsmryan avatar Sep 25 '21 15:09 nsmryan

It would be nice to have some images of pottery that is placed around the level, and then if a golem moves on that tile or an attack occurs on that tile, the pottery is broken and an image of broken bits is used instead.

MicroChasm avatar Oct 15 '21 15:10 MicroChasm