From c8a035a1ad312513d94f4f3b117d8b3bc4e23484 Mon Sep 17 00:00:00 2001 From: Smae De Date: Sat, 29 Nov 2025 14:44:31 +1100 Subject: [PATCH] feat: Add light cookie fields/inputs to light_rt entities --- fgd/bases/BaseClusteredDynLight.fgd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fgd/bases/BaseClusteredDynLight.fgd b/fgd/bases/BaseClusteredDynLight.fgd index 57088900..a5e5fc86 100644 --- a/fgd/bases/BaseClusteredDynLight.fgd +++ b/fgd/bases/BaseClusteredDynLight.fgd @@ -13,4 +13,10 @@ 2: "Static Bounce" 3: "Fully Dynamic" ] + + texturename(string) : "Cookie Texture Name" : "" : "The cookie texture to use for the light. An empty value means no cookie texture." + textureframe(integer) : "Cookie Texture Frame" : 0 : "The frame of the cookie texture to use for the light." + + input SetCookieTexture(string) : "Set the cookie texture of this light. An empty value means no cookie texture." + input SetCookieTextureFrame(integer) : "Set the frame texture of the cookie texture for this light." ]