Rename filesystem icon to wesnoth-icon-small.png,
...so it doesn't conflict with the big version.
This commit is contained in:
parent
79eaf350f0
commit
77ee8399f1
2 changed files with 1 additions and 1 deletions
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 8.9 KiB |
|
@ -54,7 +54,7 @@ namespace game_config
|
|||
|
||||
int cache_compression_level = 6;
|
||||
|
||||
std::string game_icon = "wesnoth-icon.png", game_title, game_logo, title_music, lobby_music;
|
||||
std::string game_icon = "wesnoth-icon-small.png", game_title, game_logo, title_music, lobby_music;
|
||||
int title_logo_x = 0, title_logo_y = 0, title_buttons_x = 0, title_buttons_y = 0, title_buttons_padding = 0,
|
||||
title_tip_x = 0, title_tip_width = 0, title_tip_padding = 0;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue