wesnoth/data/core/_main.cfg
Tomasz Śniatowski d17a469df5 Editor2: hotkey update
(fixed some weird behaviour too, actually use the defaults, conflicts
to be resolved later).
2008-07-14 17:41:01 +01:00

27 lines
475 B
INI

#textdomain wesnoth
# Main purpose of this file is to ensure that macros get read in first.
# wmlscope: set export=yes
#ifdef EDITOR
{core/macros/}
{core/terrain.cfg}
{core/terrain-graphics/}
{core/editor-groups.cfg}
#else
{core/macros/}
{core/about.cfg}
{core/fonts.cfg}
{core/help.cfg}
{core/hotkeys.cfg}
{core/team-colors.cfg}
{core/terrain.cfg}
{core/terrain-graphics/}
{core/units.cfg}
#ifdef EDITOR2
{core/editor-groups.cfg}
{core/editor2-hotkeys.cfg}
#endif
#endif