mirror of
https://github.com/exogen/t2-model-skinner.git
synced 2026-07-11 14:34:45 +00:00
Fix ELF material defs
This commit is contained in:
parent
497eca6f29
commit
0df83bf813
5 changed files with 5 additions and 5 deletions
|
|
@ -283,8 +283,8 @@ export async function getSkinConfig() {
|
|||
},
|
||||
],
|
||||
elf: [
|
||||
{ index: 0, label: "Weapon", name: "weapon_elf" },
|
||||
{ index: 1, label: "Glow", name: "weapon_elf0", file: "weapon_elf" },
|
||||
{ label: "Weapon", name: "weapon_elf", file: "weapon_elf" },
|
||||
{ label: "Glow", name: "weapon_elf0", file: "weapon_elf" },
|
||||
],
|
||||
missile: [{ label: "Weapon", name: "weapon_missile" }],
|
||||
mortar: [{ label: "Weapon", name: "weapon_mortar" }],
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue