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

Fix a bug that prevented player actions on subsequent games after a tutorial #129

Closed varoonp123 closed 11 months ago

varoonp123 commented 11 months ago

Closes #126 Disable the tutorial for multiplayer runs once when the run is being constructed/prepared rather than on every frame of the character selection. Zero out the InputRestrictionsAtSpawn when we reset the run

To test this: Start a run with the tutorial, restart and start a run without the tutorial. Do the same with multiple players