diff options
author | Stijn Buys <ingar@osirion.org> | 2010-02-25 22:28:51 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2010-02-25 22:28:51 +0000 |
commit | e834941a350c5455f40f5fcad5ecc51b7e2b986d (patch) | |
tree | 570cd0e5c8a9f4e2e7f0eb1a289029159ce2320e /gtkradiant | |
parent | 0ed7301c401d4a9b344e126a3bd70f90e903cfaa (diff) |
added fx_sound to entities.def,
minor menu and help file updates
Diffstat (limited to 'gtkradiant')
-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) ? |