mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-03-11 06:07:44 +01:00
add trim boot textures
This commit is contained in:
parent
82f2f4784e
commit
6c6a27320d
11 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ local function define_items()
|
|||
piece_overlay = piece_overlay .. "_leggings"
|
||||
elseif string.find(itemname,"boots") then
|
||||
invOverlay = "^boots_trim.png"
|
||||
piece_overlay = piece_overlay .. "_boots"
|
||||
end
|
||||
|
||||
piece_overlay = piece_overlay .. ".png"
|
||||
|
|
BIN
textures/coast_boots.png
Normal file
BIN
textures/coast_boots.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 648 B |
BIN
textures/dune_boots.png
Normal file
BIN
textures/dune_boots.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 622 B |
BIN
textures/eye_boots.png
Normal file
BIN
textures/eye_boots.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 633 B |
BIN
textures/sentry_boots.png
Normal file
BIN
textures/sentry_boots.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 644 B |
BIN
textures/snout_boots.png
Normal file
BIN
textures/snout_boots.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 631 B |
BIN
textures/spire_boots.png
Normal file
BIN
textures/spire_boots.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 628 B |
BIN
textures/tide_boots.png
Normal file
BIN
textures/tide_boots.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 632 B |
BIN
textures/vex_boots.png
Normal file
BIN
textures/vex_boots.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 619 B |
BIN
textures/ward_boots.png
Normal file
BIN
textures/ward_boots.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 653 B |
BIN
textures/wild_boots.png
Normal file
BIN
textures/wild_boots.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 631 B |
Loading…
Reference in a new issue