Default, vessels: Darken shelf empty slot icons
Rename slot icons.
This commit is contained in:
parent
3109f38b3c
commit
6e00ddee2a
8 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue