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