update default values on stage loader configuration
This commit is contained in:
parent
191ef7c255
commit
fb34d9d99e
1 changed files with 5 additions and 3 deletions
|
@ -50,7 +50,9 @@
|
||||||
:onChange="e => onStageLoaderLevelChanged(index, e)"
|
:onChange="e => onStageLoaderLevelChanged(index, e)"
|
||||||
:key="index"
|
:key="index"
|
||||||
/>
|
/>
|
||||||
<button @click="onLevelDeleted(index)" type="button" class="route-remove">×</button>
|
<button @click="onLevelDeleted(index)" type="button" class="route-remove">
|
||||||
|
×
|
||||||
|
</button>
|
||||||
</li>
|
</li>
|
||||||
</draggable>
|
</draggable>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -137,8 +139,8 @@ export default {
|
||||||
{ value: '3400', label: 'Load Corona Montain' },
|
{ value: '3400', label: 'Load Corona Montain' },
|
||||||
{ value: '3C00', label: 'Load the Bowser fight' },
|
{ value: '3C00', label: 'Load the Bowser fight' },
|
||||||
],
|
],
|
||||||
removeDialogSelection: 'yes',
|
removeDialogSelection: 'pv5',
|
||||||
skippableFMVsSelection: 'yes',
|
skippableFMVsSelection: 'pp',
|
||||||
levelOrderSelection: 'list',
|
levelOrderSelection: 'list',
|
||||||
postGameSelection: '0F00',
|
postGameSelection: '0F00',
|
||||||
generation: 0,
|
generation: 0,
|
||||||
|
|
Loading…
Reference in a new issue