fishfolk / jumpy

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

fix: use `bones::ExitGame` to quit #1035

Closed nelson137 closed 1 month ago

nelson137 commented 1 month ago

Replace std::process::exit(0) with proper use of the bones::ExitBones resource.