1
0
mirror of https://gitlab.com/rubenwardy/awards.git synced 2025-07-03 00:20:33 +02:00

Rename background to hud_background

This commit is contained in:
rubenwardy
2021-01-10 17:55:42 +00:00
parent 6dc91cf893
commit 37082d1186
3 changed files with 18 additions and 17 deletions

View File

@ -95,7 +95,7 @@ function awards.unlock(name, award)
-- Get Notification Settings
local title = awdef.title or award
local desc = awdef.description or ""
local background = awdef.background or "awards_bg_default.png"
local background = awdef.hud_background or awdef.background or "awards_bg_default.png"
local icon = (awdef.icon or "awards_unknown.png") .. "^[resize:32x32"
local sound = awdef.sound
if sound == nil then