mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 12:22:35 +00:00
4a60a4fa03
- Fixed some property inheritance in DECORATE actors
39 lines
499 B
Text
39 lines
499 B
Text
type = "Doom Builder Map Settings Configuration";
|
|
gameconfig = "ZDoom_DoomHexen.cfg";
|
|
strictpatches = 0;
|
|
|
|
maps
|
|
{
|
|
|
|
MAP01
|
|
{
|
|
|
|
resources
|
|
{
|
|
|
|
resource0
|
|
{
|
|
type = 1;
|
|
location = "F:\\Projects\\Doom Builder\\Tests\\Decorate";
|
|
option1 = 0;
|
|
option2 = 0;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
grid
|
|
{
|
|
background = "";
|
|
backsource = 0;
|
|
backoffsetx = 0;
|
|
backoffsety = 0;
|
|
backscalex = 100;
|
|
backscaley = 100;
|
|
gridsize = 32;
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|