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

@@ -33,6 +33,7 @@ pub mod debug;
pub mod enemy;
pub mod heal_effect;
pub mod player;
mod settings;
pub mod setup;
pub mod steam;
pub mod ui;
@@ -49,6 +50,7 @@ pub fn plugin(app: &mut App) {
audio::plugin,
steam::plugin,
ui::plugin,
settings::plugin,
));
app.add_systems(