Saves sprite settings

Save on exit feature
Some formatting changes
This commit is contained in:
aerinon
2020-03-02 15:04:46 -07:00
parent a20f5423fd
commit 8bdbf5d6b2
5 changed files with 213 additions and 186 deletions

View File

@@ -22,5 +22,24 @@
"label": {
"text": "Use custom item pool"
}
},
"saveonexit": {
"type": "selectbox",
"label": {
"text": "Save Settings on Exit"
},
"managerAttrs": {
"label": {
"side": "left"
},
"selectbox": {
"side": "right"
}
},
"options": {
"Ask Me": "ask",
"Always": "always",
"Never": "never"
}
}
}