update default values on stage loader configuration

This commit is contained in:
Matteias Collet 2020-06-29 21:43:24 +02:00
parent 191ef7c255
commit fb34d9d99e

View file

@ -50,7 +50,9 @@
:onChange="e => onStageLoaderLevelChanged(index, e)"
:key="index"
/>
<button @click="onLevelDeleted(index)" type="button" class="route-remove">&#215;</button>
<button @click="onLevelDeleted(index)" type="button" class="route-remove">
&#215;
</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,