From fcab54b476bd931f3ddd674277089707f0818cc4 Mon Sep 17 00:00:00 2001 From: lenship2 Date: Sun, 16 Nov 2025 18:04:11 -0700 Subject: [PATCH] Update BaseDustParticleSpawner.fgd --- fgd/bases/BaseDustParticleSpawner.fgd | 1 + 1 file changed, 1 insertion(+) diff --git a/fgd/bases/BaseDustParticleSpawner.fgd b/fgd/bases/BaseDustParticleSpawner.fgd index 340bbdf80..258ea5276 100644 --- a/fgd/bases/BaseDustParticleSpawner.fgd +++ b/fgd/bases/BaseDustParticleSpawner.fgd @@ -12,6 +12,7 @@ distmax(integer) : "Maximum Visible Distance" : 1024 : "Maximum distance at which particles are visible. They fade to translucent at this distance." frozen(boolean) : "Frozen" : 0 : "When set, this entity spawns the number of particles in SpawnRate immediately, and then goes inactive." affectedbywind(boolean) : "Affected by Wind" : 1 : "When set, the dust will be affected by any env_wind entity settings in the map." + origin(string) readonly : "Origin" : "0 0 0" : "The origin keyvalue has to be set to 0 0 0 for this entity to work properly in game. If this value isn't 0 0 0, reset it." linedivider_base[!engine](string) readonly : "----------------------------------------------------------------------------------------------------------" : ""