mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-25 13:21:28 +00:00
47a12d9424
MBF21 Game Configuration is now enabled by default
22 lines
299 B
INI
22 lines
299 B
INI
mapformat_doom
|
|
{
|
|
gen_sectortypes
|
|
{
|
|
include("MBF21_generalized.cfg", "gen_sectortypes");
|
|
}
|
|
|
|
linedefflags
|
|
{
|
|
include("MBF21_misc.cfg", "linedefflags");
|
|
}
|
|
|
|
thingflags
|
|
{
|
|
include("MBF21_misc.cfg", "thingflags");
|
|
}
|
|
|
|
linedeftypes
|
|
{
|
|
include("MBF21_linedefs.cfg");
|
|
}
|
|
}
|