mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-16 18:31:32 +00:00

Activated by TITLE_SCREEN (auto defined when starting title screen) and now also by NO_GUI.
24 lines
401 B
INI
24 lines
401 B
INI
#textdomain wesnoth
|
|
# Main purpose of this file is to ensure that macros get read in first.
|
|
|
|
# wmlscope: set export=yes
|
|
|
|
#ifndef NO_TERRAIN_GFX
|
|
{core/terrain-graphics/}
|
|
#endif
|
|
|
|
{core/macros/}
|
|
{core/about.cfg}
|
|
{core/help.cfg}
|
|
{core/hotkeys.cfg}
|
|
{core/terrain.cfg}
|
|
{core/units.cfg}
|
|
{core/editor/}
|
|
|
|
[lua]
|
|
code=<<
|
|
wesnoth.dofile 'lua/compatibility-1.8.lua'
|
|
wesnoth.dofile 'lua/wml-tags.lua'
|
|
>>
|
|
[/lua]
|