add nanny model

This commit is contained in:
2025-09-30 13:00:35 -03:00
parent 00455bf212
commit 90d5b874ca
4 changed files with 11 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ fn spawn(
.get(format!("{key}.glb").as_str())
.unwrap_or_else(|| {
//TODO: remove once we use the new format for all
info!("Character not found, using default [{}]", key);
error!("Character not found, using default [{}]", key);
&assets.characters["angry demonstrator.glb"]
});
let asset = gltf_assets.get(handle).unwrap();