feat(client): move platform down, do y0 is on top of it
1 files changed, 1 insertions(+), 1 deletions(-) M client/src/plugins/game/mod.rs
M client/src/plugins/game/mod.rs => client/src/plugins/game/mod.rs +1 -1
@@ 59,7 59,7 @@ fn game_setup( // create the playing surface commands .spawn(Collider::cuboid(20., 0.5, 20.)) - .insert(TransformBundle::from(Transform::from_xyz(0., 0., 0.))); + .insert(TransformBundle::from(Transform::from_xyz(0., -0.5, 0.))); commands.spawn(VisualCardBundle { transform: Transform {