Group images in game_config.cfg

This commit is contained in:
Ali El Gariani 2010-08-04 03:22:10 +00:00
parent fc8d04f4c8
commit e7cd46c86e

View file

@ -20,18 +20,10 @@
recall_cost=20
kill_experience=8
#
# title may be a comma-separated list of images that will be randomly
# selected for the titlescreen background. Currently we have only the
# map of the central areas of the Great Continent.
#
# TODO: add more images when we get them!
#
title="maps/wesnoth.png"
logo="misc/logo.png"
icon="wesnoth-icon-small.png"
title_music="main_menu.ogg"
lobby_music="silence.ogg"
default_victory_music="victory.ogg,victory2.ogg"
default_defeat_music="defeat.ogg,defeat2.ogg"
#ifdef TINY
buttons_x=760
@ -66,17 +58,6 @@
lobby_refresh=1000
#ifdef TINY
energy_image="misc/bar-energy-tinygui.png"
#else
energy_image="misc/bar-energy.png"
#endif
moved_ball_image="misc/ball-moved.png"
unmoved_ball_image="misc/ball-unmoved.png"
partmoved_ball_image="misc/ball-partmoved.png"
enemy_ball_image="misc/ball-enemy.png"
ally_ball_image="misc/ball-ally.png"
hp_bar_scaling=0.6
xp_bar_scaling=0.5
@ -85,8 +66,6 @@
hex_semi_brightening=1.25
local_light=no
flag_image="flags/flag-1.png:150,flags/flag-2.png:150,flags/flag-3.png:150,flags/flag-4.png:150"
flag_icon_image="flags/flag-icon.png"
flag_rgb=flag_green
red_green_scale="e60000,ff0000,ff4000,ff8000,ffc000,ffff00,c0ff00,80ff00,40ff00,00ff00,00e600"
red_green_scale_text="c80000,dd0000,dd3700,dd6e00,dda500,dddd00,a5dd00,6edd00,37dd00,00dd00,00c800"
@ -97,6 +76,32 @@
footprint_teleport_enter="footsteps/teleport-in.png"
footprint_teleport_exit="footsteps/teleport-out.png"
#
# title may be a comma-separated list of images that will be randomly
# selected for the titlescreen background. Currently we have only the
# map of the central areas of the Great Continent.
#
# TODO: add more images when we get them!
#
title="maps/wesnoth.png"
logo="misc/logo.png"
icon="wesnoth-icon-small.png"
moved_ball_image="misc/ball-moved.png"
unmoved_ball_image="misc/ball-unmoved.png"
partmoved_ball_image="misc/ball-partmoved.png"
enemy_ball_image="misc/ball-enemy.png"
ally_ball_image="misc/ball-ally.png"
#ifdef TINY
energy_image="misc/bar-energy-tinygui.png"
#else
energy_image="misc/bar-energy.png"
#endif
flag_image="flags/flag-1.png:150,flags/flag-2.png:150,flags/flag-3.png:150,flags/flag-4.png:150"
flag_icon_image="flags/flag-icon.png"
terrain_mask_image="terrain/alphamask.png"
grid_image_top="terrain/grid-top.png"
grid_image_bottom="terrain/grid-bottom.png"
@ -105,19 +110,15 @@
unreachable_image="terrain/darken.png"
linger_image="terrain/darken-linger.png"
fog_prefix="terrain/fog"
shroud_prefix="terrain/void"
observer_image="misc/eye.png"
tod_bright_image="misc/tod-bright.png"
tod_dark_image="misc/tod-dark.png"
level_image="misc/icon-advance.png"
ellipsis_image="misc/icon-ellipsis.png"
fog_prefix="terrain/fog"
shroud_prefix="terrain/void"
{core/team-colors.cfg}
default_victory_music="victory.ogg,victory2.ogg"
default_defeat_music="defeat.ogg,defeat2.ogg"
[/game_config]