animated sprite impact effect
This commit is contained in:
@@ -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.),
|
||||
));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user