mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fixes
This commit is contained in:
parent
40910b28e4
commit
b9f6dfac77
BIN
assets/voxygen/voxel/armor/belt/belt_none.vox
(Stored with Git LFS)
Normal file
BIN
assets/voxygen/voxel/armor/belt/belt_none.vox
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
assets/voxygen/voxel/armor/chest/chest_none.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/chest/chest_none.vox
(Stored with Git LFS)
Binary file not shown.
BIN
assets/voxygen/voxel/armor/foot/foot_none.vox
(Stored with Git LFS)
BIN
assets/voxygen/voxel/armor/foot/foot_none.vox
(Stored with Git LFS)
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
({
|
||||
None:(
|
||||
vox_spec: ("armor.belt.belt-none", (-5.0, -3.5, 2.0)),
|
||||
vox_spec: ("armor.belt.belt_none", (-5.0, -3.5, 2.0)),
|
||||
color: None
|
||||
),
|
||||
Dark:(
|
||||
|
@ -386,7 +386,7 @@ impl HumArmorChestSpec {
|
||||
)
|
||||
};
|
||||
|
||||
let bare_chest = graceful_load_mat_segment("armor.chest.none");
|
||||
let bare_chest = graceful_load_mat_segment("armor.empty");
|
||||
|
||||
let mut chest_armor = graceful_load_mat_segment(&spec.vox_spec.0);
|
||||
|
||||
@ -484,7 +484,7 @@ impl HumArmorBeltSpec {
|
||||
{
|
||||
belt
|
||||
} else {
|
||||
&Belt::Dark
|
||||
&Belt::None
|
||||
};
|
||||
|
||||
let spec = match self.0.get(&belt) {
|
||||
@ -540,7 +540,7 @@ impl HumArmorPantsSpec {
|
||||
)
|
||||
};
|
||||
|
||||
let bare_pants = graceful_load_mat_segment("armor.pants.grayscale");
|
||||
let bare_pants = graceful_load_mat_segment("armor.empty");
|
||||
|
||||
let mut pants_armor = graceful_load_mat_segment(&spec.vox_spec.0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user