-
Notifications
You must be signed in to change notification settings - Fork 3
LoadIcon
LoadIcon is a new layout that was added to the GLE in GLE-V2, intended to be used for a simple animation to play when a stage is loading.
The GLE comes with a LoadIcon.arc
that you can use in your own projects.
The Load Icon is very simple. If you make your own, please ensure the following:
- There needs to be a Null Pane that is a child of the root Null Pane named "LoadIcon"
- The following animations are required:
- Appear
- Wait
- Disappear
Aside from those requirements, you can do whatever you want with this layout.
You could make it take up the whole screen, or keep it to a corner (like the provided layout does).
The loading layout is triggered when the following conditions are met:
- There is a stage being loaded
- A System Wipe is active and filling the screen
- The player hasn't died. (If you die in a stage, the loading icon won't appear when reloading the stage)
- The stage being loaded takes a while (meaning stages that load really quickly won't display the layout at all, or if timed correctly, the Disappear animation only will play).
- The player entered a QuickWarpArea that has the LoadIcon setting enabled.
The loading icon can be disabled completely via GameSettings.bcsv
The Wait animation will continue playing even if the Disappear animation was triggered (if the Disappear animation is setup correctly).
Below are some pre-made LoadIcons if you would like something other than the Default Launch Star.
The default LoadIcon that you get when you install the Galaxy Level Engine.
Download
An animation of Mario walking from Super Mario Bros. on the NES.
Download
The icon used when saving the game in Super Mario Galaxy (scaled up).
Download
The icon used when saving the game in Super Mario Galaxy. This one is at the same size as it is in that game.
Download
A spinning Power Star. Spins slowly.
Download
A spinning Power Star. Spins quickly.
Download
Note: This custom sidebar is for content not yet finished. Please use the above "Pages" dropdown for now.
Usage Guides
Layouts
Objects
Scenes
- Stages
- Non-Stages
- Hubworlds
- Scenario
- Map
- UseResource
- ZoneInfo