Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-11-18 15:37:16 +0000
committerStijn Buys <ingar@osirion.org>2010-11-18 15:37:16 +0000
commit8ecf395cc6f0099793d6905b09c5ef13e0a97f3a (patch)
treea308883b95ecab62baa7b23fe1e51d00deadb342 /base/ini/zones/brogha.ini
parent7ec8441ddf2fcf4a72c706f39163be5361d279bd (diff)
Replaced direction keys with yaw keys in the zone ini files, changed the sign of the pitch keys.
Diffstat (limited to 'base/ini/zones/brogha.ini')
-rw-r--r--base/ini/zones/brogha.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/base/ini/zones/brogha.ini b/base/ini/zones/brogha.ini
index c6c3183..a02ed12 100644
--- a/base/ini/zones/brogha.ini
+++ b/base/ini/zones/brogha.ini
@@ -46,9 +46,9 @@ texture=planets/brogha
; [float] entity radius (10 game units == 1km ingame)
radius=64
; [float] axis pitch, in degrees
-pitch=15
+pitch=-15
; [float] direction, in degrees
-direction=180
+yaw=180
; [float] rotation speed, in degrees per second
rotationspeed=1
; this is a dockable planet
@@ -83,7 +83,7 @@ name=Cantor observatory
model=maps/colonial/cantor
faction=colonies
location=-512 0 32
-direction=-45
+yaw=-45
[ship]
label=vector
@@ -117,7 +117,7 @@ label=jumpgate_ghant
faction=colonies
target=ghant:jumpgate_brogha
location=-440 808 128
-direction=270
+yaw=270
; ------------------------------------------------------------------
; EASTEND JUMPGATE
@@ -133,4 +133,4 @@ label=jumpgate_eastend
faction=colonies
target=eastend:jumpgate_brogha
location=700 -1024 0
-direction=180
+yaw=180