From 2b3bee78c616363ac9cf0612b6dbe8f4a8b81911 Mon Sep 17 00:00:00 2001 From: SCell555 <2620789+SCell555@users.noreply.github.com> Date: Tue, 31 Jan 2023 15:29:27 +0100 Subject: [PATCH] feat: Add keyvalues for non-uniform prop_static scaling --- fgd/point/prop/prop_static.fgd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fgd/point/prop/prop_static.fgd b/fgd/point/prop/prop_static.fgd index 1659691cd..59805a2fb 100644 --- a/fgd/point/prop/prop_static.fgd +++ b/fgd/point/prop/prop_static.fgd @@ -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