Fix thruster z ordering

This commit is contained in:
2024-11-28 09:03:51 -06:00
parent d2acc332b7
commit 17cb15c249

View File

@@ -66,7 +66,7 @@ fn spawn_player(
material: materials.add(PLAYER_SHIP_COLOR), material: materials.add(PLAYER_SHIP_COLOR),
transform: Transform::default() transform: Transform::default()
.with_scale(Vec3::splat(0.5)) .with_scale(Vec3::splat(0.5))
.with_translation(Vec3::new(-0.5, 0.0, 0.0)), .with_translation(Vec3::new(-0.5, 0.0, -0.1)),
..default() ..default()
}; };