jdolan / quetoo

Quetoo ("Q2") is a free first person shooter based on id Tech2. GPL v2 license.
http://quetoo.org
204 stars 28 forks source link

Sprite system cleanup and polishing #583

Closed jdolan closed 2 years ago

jdolan commented 3 years ago

The new sprite system is the balls. But it's currently about halfway done, from a finished effects perspective. @Paril or @SpineyPete I'd imagine this would best be left to one of you to handle:

SpineyPete commented 3 years ago

I also had these items in my todo file.

particle code and artwork

particle system code

jdolan commented 3 years ago

The sparks effect (used on Torn Glory, Lilith, probably others) currently uses some non-directional, very small additive sprites. It looks quite shitty. Some sparks like the bullet impact ones, with longer life and more bounce, would look great. The dynamic light flash for the sparks effect could probably also be juiced up a bit.

jdolan commented 2 years ago

Related #643 #642