SergioRibera / bevy_splash_screen

A plugin for bevy which allows you to create screens to show the brands and development teams behind your amazing game
https://crates.io/crates/bevy_splash_screen
Apache License 2.0
33 stars 6 forks source link

Only skip one SplashScreen at a time #13

Open LeCalicot opened 1 year ago

LeCalicot commented 1 year ago

Current behavior

When clicking to skip the splash screen it skips all the the splash screens at once if multiple splash screens are chained

Expected behavior

When clicking, it only skips the current splash screen. If there is a second splash screen, a second click is needed. That's how it's implement in most video games.

SergioRibera commented 1 year ago

This looks great for the proposal you made earlier #8 that allowed to put splash_screen in scene changes or in the middle of the game, I think this could be planned for another new release version, I really like the idea 😃