xyz defaults to 0
parent
f17917ecad
commit
f684d4edcd
|
@ -87,7 +87,7 @@ fn setup(
|
|||
commands
|
||||
.spawn((
|
||||
SpatialBundle {
|
||||
transform: Transform::from_xyz(0., 0., 0.).with_scale(Vec3::splat(10.)),
|
||||
transform: Transform::from_scale(Vec3::splat(10.)),
|
||||
..default()
|
||||
},
|
||||
Board,
|
||||
|
|
Loading…
Reference in New Issue