JSONify Enemizer options
Fix set_sprite when cancelling custom sprite file selector
This commit is contained in:
8
resources/app/gui/randomize/enemizer/checkboxes.json
Normal file
8
resources/app/gui/randomize/enemizer/checkboxes.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"potshuffle": {
|
||||
"type": "checkbox",
|
||||
"label": {
|
||||
"text": "Pot Shuffle"
|
||||
}
|
||||
}
|
||||
}
|
||||
41
resources/app/gui/randomize/enemizer/leftEnemizerFrame.json
Normal file
41
resources/app/gui/randomize/enemizer/leftEnemizerFrame.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"enemyshuffle": {
|
||||
"type": "selectbox",
|
||||
"label": {
|
||||
"text": "Enemy Shuffle"
|
||||
},
|
||||
"packAttrs": {
|
||||
"label": {
|
||||
"side": "left"
|
||||
},
|
||||
"selectbox": {
|
||||
"side": "right"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"Vanilla": "none",
|
||||
"Shuffled": "shuffled",
|
||||
"Chaos": "chaos"
|
||||
}
|
||||
},
|
||||
"bossshuffle": {
|
||||
"type": "selectbox",
|
||||
"label": {
|
||||
"text": "Boss Shuffle"
|
||||
},
|
||||
"packAttrs": {
|
||||
"label": {
|
||||
"side": "left"
|
||||
},
|
||||
"selectbox": {
|
||||
"side": "right"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"Vanilla": "none",
|
||||
"Basic": "basic",
|
||||
"Shuffled": "shuffled",
|
||||
"Chaos": "chaos"
|
||||
}
|
||||
}
|
||||
}
|
||||
42
resources/app/gui/randomize/enemizer/rightEnemizerFrame.json
Normal file
42
resources/app/gui/randomize/enemizer/rightEnemizerFrame.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"enemydamage": {
|
||||
"type": "selectbox",
|
||||
"label": {
|
||||
"text": "Enemy Damage"
|
||||
},
|
||||
"packAttrs": {
|
||||
"label": {
|
||||
"side": "left"
|
||||
},
|
||||
"selectbox": {
|
||||
"side": "right"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"Vanilla": "default",
|
||||
"Shuffled": "shuffled",
|
||||
"Chaos": "chaos"
|
||||
}
|
||||
},
|
||||
"enemyhealth": {
|
||||
"type": "selectbox",
|
||||
"label": {
|
||||
"text": "Enemy Health"
|
||||
},
|
||||
"packAttrs": {
|
||||
"label": {
|
||||
"side": "left"
|
||||
},
|
||||
"selectbox": {
|
||||
"side": "right"
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"Vanilla": "default",
|
||||
"Easy": "easy",
|
||||
"Normal": "normal",
|
||||
"Hard": "hard",
|
||||
"Expert": "expert"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user