Skip to content

Commit

Permalink
Implement #186: Use choices for prop_portal LinkageGroupID
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Dec 24, 2022
1 parent da3a0e6 commit a145912
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion fgd/point/prop/prop_portal.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
1: "Portal 2 (Orange/Purple/Red)" [P2]
]

linkagegroupid(integer) : "Portal Group" : 0 : "Portal pair ID that it belongs to, 0=SP, 1=ATLAS, 2=P-Body"
linkagegroupid[P1, engine](integer) : "Portal Group" : 0 : "Portal pair ID, portal/guns with different IDs will not connect."
linkagegroupid[P2](choices) : "Portal Group" : 0 : "Portal pair ID, portal/guns with different IDs will not connect. You can type in a custom ID." =
[
0: "[0] SP"
1: "[1] ATLAS"
2: "[2] P-Body"
]

skin[engine](integer) : "Hammer Skin" : 1
skin(choices) : "Hammer Skin" : 1 : "Which portal to show as?" =
Expand Down

0 comments on commit a145912

Please sign in to comment.