Promote default

This commit is contained in:
Mike A. Trethewey
2020-03-12 04:05:26 -07:00
parent 755c401da1
commit fc8ebad37f
6 changed files with 92 additions and 241 deletions

View File

@@ -1,9 +1,7 @@
{
"dungeondoorshuffle": {
"type": "selectbox",
"managerAttrs": {
"default": "basic"
},
"default": "basic",
"options": [
"vanilla",
"basic",
@@ -13,9 +11,7 @@
"experimental": { "type": "checkbox" },
"dungeon_counters": {
"type": "selectbox",
"managerAttrs": {
"default": "default"
},
"default": "default",
"options": [
"default",
"off",

View File

@@ -20,9 +20,7 @@
},
"heartbeep": {
"type": "selectbox",
"managerAttrs": {
"default": "normal"
},
"default": "normal",
"options": [
"double",
"normal",
@@ -35,9 +33,7 @@
"rightRomOptionsFrame": {
"menuspeed": {
"type": "selectbox",
"managerAttrs": {
"default": "normal"
},
"default": "normal",
"options": [
"instant",
"quadruple",

View File

@@ -5,9 +5,7 @@
"leftItemFrame": {
"worldstate": {
"type": "selectbox",
"managerAttrs": {
"default": "open"
},
"default": "open",
"options": [
"standard",
"open",
@@ -103,9 +101,7 @@
},
"sortingalgo": {
"type": "selectbox",
"managerAttrs": {
"default": "balanced"
},
"default": "balanced",
"options": [
"freshness",
"flood",