thetawavegame / thetawave

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

Border gradient effect, for mobs reaching the bottom gate #166

Closed cdsupina closed 4 months ago

cdsupina commented 4 months ago

Lights up a gradient at the bottom of the window, with either a blue or red gradient depending on if defense was healed or damaged.

varoonp123 commented 4 months ago

I couldnt really notice this effect when I tested it (wasm). Maybe one of the for loops is over an empty eventReader? Maybe a component query isnt quite right?

cdsupina commented 4 months ago

I couldnt really notice this effect when I tested it (wasm). Maybe one of the for loops is over an empty eventReader? Maybe a component query isnt quite right?

The asset isn't uploaded yet. After we merge in #163 I am going to change them to be loaded with the UiAssets and upload them to s3.