Mindustry
Mindustry copied to clipboard
Add spaces between settings
Added some space to make it more categorized, and looks cleaner I guess? The old settings just looks messy (especially Graphics) and that makes adding new settings harder.
~~added addText()
which is a customized Setting
for anyone that wants to add a raw text to settings table and addRow()
which is just a blank version of addText()
but will not show up in getSettings()
(should it?)~~
Added Separator
setting which is literally just text in settings (with customizable background)
but this PR only uses the one with no background and without text, just so if someone wants to actually add some text :3
hope I didn't mess up anything
If your pull request is not translation or serverlist-related, read the list of requirements below and check each box:
- [X] I have read the contribution guidelines.
- [X] I have ensured that my code compiles, if applicable.
- [X] I have ensured that any new features in this PR function correctly in-game, if applicable.
Yah that was the last minute decision to slap a copy()
on top of it
What about underlined text dividers like the ones I use in my mod?
Looks interesting, guess I'll make it looks like the CustomRulesDialog
but without the striking color.
Amazing