Skip to content

Commit e6aa3db

Browse files
TeamSpen210ozxybox
authored andcommitted
fix[p2ce]: Fix typo, add line helper for floor button filters
1 parent ce3f91e commit e6aa3db

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

fgd/bases/BasePortButton.fgd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
@BaseClass base(BaseEntityAnimating)
2+
line(255 255 255, targetname, filtername)
23
= BasePortButton: "The base for the various floor buttons - weighted, cube, sphere and Antique weighted."
34
[
45
suppressanimsounds(boolean) : "Suppress Animation Sounds" : 0 : "Prevent the model from playing any sounds."

fgd/point/prop/prop_weighted_cube.fgd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
3: "Schrodinger's Cube"
1515
]
1616
CubeShape[engine](integer) : "Cube Shape" : 0
17-
CubeShape(choices) : "Cube Behavior" : 0 : "What shape is this cube? This determines how it presses buttons. If Auto, this is chosen based on the cube model." =
17+
CubeShape(choices) : "Cube Shape" : 0 : "What shape is this cube? This determines how it presses buttons. If Auto, this is chosen based on the cube model." =
1818
[
1919
0: "Auto (from model)"
2020
1: "Cubic"

0 commit comments

Comments
 (0)