xyz defaults to 0

main
Zynh Ludwig 2024-08-20 22:00:25 -07:00
parent f17917ecad
commit f684d4edcd
1 changed files with 1 additions and 1 deletions

View File

@ -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,