Small cleaning
This commit is contained in:
parent
3e48d288db
commit
479ec368d7
10
init.lua
10
init.lua
|
@ -1769,10 +1769,10 @@ local function get_award_list(fs, ctn_len, yextra, award_list, awards_unlocked,
|
||||||
|
|
||||||
local box_len = 4.39
|
local box_len = 4.39
|
||||||
|
|
||||||
fs(fmt("image", 0, y + 0.01, icon_size, icon_size, icon))
|
fs(fmt("image", 0, y + 0.01, icon_size, icon_size, icon),
|
||||||
fs(fmt("tooltip", 0, y + 0.01, icon_size, icon_size,
|
fmt("tooltip", 0, y + 0.01, icon_size, icon_size,
|
||||||
sprintf("%s\n%s", clr("#ff0", title), desc)))
|
sprintf("%s\n%s", clr("#ff0", title), desc)),
|
||||||
fs(fmt("box", icon_size + 0.1, y, box_len, icon_size, "#bababa25"))
|
fmt("box", icon_size + 0.1, y, box_len, icon_size, "#bababa25"))
|
||||||
|
|
||||||
if progress then
|
if progress then
|
||||||
local current, target = progress.current, progress.target
|
local current, target = progress.current, progress.target
|
||||||
|
@ -1781,7 +1781,7 @@ local function get_award_list(fs, ctn_len, yextra, award_list, awards_unlocked,
|
||||||
fs(fmt("box", icon_size + 0.1, y + 0.8, box_len, 0.3, "#101010"),
|
fs(fmt("box", icon_size + 0.1, y + 0.8, box_len, 0.3, "#101010"),
|
||||||
fmt("box", icon_size + 0.1, y + 0.8, curr_bar, 0.3, "#9dc34c"),
|
fmt("box", icon_size + 0.1, y + 0.8, curr_bar, 0.3, "#9dc34c"),
|
||||||
"style_type[label;font=normal;font_size=-2]",
|
"style_type[label;font=normal;font_size=-2]",
|
||||||
fmt("label", icon_size + 0.5, y + 0.97, sprintf("%u / %u", current, target)))
|
fmt("label", icon_size + 0.5, y + 0.97, sprintf("%u / %u", current, target)))
|
||||||
|
|
||||||
y = y - 0.14
|
y = y - 0.14
|
||||||
end
|
end
|
||||||
|
|
Ŝarĝante…
Reference in New Issue