-
Notifications
You must be signed in to change notification settings - Fork 291
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sort Character Creation skills in menus (#1784)
* Sort skills in character creation (#53052) * Rework the display completely * Profession Menu update * Indent the Skills tab levels Might be an issue if an added skill is longer than 16 characters. * Make scrollbars work with this system. It's a bit hacky. * Added an enum class for ScrollDirection * Remove get_next * Standardizing list movement Uses Modulo to cut down on required code * Update the Modulo function Pray things don't break. * Fix Scrollbar & Non-Centred scrolling * Change name of variable Co-authored-by: Saicchi <47158232+Saicchi@users.noreply.github.com>
- Loading branch information
1 parent
3f2dd6e
commit 3a112fc
Showing
3 changed files
with
94 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters