diff --git a/fgd/point/paint_sphere.fgd b/fgd/point/paint_sphere.fgd index 328a1085..36a68c41 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"