JSONify Dungeon Rando options
This commit is contained in:
28
resources/app/gui/randomize/dungeon/widgets.json
Normal file
28
resources/app/gui/randomize/dungeon/widgets.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"dungeondoorshuffle": {
|
||||
"type": "selectbox",
|
||||
"label": {
|
||||
"text": "Dungeon Door Shuffle"
|
||||
},
|
||||
"packAttrs": {
|
||||
"label": {
|
||||
"side": "left"
|
||||
},
|
||||
"selectbox": {
|
||||
"side": "right"
|
||||
},
|
||||
"default": "Basic"
|
||||
},
|
||||
"options": {
|
||||
"Vanilla": "vanilla",
|
||||
"Basic": "basic",
|
||||
"Crossed": "crossed"
|
||||
}
|
||||
},
|
||||
"experimental": {
|
||||
"type": "checkbox",
|
||||
"label": {
|
||||
"text": "Enable Experimental Features"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user