Super-Mario-Bros-Remastered.../Scripts/Classes
SkyanUltra becdf9ba77
Expanded world/level icons (#763)
* 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.
2025-12-02 08:30:32 -05:00
..
Blocks Fix physics overwriting character ceiling bump speed for brick blocks (#545) 2025-10-14 16:22:00 +01:00
Components Allow choices and random variation keys to use links (#681) 2025-11-22 16:38:01 +00:00
Editor fixed the mouse cursor icon in the level editor flicker 2025-10-16 21:13:17 +01:00
Entities Alternate Challenge HUD Proposal: Previously obtained coins/eggs are transparent (#712) 2025-11-22 16:41:04 +00:00
PowerStates fixed an issue where you could throw a fireball frame one of exiting a pipe 2025-10-13 19:23:24 +01:00
Resources added the game 2025-09-13 16:30:32 +01:00
Singletons Expanded world/level icons (#763) 2025-12-02 08:30:32 -05:00
States Implement WaterCrouchMove and WingCrouchMove (and fix an incorrect default value on small crouch height) (#643) 2025-10-22 19:51:52 +01:00
UI Alternate Challenge HUD Proposal: Previously obtained coins/eggs are transparent (#712) 2025-11-22 16:41:04 +00:00
BooRaceHandler.gd Changed target time comparisons to round down to nearest centisecond (#708) 2025-11-22 16:36:49 +00:00
BooRaceHandler.gd.uid added the game 2025-09-13 16:30:32 +01:00
CoinHeaven.gd Removed get_room_type() from CoinHeaven.gd 2025-10-08 12:11:59 -07:00
CoinHeaven.gd.uid added the game 2025-09-13 16:30:32 +01:00
LevelBGNew.gd can now edit the scroll size of bg layers 2025-09-23 20:53:42 +01:00
LevelBGNew.gd.uid added the game 2025-09-13 16:30:32 +01:00
LevelClass.gd Adds alternate check for coin heaven variation 2025-10-08 12:13:17 -07:00
LevelClass.gd.uid added the game 2025-09-13 16:30:32 +01:00
RomAssetRipper.gd added the game 2025-09-13 16:30:32 +01:00
RomAssetRipper.gd.uid added the game 2025-09-13 16:30:32 +01:00