mailbox.lua: Use [resize to resize correctly (#47)

mailbox_blank16.png has still an use in nodes.lua for the trampoline node.
master
SmallJoker 2016-05-30 21:34:39 +02:00 committed by Auke Kok
parent be6448864f
commit de2deee86f
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ function mailbox:formspec(pos, owner, num)
giver = giver.."#FFFF00,"..giver_name..","..i..",#FFFFFF,x "..stack_count..","
-- Hack to force using a 16px resolution for images in formspec's tablecolumn.
-- The engine doesn't scale them automatically yet.
img = img..i.."=mailbox_blank16.png^"..img_col(stack_name)..","
img = img..i.."="..img_col(stack_name).."^\\[resize:16x16,"
end
end