More reorganization.
Main effect is to put terrain.cfg and terrain-graphics near each other as eleazar requested.
This commit is contained in:
parent
f155daf3a9
commit
d128bd8370
14 changed files with 19 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
|||
{themes/}
|
||||
{core/macros/}
|
||||
{core/}
|
||||
{hardwired/} # Locations under here are wired into the C++
|
||||
{terrain-graphics/}
|
||||
{campaigns/}
|
||||
|
||||
[binary_path]
|
||||
|
|
19
data/core/_main.cfg
Normal file
19
data/core/_main.cfg
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Main purpose of this file is to ensure that macros get read in first.
|
||||
{core/macros/}
|
||||
{core/abilities.cfg}
|
||||
{core/about.cfg}
|
||||
{core/amla.cfg}
|
||||
{core/editor-groups.cfg}
|
||||
{core/fonts.cfg}
|
||||
{core/help.cfg}
|
||||
{core/hotkeys.cfg}
|
||||
{core/items.cfg}
|
||||
{core/multiplayer.cfg}
|
||||
{core/names.cfg}
|
||||
{core/schedules.cfg}
|
||||
{core/special-notes.cfg}
|
||||
{core/team-colors.cfg}
|
||||
{core/terrain.cfg}
|
||||
{core/terrain-graphics/}
|
||||
{core/traits.cfg}
|
||||
{core/units.cfg}
|
Loading…
Add table
Reference in a new issue