clippy fixes
This commit is contained in:
@@ -141,7 +141,7 @@ impl EnemySpawn {
|
||||
|
||||
world.commands().entity(entity).insert((
|
||||
this_transform,
|
||||
Name::from(format!("enemy [{}]", head)),
|
||||
Name::from(format!("enemy [{head}]")),
|
||||
Visibility::default(),
|
||||
RigidBody::Dynamic,
|
||||
Collider::capsule(0.6, 2.),
|
||||
|
||||
Reference in New Issue
Block a user