remove background from some icons so they look better in newlobby, added as separate images

This commit is contained in:
Tomasz Śniatowski 2009-07-07 19:51:21 +01:00
parent c82645a4a4
commit 609d35e24b
7 changed files with 3 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -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"

View file

@ -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");