DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

cc547779101de47447e5afa40457aef9662f7701 — Jonni Liljamo 1 year, 5 months ago eb9e8bb
feat(client): change camera pso
1 files changed, 2 insertions(+), 2 deletions(-)

M client/src/main.rs
M client/src/main.rs => client/src/main.rs +2 -2
@@ 102,8 102,8 @@ fn setup(mut commands: Commands) {
        .spawn((
            Camera3dBundle {
                transform: Transform {
                    translation: Vec3::new(0., 8., 8.),
                    rotation: Quat::from_rotation_x(-0.5),
                    translation: Vec3::new(0., 5.5, 5.8),
                    rotation: Quat::from_rotation_x(-1.0),
                    ..Default::default()
                },
                ..Default::default()