forked from minetest/minetest_game
Default, vessels: Darken shelf empty slot icons
Rename slot icons.
This commit is contained in:
parent
3109f38b3c
commit
6e00ddee2a
|
@ -141,7 +141,7 @@ BlockMen (CC BY-SA 3.0):
|
|||
gui_*.png
|
||||
|
||||
Wuzzy (CC BY-SA 3.0):
|
||||
default_book_slot.png (based on default_book.png)
|
||||
default_bookshelf_slot.png (based on default_book.png)
|
||||
|
||||
sofar (CC BY-SA 3.0):
|
||||
default_book_written.png, based on default_book.png
|
||||
|
|
|
@ -1817,7 +1817,7 @@ for i = 1, 16 do
|
|||
by = by + 1
|
||||
end
|
||||
bookshelf_formspec = bookshelf_formspec ..
|
||||
"image["..bx..","..by..";1,1;default_book_slot.png]"
|
||||
"image[" .. bx .. "," .. by .. ";1,1;default_bookshelf_slot.png]"
|
||||
bx = bx + 1
|
||||
end
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 204 B |
BIN
mods/default/textures/default_bookshelf_slot.png
Normal file
BIN
mods/default/textures/default_bookshelf_slot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 216 B |
|
@ -19,4 +19,4 @@ The following textures were modified by Thomas-S (CC BY-SA 3.0):
|
|||
vessels_steel_bottle.png
|
||||
|
||||
The following texture was created by Wuzzy (CC BY-SA 3.0):
|
||||
vessels_glass_bottle_slot.png (based on vessels_glass_bottle.png)
|
||||
vessels_shelf_slot.png (based on vessels_glass_bottle.png)
|
||||
|
|
|
@ -15,13 +15,13 @@ local vessels_shelf_formspec =
|
|||
|
||||
-- Inventory slots overlay
|
||||
local vx, vy = 0, 0.3
|
||||
for i = 1,16 do
|
||||
for i = 1, 16 do
|
||||
if i == 9 then
|
||||
vx = 0
|
||||
vy = vy + 1
|
||||
end
|
||||
vessels_shelf_formspec = vessels_shelf_formspec ..
|
||||
"image["..vx..","..vy..";1,1;vessels_glass_bottle_slot.png]"
|
||||
"image[" .. vx .. "," .. vy .. ";1,1;vessels_shelf_slot.png]"
|
||||
vx = vx + 1
|
||||
end
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 196 B |
BIN
mods/vessels/textures/vessels_shelf_slot.png
Normal file
BIN
mods/vessels/textures/vessels_shelf_slot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 201 B |
Loading…
Reference in New Issue
Block a user