Funkin icon indicating copy to clipboard operation
Funkin copied to clipboard

abstract enum pagename

Open nebulazorua opened this issue 1 year ago • 2 comments

turns PageName into an abstract enum, which should make adding custom options pages easier and allow for more compatibility between mods that would like to add custom options pages, as they won't have to leech off an existing, unused PageName (like CoolHUD does) and also won't have to rewrite code related to options to add a custom page in a more compatible way.

Note that this will break current mods that add custom options, though

nebulazorua avatar May 11 '24 08:05 nebulazorua

please 🙏 i wanna be able to make options pages in scripts and not do it jankily

nebulazorua avatar May 15 '24 12:05 nebulazorua

Will do a bunch more PR review tomorrow, if this doesn't immediately break the options menu then it should be good to merge.

EliteMasterEric avatar May 20 '24 05:05 EliteMasterEric