This commit is contained in:
AmadeusWM
2025-04-05 22:15:30 +02:00
parent eeae924c8d
commit 932fd4c65e
5 changed files with 3 additions and 5 deletions

View File

@@ -30,8 +30,6 @@ pub(crate) struct AudioAssets {}
#[derive(AssetCollection, Resource, Clone)]
pub(crate) struct GltfAssets {
#[asset(key = "house")]
pub(crate) house: Handle<Gltf>,
#[asset(key = "library", collection(typed, mapped))]
pub(crate) library: HashMap<String, Handle<Gltf>>,
}