mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2025-07-03 00:20:33 +02:00
Merge branch 'master' of yunohost.local:mtcontrib/awards into nalc-1.2-dev
This commit is contained in:
@ -163,7 +163,7 @@ function awards.unlock(name, award)
|
||||
local four = player:hud_add({
|
||||
hud_elem_type = "image",
|
||||
name = "award_icon",
|
||||
scale = {x = 4, y = 4},
|
||||
scale = {x = 2, y = 2}, -- adjusted for 32x32 from x/y = 4
|
||||
text = icon,
|
||||
position = {x = 0.5, y = 0.05},
|
||||
offset = {x = -200.5, y = 126},
|
||||
|
Reference in New Issue
Block a user