add visibility flag to script object in UDMF config

This commit is contained in:
NepDisk 2025-02-09 08:48:51 -05:00
parent 633ec1a045
commit c3f5f1dffe

View file

@ -2349,6 +2349,12 @@ udmf
type = 11;
enum = "noyes";
}
arg3
{
title = "Invisible?";
type = 11;
enum = "noyes";
}
}
}