Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlcibiades committed Dec 27, 2024
1 parent e845a8a commit 98f4726
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/audio.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use crate::GameState;
use bevy::app::{App, Plugin, Update};
use bevy::asset::{Assets, AssetServer, Handle};
use bevy::asset::{AssetServer, Assets, Handle};
use bevy::input::ButtonInput;
use bevy::prelude::{KeyCode, OnEnter, OnExit, ParamSet, Res, ResMut, Resource};
use bevy_kira_audio::{Audio, AudioControl, AudioInstance, AudioPlugin, AudioTween};
use crate::GameState;

/// Plugin that manages background music functionality, including playing, pausing,
/// and toggling music based on game state and user input.
Expand Down Expand Up @@ -111,4 +111,4 @@ fn handle_music_toggle(
}
}
}
}
}

0 comments on commit 98f4726

Please sign in to comment.