mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-29 15:11:56 +00:00
Make fog blocks invisible
This commit is contained in:
parent
e780de2ae9
commit
da4808d2b7
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
|
||||||
ignorebottomheight = linedef.Args[1] == 1;
|
ignorebottomheight = linedef.Args[1] == 1;
|
||||||
break;
|
break;
|
||||||
case "srb2_fofintangibleinvisible":
|
case "srb2_fofintangibleinvisible":
|
||||||
|
case "srb2_foffog":
|
||||||
alpha = 0;
|
alpha = 0;
|
||||||
break;
|
break;
|
||||||
case "srb2_fofintangible":
|
case "srb2_fofintangible":
|
||||||
|
|
Loading…
Reference in a new issue