Skip to content

Commit

Permalink
feat: Add keyvalues for non-uniform prop_static scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
SCell555 authored and Gocnak committed Feb 11, 2023
1 parent d9e6daa commit 2b3bee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fgd/point/prop/prop_static.fgd
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
renderamt(integer) : "Alpha" : 255 : "Alpha of the fade, where 0 = fully transparent and 255 = fully opaque."
rendercolor(color255) : "Color (R G B)" : "255 255 255"

uniformscale(float) : "Uniform Scale Override" : 1 : "Resize the static prop."
uniformscale(float) : "Uniform Scale Override" : 1 : "Resize the static prop uniformly."
scale(vector) : "Scale Override" : "1 1 1" : "Resize the static prop."


solid[engine](integer) : "Collisions" : 6
Expand Down

0 comments on commit 2b3bee7

Please sign in to comment.