mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 13:51:40 +00:00
EDGE Classic Game Configuration: fixed a problem with lighting effects in the generalized sector options. Fixes #875
This commit is contained in:
parent
f7d767c115
commit
7329e86d31
2 changed files with 0 additions and 17 deletions
|
@ -120,7 +120,6 @@ mapformat_doom
|
|||
gen_sectortypes
|
||||
{
|
||||
include("Boom_generalized.cfg", "gen_sectortypes");
|
||||
include("EdgeC_misc.cfg", "gen_sectortypes"); // we also do light
|
||||
}
|
||||
|
||||
// DEFAULT SECTOR BRIGHTNESS LEVELS
|
||||
|
|
|
@ -4,22 +4,6 @@ mixtexturesflats = true;
|
|||
defaulttexturescale = 1.0f;
|
||||
defaultflatscale = 1.0f;
|
||||
|
||||
// Generalized sector types
|
||||
gen_sectortypes
|
||||
{
|
||||
lighting
|
||||
{
|
||||
0 = "Normal";
|
||||
1 = "Light Blinks (randomly)";
|
||||
2 = "Light Blinks (0.5 sec)";
|
||||
3 = "Light Blinks (1 sec)";
|
||||
8 = "Light Glows (1+ sec)";
|
||||
12 = "Light Blinks (0.5 sec sync)";
|
||||
13 = "Light Blinks (1 sec sync)";
|
||||
17 = "Light Flickers (randomly)";
|
||||
}
|
||||
}
|
||||
|
||||
linedefflags
|
||||
{
|
||||
512 = "PassThru";
|
||||
|
|
Loading…
Reference in a new issue