initial z axis tiles pass

This commit is contained in:
StephenAdamson
2024-12-13 00:19:21 +00:00
parent c14851616b
commit 01e1349ea1
7 changed files with 91 additions and 96 deletions
+1
View File
@@ -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 }
));
}