TheYellowArchitect / doubledamnation

Exclusively Co-Op Metroidvania with Movement as smooth as Smash Bros Melee
GNU General Public License v3.0
19 stars 2 forks source link

Individual Default Values on Darkwind Distortion #24

Open TheYellowArchitect opened 2 years ago

TheYellowArchitect commented 2 years ago

Darkwind Distortion has a "Reset to Default" button at the bottom. This resets ALL values to default. However, there is code for resetting each value to its default value, individually. It even works as-is with netcoding.

All that needs to be done, is find an appropriate art asset, and copy-paste it on the UI, next to each label

The alternative is even simpler. You click the label (so there is an invisible button) and it resets to default. I low-key wish all games had this actually. Clicking an (unclickable) label, to place all values below it on default values!