fishfolk / jumpy

Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶
https://fishfolk.org/games/jumpy/
Other
1.65k stars 121 forks source link

fix(player_select): Fix adding AI in first slot + starting game with AI but no player #1008

Closed MaxCWhitehead closed 2 months ago

MaxCWhitehead commented 2 months ago

Remove ability to add AI player to first slot, reserved for at least one player.

FIx being able to start game without a real player.

Closes #974 and #956