Pause menu functionality (#89)

* make menu use actual soundsettings values
* allow changing volume in pause menu
* persist saving settings
This commit is contained in:
extrawurst
2025-12-19 19:49:41 +01:00
committed by GitHub
parent 7b233f2220
commit 8132203653
7 changed files with 257 additions and 7 deletions

View File

@@ -56,6 +56,10 @@ bevy_asset_loader = "=0.24.0-rc.1"
bevy_ballistic = { git = "https://github.com/rustunit/bevy_ballistic.git", rev = "b08ffec" }
bevy_common_assets = { version = "0.14.0", features = ["ron"] }
bevy_debug_log = { git = "https://github.com/rustunit/bevy_debug_log.git", rev = "86051a0" }
bevy_pkv = { version = "0.14", default-features = false, features = [
"bevy",
"redb",
] }
bevy_replicon = "0.37.1"
bevy_replicon_renet = "0.13.0"
bevy_sprite3d = "7.0.0"