1
0
mirror of https://gitlab.com/rubenwardy/awards.git synced 2025-07-13 21:30:25 +02:00

Add icons for awards

This commit is contained in:
Sirrobzeroone
2019-08-20 20:28:15 +10:00
committed by rubenwardy
parent 1ffa8f10ac
commit 8f46d5b37d
181 changed files with 508 additions and 79 deletions

View File

@ -104,7 +104,7 @@ function awards.get_formspec(name, to, sid)
";]"
if sdef and sdef.icon then
formspec = formspec .. "image[0.6,0;3,3;" .. sdef.icon .. "]"
formspec = formspec .. "image[0.45,0;3.5,3.5;" .. sdef.icon .. "]" -- adjusted values from 0.6,0;3,3
end
local barwidth = 3.95
local perc = nil