texture mapping

This commit is contained in:
2024-04-01 23:54:50 -04:00
parent 23ae1391c0
commit 83dbf82478
9 changed files with 66 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ fn setup(mut commands: Commands) {
..default()
},
PhosCamera {
speed: 50.,
speed: 100.,
..default()
},
));