diff options
author | Stijn Buys <ingar@osirion.org> | 2009-01-17 10:44:11 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-01-17 10:44:11 +0000 |
commit | 5bf3e3b7b192bfd00a9f80578d3bc1b1d91dffb1 (patch) | |
tree | 8839fdf1ed88a9163750644ecdfa9c36f69de6bb /gtkradiant | |
parent | 4300928868b06fc01c1b88acacd4b65b9875a697 (diff) |
add units to func_rotate speed help
Diffstat (limited to 'gtkradiant')
-rw-r--r-- | gtkradiant/osirion.game/base/entities.def | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/gtkradiant/osirion.game/base/entities.def b/gtkradiant/osirion.game/base/entities.def index d035694..48d1332 100644 --- a/gtkradiant/osirion.game/base/entities.def +++ b/gtkradiant/osirion.game/base/entities.def @@ -1,5 +1,7 @@ -// Osirion entities definition file for GtkRadiant -// ingar@telenet.be +// +// The Osirion Project +// Entity definition file for GtkRadiant +// // ---- WORLDSPAWN ------------------------------------------------- @@ -8,8 +10,8 @@ The building blocks of the model. Faces with common/caulk are ignored. Detail brushes are used for LOD and will not be visible from a distance. -"enginecolor" color used for engine flares and common/engine, default 1 0 0 -"enginesound" engine sound loop (maps to sounds/engines/loop??.wav), default 0 +enginecolor color used for engine flares and common/engine, default 1 0 0 +enginesound engine sound loop (maps to sounds/engines/loop??.wav), default 0 */ // ---- LIGHT ------------------------------------------------------ @@ -68,7 +70,7 @@ roll roll ange of the flare /*QUAKED location_cannon (0 0 1) (-8 -8 -8) (8 8 8) ? Provides the model with a cannon (not implemented) -"model" name of the cannon model, default is none +model name of the cannon model, default is none */ // ---- LOCATION_TURRET -------------------------------------------- @@ -76,7 +78,7 @@ Provides the model with a cannon (not implemented) /*QUAKED location_turret (0.5 0.5 1) (-8 -8 -8) (8 8 8) ? Provides the model with a turret (not implemented) -"model" name of the turret model, default is none +model name of the turret model, default is none */ // ---- LOCATION_COCKPIT ------------------------------------------- @@ -102,7 +104,7 @@ Editor utility to group brushes together /*QUAKED func_rotate (0 .5 .9) ? A group of brushes rotating around an axis -"speed" Speed of rotation. +speed speed of rotation, in degrees per second */ // ---- FUNC_DOOR -------------------------------------------------- |