thetawavegame / thetawave

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

Remove Buttons from Main Menu with Arcade Feature or WASM32 Target #186

Open cdsupina opened 5 months ago

cdsupina commented 5 months ago

We don't want users to be able to quit the game from the main menu when it is running on an arcade machine. Removed all other buttons besides the Play Game button for the arcade build. Fixes #180

cdsupina commented 5 months ago

@LordDeatHunter pointed out that we should also disable the exit button with the wasm build