biome mapping

This commit is contained in:
2024-04-24 21:18:47 -04:00
parent 54d0f762d2
commit a65848fac8
9 changed files with 34 additions and 50 deletions

View File

@@ -25,8 +25,7 @@ impl Plugin for PhosCameraPlugin {
}
}
fn setup(mut commands: Commands, mut msaa: ResMut<Msaa>) {
*msaa = Msaa::Off;
fn setup(mut commands: Commands) {
commands.spawn((
Camera3dBundle {
transform: Transform::from_xyz(0., 30., 0.)