fishfolk / jumpy

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

fix: Prevent pausing in online from timing out network, allow game to continue running #1003

Closed MaxCWhitehead closed 1 month ago

MaxCWhitehead commented 1 month ago

Previously pausing in online would pause net loop and cause timeout. Now game continues to simulate in background, and inputs are disabled while pause menu open in online.

Dependent on https://github.com/fishfolk/bones/pull/411, CI will fail until updated.

Fixes https://github.com/fishfolk/jumpy/issues/1001