mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
maybe fix hotreload panic
This commit is contained in:
parent
4e281e22b7
commit
6d0ec984c8
5
.gitignore
vendored
5
.gitignore
vendored
@ -23,11 +23,6 @@
|
|||||||
|
|
||||||
.project
|
.project
|
||||||
|
|
||||||
# Vim
|
|
||||||
|
|
||||||
**/*.swp
|
|
||||||
**/*.vi
|
|
||||||
|
|
||||||
# Veloren
|
# Veloren
|
||||||
*.rar
|
*.rar
|
||||||
*.log
|
*.log
|
||||||
|
@ -27,4 +27,4 @@
|
|||||||
center: ("npc.giant.female.torso_lower"),
|
center: ("npc.giant.female.torso_lower"),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
})
|
})
|
||||||
|
@ -67,4 +67,4 @@
|
|||||||
lateral: ("npc.giant.female.foot_r"),
|
lateral: ("npc.giant.female.foot_r"),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
})
|
})
|
||||||
|
@ -139,4 +139,5 @@
|
|||||||
center: ("npc.eagle.female.tail"),
|
center: ("npc.eagle.female.tail"),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -179,4 +179,4 @@
|
|||||||
lateral: ("npc.eagle.female.leg_r"),
|
lateral: ("npc.eagle.female.leg_r"),
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
})
|
})
|
||||||
|
@ -263,4 +263,4 @@
|
|||||||
center: ("npc.fungome.female.tail"),
|
center: ("npc.fungome.female.tail"),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
})
|
})
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
vox_spec: ("armor.belt.cloth_turq", (-4.0, -3.5, -6.0)),
|
vox_spec: ("armor.belt.cloth_turq", (-4.0, -3.5, -6.0)),
|
||||||
color: None
|
color: None
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
@ -27,4 +27,4 @@
|
|||||||
vox_spec: ("armor.chest.cloth_red_kimono", (-7.0, -3.5, 2.0)),
|
vox_spec: ("armor.chest.cloth_red_kimono", (-7.0, -3.5, 2.0)),
|
||||||
color: None
|
color: None
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
vox_spec: ("armor.foot.dark_jester-elf_shoe", (-2.5, -3.0, -9.0)),
|
vox_spec: ("armor.foot.dark_jester-elf_shoe", (-2.5, -3.0, -9.0)),
|
||||||
color: None
|
color: None
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
@ -19,4 +19,4 @@
|
|||||||
color: None
|
color: None
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
@ -23,4 +23,4 @@
|
|||||||
vox_spec: ("armor.pants.cloth_red_kimono", (-5.0, -3.5, 1.0)),
|
vox_spec: ("armor.pants.cloth_red_kimono", (-5.0, -3.5, 1.0)),
|
||||||
color: None
|
color: None
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
@ -30,4 +30,4 @@
|
|||||||
color: None
|
color: None
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
@ -266,4 +266,4 @@
|
|||||||
Some(("figure.accessory.danari.horns-0", (4, 9, 8))),]
|
Some(("figure.accessory.danari.horns-0", (4, 9, 8))),]
|
||||||
),
|
),
|
||||||
// More here
|
// More here
|
||||||
})
|
})
|
||||||
|
@ -480,4 +480,4 @@
|
|||||||
central: ("npc.tarasque.male.tail"),
|
central: ("npc.tarasque.male.tail"),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
})
|
})
|
||||||
|
@ -287,4 +287,4 @@
|
|||||||
lateral: ("npc.tarasque.female.foot_rb"),
|
lateral: ("npc.tarasque.female.foot_rb"),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
})
|
})
|
||||||
|
@ -251,4 +251,4 @@
|
|||||||
central: ("npc.holladon.female.chest"),
|
central: ("npc.holladon.female.chest"),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
})
|
})
|
||||||
|
@ -447,4 +447,4 @@
|
|||||||
lateral: ("npc.holladon.female.foot_br"),
|
lateral: ("npc.holladon.female.foot_br"),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user