fix naming

This commit is contained in:
2025-03-08 08:59:06 +01:00
parent 86b1ed988e
commit 9cad8f63bb
5 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 8.5 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

View File

@@ -50,7 +50,7 @@ fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {
let head_02 = asset_server.load("ui/heads/commando.png");
let head_03 = asset_server.load("ui/heads/goblin.png");
let head_04 = asset_server.load("ui/heads/highland hammer thrower.png");
let head_05 = asset_server.load("ui/heads/french legionaire.png");
let head_05 = asset_server.load("ui/heads/legionaire.png");
commands.insert_resource(HeadsImages {
heads: vec![head_01, head_02, head_03, head_04, head_05],

View File

@@ -297,7 +297,7 @@ fn updaate_head(
1 => "commando",
2 => "goblin",
3 => "highland hammer thrower",
_ => "french legionaire",
_ => "legionnaire",
};
commands.spawn((