* Expanded Level Icons
Level icons are now defined in their own custom JSON file (LevelIcons.json) which determines which icons will be shown, along with an area where the user can input the size of their icons for custom sizing (larger sizes will likely be a bit odd in behavior, smaller should work fine though)
Along with that, icons have been greatly expanded, with 32 new level icons available for levels to use now, (a total of 45!) along with various older icons recieving slight touch-ups. Various levels now use these new icons to better represent major recognizable elements from those levels, and to give them a bit more variation between each other.
If there are any additional level icons that would make sense for implementation, let me know. I think this should cover most of the important ones, though.
* Delete LevelIcons.png.import
* Marathon + ANN Medal Icons on World Select
Marathon mode and ANN now show the highest ranking achieved on all levels when applicable. So if you manage to get a gold medal on every level, but get a bronze on one, then it'll display a bronze medal for your world completion.
Side note: Why the fuck was the only solution to the GPU particle emitting behavior to make a massive array of node paths. I hate this! This sucks! Joe, why did you do that? And why was it the only thing I could find that worked?
* Optimized particle emitting for world/level select
* ANN now has its own menu + bugfixes
This gives ANN its own dedicated menu rather than throwing you directly into the world selection menu, which additionally fixes an issue with rendering medal icons when selecting the campaign, and a few other fixes like the DiscoResults menu not using the ANN visual settings.
* Challenge Hunt Icons + menu bugfixes
Challenge Hunt icons are now implemented, so you can see all of your red coins, eggs and score requirements if you've met them. Along with that, fixed a bug where you could enter Worlds 9-D in marathon when you aren't supposed to by selecting a story mode option and then entering marathon.
* New icons + layout change for Challenge Hunt icons
By recommendation by Vanny, Challenge Hunt icons have been changed. Along with this, all icons for progress tracking are now in their own relegated image file for separate modification, and have been updated to use white outlines similar to the world icons themselves.
* Update ChallengeModeResults.tscn
Forgot to update this to use challenge icons for the world select screen.
* Eggs cycle through color again
Accidentally got rid of this, but didn't want to update every node. It simply does it based on the world number now rather than needing to be manually set.
* Challenge Hunt: Transparent HUD for previously obtained coins/eggs
* Add 'score potential' tracker, make egg not default to empty if egg isn't in the current room on a replay
* Make transparent HUD elements render on top, and become invisible if their fully-opaque equivalents should be enabled instead
Fixes an issue with the DoorPose animation and detection I added where if there was another End Castle behind you, you'd get sent back in the level. This is primarily an issue for Custom Levels, and is extremely noticeable when reloading resource packs. And in the video below, it also broke the Door Pose animation in the level.
This PR adds an extra check by using a collision shape to make sure the player is in the right area before applying the positional changes.
This PR fixes the issues mentioned in #557 with Fake and Real Bowsers. Also for fun, I got the Bowser fall SFX to work when you kill a REAL Bowser or Bowser Bro by moving it outside of Bowser before they were freed from the scene.
i coded it in about 10 minutes as a joke, and didnt really intend on it being something proper + it comes with a whole new slew of bugs which im not willing to commit to yet, soz. its still in the code so should be relatively easy to hack in, maybe itll come back in future, who knows
* Added Special Scrolling to the visuals menu
* Added the actual functionality for special scrolling to work with menu
* Fixed PC-8801 mode if smooth transitions are enabled
* Special scrolling, not-so special translations
* FPS counter is off by default, enable with F4
* A message or error is now shown on-screen if a screenshot is taken with F2
* Show message when noclip is enabled or disabled