mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-22 07:15:14 +02:00
add chestplate trim texture
This commit is contained in:
parent
b4273af245
commit
8476865ea7
12 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ local function define_items()
|
|||
invOverlay = "^helmet_trim.png"
|
||||
elseif string.find(itemname,"chestplate") then
|
||||
invOverlay = "^chestplate_trim.png"
|
||||
piece_overlay = piece_overlay .. "_chestplate"
|
||||
elseif string.find(itemname,"leggings") then
|
||||
invOverlay = "^leggings_trim.png"
|
||||
piece_overlay = piece_overlay .. "_leggings"
|
||||
|
|
BIN
textures/coast_chestplate.png
Normal file
BIN
textures/coast_chestplate.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 635 B |
BIN
textures/dune_chestplate.png
Normal file
BIN
textures/dune_chestplate.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 625 B |
BIN
textures/eye_chestplate.png
Normal file
BIN
textures/eye_chestplate.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 711 B |
BIN
textures/rib_chestplate.png
Normal file
BIN
textures/rib_chestplate.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 690 B |
BIN
textures/sentry_chestplate.png
Normal file
BIN
textures/sentry_chestplate.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 689 B |
BIN
textures/snout_chestplate.png
Normal file
BIN
textures/snout_chestplate.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 735 B |
BIN
textures/spire_chestplate.png
Normal file
BIN
textures/spire_chestplate.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 696 B |
BIN
textures/tide_chestplate.png
Normal file
BIN
textures/tide_chestplate.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 696 B |
BIN
textures/vex_chestplate.png
Normal file
BIN
textures/vex_chestplate.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 757 B |
BIN
textures/ward_chestplate.png
Normal file
BIN
textures/ward_chestplate.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 748 B |
BIN
textures/wild_chestplate.png
Normal file
BIN
textures/wild_chestplate.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 712 B |
Loading…
Add table
Reference in a new issue