mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 00:49:14 +00:00

(fixed some weird behaviour too, actually use the defaults, conflicts to be resolved later).
27 lines
475 B
INI
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
|