Skip to content

Commit

Permalink
Renamed "Set Velocity" to "Redirect Velocity" (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panzerhandschuh authored Oct 2, 2024
1 parent e0b6ad9 commit 34c8830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fgd/brush/trigger/trigger_teleport.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
0 : "Keep Velocity"
1 : "Reset Velocity"
2 : "Keep Negative Z Velocity Only"
3 : "Set Velocity"
3 : "Redirect Velocity"
]

SetSpeed(float) : "Set Velocity Speed" : 400 : "If Velocity Mode is set to Set Velocity, the entity's speed will be set to this amount when teleported."
SetSpeed(float) : "Redirect Velocity Speed" : 400 : "If Velocity Mode is set to Redirect Velocity, the entity's speed will be set to this amount when teleported. When this speed is <= 0, use the entity's current speed instead."

// Inputs
input SetRemoteDestination(string) : "Set a new remote teleport destination."
Expand Down

0 comments on commit 34c8830

Please sign in to comment.