remove background from some icons so they look better in newlobby, added as separate images
This commit is contained in:
parent
c82645a4a4
commit
609d35e24b
7 changed files with 3 additions and 4 deletions
BIN
data/core/images/themes/gold-t.png
Normal file
BIN
data/core/images/themes/gold-t.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
data/core/images/themes/income-t.png
Normal file
BIN
data/core/images/themes/income-t.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
data/core/images/themes/sand-clock-t.png
Normal file
BIN
data/core/images/themes/sand-clock-t.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
data/core/images/themes/units-t.png
Normal file
BIN
data/core/images/themes/units-t.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
BIN
data/core/images/themes/upkeep-t.png
Normal file
BIN
data/core/images/themes/upkeep-t.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
|
@ -151,11 +151,11 @@
|
|||
{GAMELISTBOX_BODY_LABEL "map_size_text" ""}
|
||||
{GAMELISTBOX_BODY_LABEL "scenario" ""}
|
||||
{GAMELISTBOX_BODY_IMAGE "observer_icon" "misc/eye.png"}
|
||||
{GAMELISTBOX_BODY_IMAGE "gold_icon" "themes/gold.png"}
|
||||
{GAMELISTBOX_BODY_IMAGE "gold_icon" "themes/gold-t.png"}
|
||||
{GAMELISTBOX_BODY_LABEL "gold_text" "2"}
|
||||
{GAMELISTBOX_BODY_IMAGE "xp_icon" "themes/units.png"}
|
||||
{GAMELISTBOX_BODY_IMAGE "xp_icon" "themes/units-t.png"}
|
||||
{GAMELISTBOX_BODY_LABEL "xp_text" "70%"}
|
||||
{GAMELISTBOX_BODY_IMAGE "time_limit_icon" "themes/sand-clock.png"}
|
||||
{GAMELISTBOX_BODY_IMAGE "time_limit_icon" "themes/sand-clock-t.png"}
|
||||
[column]
|
||||
grow_factor = 1
|
||||
horizontal_grow = "true"
|
||||
|
|
|
@ -132,7 +132,6 @@ void tlobby_main::update_gamelist()
|
|||
add_label_data(data, "gold_text", game.gold);
|
||||
add_label_data(data, "xp_text", game.xp);
|
||||
add_label_data(data, "vision_text", game.vision);
|
||||
add_label_data(data, "time_limit_icon", game.time_limit.empty() ? "" : "themes/sand-clock.png");
|
||||
add_label_data(data, "time_limit_text", game.time_limit);
|
||||
add_label_data(data, "status", game.status);
|
||||
add_label_data(data, "observer_icon", game.observers ? "misc/eye.png" : "misc/no_observer.png");
|
||||
|
|
Loading…
Add table
Reference in a new issue