update fmod assets

selection-refactor
Elijah C. Voigt 2 years ago
parent 1a4ae123ab
commit a106db2d14

3
.gitignore vendored

@ -12,3 +12,6 @@
**/*.fspackage **/*.fspackage
**/Build/ **/Build/
!*.bank !*.bank
# Windows files
**/*.ini

Binary file not shown.

Binary file not shown.

@ -29,7 +29,7 @@ impl Plugin for AudioPlugin {
fn play_background(studio: Res<FmodStudio>, mut commands: Commands) { fn play_background(studio: Res<FmodStudio>, mut commands: Commands) {
commands.spawn(AudioSource::new( commands.spawn(AudioSource::new(
studio.0.get_event("event:/Music").unwrap(), studio.0.get_event("event:/Music/Main Track").unwrap(),
)); ));
} }

Loading…
Cancel
Save