Skip to content

Commit ef75bcc

Browse files
feat(networking): Re-implement networking from bones + re-add online matches (#900)
This adds menu + gameplay for online matches back into Jumpy. Some work left to do, but I think this is a good checkpoint, online matches work, lan is still disabled (this is up next). TODO: - Lan - Cleanup menu code a bit more - Pause menu (right now disabled, need to figure out how to do this without disabling session as I think that causes issues) --------- Co-authored-by: Zicklag <zicklag@katharostech.com>
1 parent 6350789 commit ef75bcc

17 files changed

Lines changed: 1278 additions & 368 deletions

.github/workflows/web-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: jetli/wasm-bindgen-action@v0.1.0
3232
name: 🔧 Wasm Bindgen
3333
with:
34-
version: "0.2.89"
34+
version: "0.2.90"
3535

3636
- uses: actions/cache@v3
3737
name: ♻️ Cache Cargo

0 commit comments

Comments
 (0)