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)"
|
||||
:key="index"
|
||||
/>
|
||||
<button @click="onLevelDeleted(index)" type="button" class="route-remove">×</button>
|
||||
<button @click="onLevelDeleted(index)" type="button" class="route-remove">
|
||||
×
|
||||
</button>
|
||||
</li>
|
||||
</draggable>
|
||||
</ul>
|
||||
|
@ -137,8 +139,8 @@ export default {
|
|||
{ value: '3400', label: 'Load Corona Montain' },
|
||||
{ value: '3C00', label: 'Load the Bowser fight' },
|
||||
],
|
||||
removeDialogSelection: 'yes',
|
||||
skippableFMVsSelection: 'yes',
|
||||
removeDialogSelection: 'pv5',
|
||||
skippableFMVsSelection: 'pp',
|
||||
levelOrderSelection: 'list',
|
||||
postGameSelection: '0F00',
|
||||
generation: 0,
|
||||
|
|
Loading…
Reference in a new issue