Skip to content

Commit

Permalink
Update animated_logo example
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious committed Mar 16, 2024
1 parent 27e8cff commit 5466041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/animated_logo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {
})
.collect::<Vec<_>>();

let secs = 20.;
let secs = 12.;

commands
.spawn(
Expand Down

0 comments on commit 5466041

Please sign in to comment.