cleanup
This commit is contained in:
parent
f19f343f54
commit
af00a49f8d
|
@ -73,14 +73,6 @@ pub fn setup(
|
|||
},
|
||||
},
|
||||
));
|
||||
//if !settings.mute_sfx {
|
||||
// commands.spawn((
|
||||
// AudioBundle {
|
||||
// source: asset_server.load(ASSET_WAKEUP),
|
||||
// settings: PlaybackSettings::DESPAWN,
|
||||
// },
|
||||
// ));
|
||||
//}
|
||||
commands.spawn((
|
||||
ComponentThrusterSound,
|
||||
AudioBundle {
|
||||
|
|
Loading…
Reference in a new issue