ui
| .. | |
|---|---|
| logs | |
| AlphaCharacter | |
| Alphabet | Loosley based on FlxTypeText lolol |
| BoolOption | Simple Option with a checkbox that changes a bool value. |
| ChangeModOption | |
| CharacterCreatorOption | |
| Checkbox | |
| Cross | |
| DeveloperOption | |
| DialogueBox | |
| DialoguePortrait | |
| DisplayFontOption | |
| FlxScrollableDropDownMenu | A FlxUIDropDownMenu that is extended to have scrolling capabilities. Based on code by larsiusprime |
| GameStateOption | Very simple option that transfers you to a different game-state when selecting it. |
| GameSubStateOption | |
| HUDAdjustment | |
| HealthIcon | |
| HealthIconConfig | |
| MenuCharacter | |
| MenuCharacterData | |
| MenuItem | |
| ModIcon | |
| ModOption | Option for enabling and disabling mods. |
| NoteGraph | |
| OpenUrlOption | Very simple option that opens a webpage when selected |
| Option | The base option class that all options inherit from. |
| PageOption | Very simple option that transfers you to a different page when selecting it. |
| Popup | |
| PopupType | |
| SimpleInfoDisplay | Shows basic info about the game. |
| StepperSaveDeveloperOption | |
| StepperSaveOption | |
| StringSaveOption | A Option for save data that is saved a string with multiple pre-defined states (aka like accuracy option or cutscene option) |
| TrackerDirection | A Simple Enum to track Direction of a |
| TrackerSprite | An FlxSprite that tracks another sprite's position and scale to appear next to it. |