animated sprite impact effect

This commit is contained in:
2025-03-25 12:30:15 +01:00
parent 594a5a612d
commit f2eb7d180b
5 changed files with 96 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ pub fn plugin(app: &mut App) {
fn startup(mut commands: Commands) {
commands.spawn((
Camera3d::default(),
MainCamera::new(Vec3::new(0., 2., -12.)),
MainCamera::new(Vec3::new(0., 2.5, -13.)),
CameraRotation(0.),
));
}