add visibility flag to script object in UDMF config
This commit is contained in:
parent
633ec1a045
commit
c3f5f1dffe
1 changed files with 6 additions and 0 deletions
|
|
@ -2349,6 +2349,12 @@ udmf
|
|||
type = 11;
|
||||
enum = "noyes";
|
||||
}
|
||||
arg3
|
||||
{
|
||||
title = "Invisible?";
|
||||
type = 11;
|
||||
enum = "noyes";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue