forked from Mineclonia/Mineclonia
Tweak the looks of the achievements message
This commit is contained in:
parent
fd502df698
commit
d6394598d9
|
@ -306,7 +306,7 @@ function awards.unlock(name, award)
|
||||||
local two = player:hud_add({
|
local two = player:hud_add({
|
||||||
hud_elem_type = "text",
|
hud_elem_type = "text",
|
||||||
name = "award_au",
|
name = "award_au",
|
||||||
number = 0xFFFFFF,
|
number = 0xFFFF00,
|
||||||
scale = {x = 100, y = 20},
|
scale = {x = 100, y = 20},
|
||||||
text = hud_announce,
|
text = hud_announce,
|
||||||
position = {x = 0.5, y = 0},
|
position = {x = 0.5, y = 0},
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 699 B |
Loading…
Reference in New Issue