thetawavegame / thetawave

A physics based, space shooter game made with Rust and the Bevy engine.
https://thetawave.metalmancy.tech
MIT License
163 stars 9 forks source link

Star Explosion Effect Doesn't Work in some Linux Environments #77

Open cdsupina opened 1 year ago

cdsupina commented 1 year ago

The star explosion effect doesn't work as intended on the linux version of the game. To create the effect, the star light intensity is increased after the defense bar has been depleted. Creating the effect shown in the gif below. On Linux, the light just seems to be come dim instead of increasing. star_explosion

cdsupina commented 1 year ago

This appears to be unique to @varoonp123 's environment and not all linux platforms.