mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-17 01:22:18 +00:00
Fixed Sector Secret Trigger thing (9046) argument options
This commit is contained in:
parent
91cd5e5781
commit
01c071de53
1 changed files with 17 additions and 1 deletions
|
@ -169,7 +169,23 @@ zdoom
|
|||
sprite = "internal:arrow";
|
||||
|
||||
9045 = "Deep Water";
|
||||
9046 = "Sector Secret";
|
||||
|
||||
9046
|
||||
{
|
||||
title = "Sector Secret";
|
||||
arg0
|
||||
{
|
||||
title = "Notification";
|
||||
type = 11;
|
||||
enum
|
||||
{
|
||||
0 = "Message and sound";
|
||||
1 = "Message only";
|
||||
2 = "Sound only";
|
||||
3 = "None";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue