Zshandi / SuperSpherebox65

This is a preliminary repository for my groups GGJ 2024 entry.
0 stars 0 forks source link

Add ability to skip intro(s) #45

Open Zshandi opened 5 months ago

Zshandi commented 5 months ago

To increase the speed with which we can get to the selection screen, we need to be able to press "power" to skip past any intro screens.

It may be best to simply have a scene which loads each of the intro animation scenes (there will be 3 in total). Then the logic for loading / skipping to the next would be in one place.

Alternatively, we could also use scene inheritance for this shared functionality.