Make fog blocks invisible

This commit is contained in:
spherallic 2024-04-23 23:58:10 +02:00
parent e780de2ae9
commit da4808d2b7

View file

@ -144,6 +144,7 @@ namespace CodeImp.DoomBuilder.BuilderModes
ignorebottomheight = linedef.Args[1] == 1;
break;
case "srb2_fofintangibleinvisible":
case "srb2_foffog":
alpha = 0;
break;
case "srb2_fofintangible":