mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-17 11:28:16 +00:00

...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.
27 lines
526 B
INI
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]
|