mirror of
https://github.com/exogen/t2-model-skinner.git
synced 2026-04-27 07:15:29 +00:00
Add MPB to vehicle list
This commit is contained in:
parent
321c3ae5c4
commit
fad563ef4f
7 changed files with 20 additions and 2 deletions
|
|
@ -613,7 +613,7 @@ export default function CanvasTools() {
|
|||
>
|
||||
Export
|
||||
</button>
|
||||
<select ref={fileTypeRef}>
|
||||
<select ref={fileTypeRef} defaultValue="vl2">
|
||||
<option value="png">.png</option>
|
||||
<option value="vl2">.vl2</option>
|
||||
</select>
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ export default function WarriorSelector() {
|
|||
</optgroup>
|
||||
<optgroup label="Vehicles" data-model-type="vehicle">
|
||||
<option value="vehicle_air_scout">Shrike</option>
|
||||
<option value="vehicle_land_mpbbase">MPB</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue