File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ func_precipitation
131
131
func_precipitation_blocker
132
132
func_proprrespawnzone
133
133
func_pushable
134
+ func_reflect
134
135
func_reflective_glass
135
136
func_rot_button
136
137
func_rotating
Original file line number Diff line number Diff line change
1
+ @SolidClass base(func_brush)
2
+ appliesto(MOMENTUM)
3
+ = func_reflect: "A brush entity that reflects the player's velocity on impact."
4
+ [
5
+ linedivider_reflect(string) readonly : "----------------------------------------------------------------------------------------------------------"
6
+
7
+ ReflectScale(float) : "Reflect Scale" : 1 : "How much to scale the reflected velocity."
8
+ ]
Original file line number Diff line number Diff line change 233
233
- Func Brush
234
234
* `func_brush`
235
235
* `func_bhop`
236
+ * `func_reflect`
236
237
* `func_touch`
237
238
* `func_wall`
238
239
* `func_wall_toggle`
You can’t perform that action at this time.
0 commit comments