Head select (#4)

This commit is contained in:
extrawurst
2025-03-07 13:22:11 +01:00
committed by GitHub
parent 323e644ff4
commit 76e565e567
20 changed files with 252 additions and 8 deletions

View File

@@ -68,7 +68,7 @@ impl EnemySpawn {
Name::from("Enemy"),
))
.with_child((
Transform::from_translation(Vec3::new(0., -0.6, 0.)),
Transform::from_translation(Vec3::new(0., -0.6, 0.)).with_scale(Vec3::splat(1.5)),
SceneRoot(mesh),
));
}