fix naming

This commit is contained in:
2025-05-22 22:23:50 +02:00
parent c2194d1c0b
commit 6a82d294de

View File

@@ -9,7 +9,7 @@ use bevy_asset_loader::prelude::*;
pub struct AudioAssets {
#[asset(path = "sfx/music/02.ogg")]
pub music: Handle<AudioSource>,
#[asset(path = "sfx/ambient/downtown.ogg")]
#[asset(path = "sfx/ambient/downtown_loop.ogg")]
pub ambient: Handle<AudioSource>,
#[asset(path = "sfx/effects/key_collect.ogg")]
pub key_collect: Handle<AudioSource>,