wesnoth/data/core/editor/_main.cfg
Tomasz Śniatowski 02bef46e0b Make the titlescreen play more than just the main menu song,
...fixing fr / bug #15669

The playlist is taken from a new [titlescreen_music] tag, which has
been set to default_playlist + main menu song

Note that music will always restart with the main_menu theme when
going back into the titlescreen e.g. from the editor, it'd be
difficult otherwise to make it always start with main_menu.ogg on
startup.
2010-03-22 21:37:47 +01:00

27 lines
526 B
INI

#textdomain wesnoth-editor
# Main purpose of this file is to ensure that macros get read in first.
# wmlscope: set export=yes
#ifdef EDITOR
#ifndef MULTIPLAYER
{multiplayer/}
#endif
{core/editor/brushes.cfg}
{core/editor/hotkeys.cfg}
{core/editor/music.cfg}
{core/editor/terrain-groups.cfg}
{core/editor/time-of-day.cfg}
{core/editor/tool-hints.cfg}
#endif
[titlescreen_music]
{DEFAULT_MUSIC_PLAYLIST}
[music]
name=main_menu.ogg
ms_before=12000
append=yes
[/music]
[/titlescreen_music]