diff options
Diffstat (limited to 'gtkradiant/osirion.game/base')
-rw-r--r-- | gtkradiant/osirion.game/base/entities.def | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gtkradiant/osirion.game/base/entities.def b/gtkradiant/osirion.game/base/entities.def index cc62d50..175b234 100644 --- a/gtkradiant/osirion.game/base/entities.def +++ b/gtkradiant/osirion.game/base/entities.def @@ -66,6 +66,15 @@ pitch pitch angle of the particle system roll roll angle of the particle system */ +// ---- FX_SOUND --------------------------------------------------- + +/*QUAKED fx_sound (1 0 0) (-8 -8 -8) (8 8 8) ? +A sound effect. Only sound loops are supported. + +name name of the sound effect +noise name of the sound effect +*/ + // ---- LOCATION_CANNON--------------------------------------------- /*QUAKED location_cannon (0 0 1) (-8 -8 -8) (8 8 8) ? |