add radius action thing
This commit is contained in:
parent
d47880120f
commit
fae60bade4
1 changed files with 23 additions and 0 deletions
|
|
@ -2327,6 +2327,29 @@ udmf
|
|||
title = "Pan reset (tics)";
|
||||
}
|
||||
}
|
||||
4096
|
||||
{
|
||||
title = "Radius Action";
|
||||
sprite = "OTCPAL";
|
||||
arg0
|
||||
{
|
||||
title = "Radius";
|
||||
default = 128;
|
||||
renderstyle = "Circle";
|
||||
}
|
||||
arg1
|
||||
{
|
||||
title = "Repeatable?";
|
||||
type = 11;
|
||||
enum = "noyes";
|
||||
}
|
||||
arg2
|
||||
{
|
||||
title = "Disabled?";
|
||||
type = 11;
|
||||
enum = "noyes";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
greenflower
|
||||
|
|
|
|||
Loading…
Reference in a new issue