maybe fix hotreload panic

This commit is contained in:
Imbris 2020-02-28 00:25:16 -05:00 committed by timokoesters
parent 4e281e22b7
commit 6d0ec984c8
17 changed files with 17 additions and 21 deletions

5
.gitignore vendored
View File

@ -23,11 +23,6 @@
.project
# Vim
**/*.swp
**/*.vi
# Veloren
*.rar
*.log

View File

@ -27,4 +27,4 @@
center: ("npc.giant.female.torso_lower"),
)
),
})
})

View File

@ -67,4 +67,4 @@
lateral: ("npc.giant.female.foot_r"),
)
),
})
})

View File

@ -139,4 +139,5 @@
center: ("npc.eagle.female.tail"),
)
),
})
})

View File

@ -179,4 +179,4 @@
lateral: ("npc.eagle.female.leg_r"),
)
),
})
})

View File

@ -263,4 +263,4 @@
center: ("npc.fungome.female.tail"),
),
),
})
})

View File

@ -7,4 +7,4 @@
vox_spec: ("armor.belt.cloth_turq", (-4.0, -3.5, -6.0)),
color: None
)
})
})

View File

@ -27,4 +27,4 @@
vox_spec: ("armor.chest.cloth_red_kimono", (-7.0, -3.5, 2.0)),
color: None
)
})
})

View File

@ -16,4 +16,4 @@
vox_spec: ("armor.foot.dark_jester-elf_shoe", (-2.5, -3.0, -9.0)),
color: None
)
})
})

View File

@ -19,4 +19,4 @@
color: None
)
)
})
})

View File

@ -23,4 +23,4 @@
vox_spec: ("armor.pants.cloth_red_kimono", (-5.0, -3.5, 1.0)),
color: None
)
})
})

View File

@ -30,4 +30,4 @@
color: None
)
)
})
})

View File

@ -266,4 +266,4 @@
Some(("figure.accessory.danari.horns-0", (4, 9, 8))),]
),
// More here
})
})

View File

@ -480,4 +480,4 @@
central: ("npc.tarasque.male.tail"),
),
),
})
})

View File

@ -287,4 +287,4 @@
lateral: ("npc.tarasque.female.foot_rb"),
),
),
})
})

View File

@ -251,4 +251,4 @@
central: ("npc.holladon.female.chest"),
),
),
})
})

View File

@ -447,4 +447,4 @@
lateral: ("npc.holladon.female.foot_br"),
),
),
})
})