From 9e0d3570f3e7a5c3f2ed573f22ad2cc06ec84ab4 Mon Sep 17 00:00:00 2001 From: Stefan Heinz Date: Tue, 22 Sep 2026 23:08:39 +0200 Subject: [PATCH] feat: Add auto-paint property to paint_sphere --- fgd/point/paint_sphere.fgd | 1 + 1 file changed, 1 insertion(+) diff --git a/fgd/point/paint_sphere.fgd b/fgd/point/paint_sphere.fgd index 328a10856..36a68c411 100644 --- a/fgd/point/paint_sphere.fgd +++ b/fgd/point/paint_sphere.fgd @@ -17,6 +17,7 @@ radius(float) : "Radius" : 60.f : "Radius of paint sphere" alpha_percent(float) : "Alpha Percent" : 1.0 : "Alpha percent to control the density of paint, the value must be between 0 to 1" + auto_paint(boolean) : "Paint on Spawn" : 0 : "Apply paint when the map starts" // Inputs input Paint(void) : "Apply paint with specified paint type inside the paint sphere"