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

Fix a bug when we compiled with the arcade feature flag, but without the cli feature flag #175

Closed varoonp123 closed 2 months ago

varoonp123 commented 2 months ago

The fix ts to default to the same behavior we use in the browser, which is arcade=false and only add the argh cli arg when both the arcade & cli flags are enabled

Closes #174