wesnoth/data/core/_main.cfg
2016-05-22 19:41:54 +02:00

28 lines
517 B
INI

#textdomain wesnoth
# Main purpose of this file is to ensure that macros get read in first.
# wmlscope: set export=yes
[lua]
code=<<
wesnoth.dofile 'lua/backwards-compatibility.lua'
wesnoth.dofile 'lua/wml-tags.lua'
wesnoth.dofile 'lua/feeding.lua'
wesnoth.dofile 'ai/micro_ais/micro_ai_wml_tag.lua'
>>
[/lua]
#ifndef NO_TERRAIN_GFX
{core/terrain-graphics/}
#endif
{core/macros/}
{core/about.cfg}
{core/help.cfg}
{core/hotkeys.cfg}
#ifndef NO_TERRAIN
{core/terrain.cfg}
#endif
{core/units.cfg}
{core/editor/}