Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework map mods and add Config tab multiList #8200

Open
wants to merge 10 commits into
base: dev
Choose a base branch
from

Conversation

Regisle
Copy link
Member

@Regisle Regisle commented Aug 17, 2024

Adds new type of config option, multiList which is multiple dropdowns sharing a list in one of 2 ways, either with a fixed number of elements which are all shown (like this PR with maps), or with a variable number of dropdowns
These can have additional options added to them like sliders or number inputs for options which have more data to configure (like mod roll percentage, or curse level)

I will open up a few more PRs which use this multi list, its currently not an actual control becouse its pretty ingrained with the config tab functionality, but its possible if we want it in other places to make it its own control (the one other place where it would be useful is items tab which has its own multi list style control anyway)

@Paliak Paliak added the enhancement New feature, calculation, or mod label Aug 17, 2024
@Regisle
Copy link
Member Author

Regisle commented Sep 8, 2024

fixed controls to use the new packed rect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature, calculation, or mod
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants