wesnoth/data/core/_main.cfg
Tomasz Śniatowski f962ad3664 Allow multiple brushes, loaded from WML...
...(currently they are only displayed, not used in painting, use alt+b
to switch brushes)
2008-07-14 18:42:08 +01:00

28 lines
502 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-brushes.cfg}
{core/editor2-hotkeys.cfg}
#endif
#endif