sprite working

This commit is contained in:
Back777space
2025-04-06 00:52:18 +02:00
22 changed files with 1424 additions and 79 deletions

View File

@@ -31,8 +31,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>>,
}