initial z axis tiles pass
This commit is contained in:
@@ -39,6 +39,7 @@ pub fn camera_movement(
|
||||
pub fn spawn_panning_camera(mut commands: Commands) {
|
||||
commands.spawn((
|
||||
Camera2d::default(),
|
||||
Transform::from_xyz(0.,0.,10.),
|
||||
PanningCamera { pan_speed: 5.0 }
|
||||
));
|
||||
}
|
||||
Reference in New Issue
Block a user