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/race.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/race.ini')
-rw-r--r--base/ini/zones/race.ini10
1 files changed, 5 insertions, 5 deletions
diff --git a/base/ini/zones/race.ini b/base/ini/zones/race.ini
index a3233b1..7f0cd30 100644
--- a/base/ini/zones/race.ini
+++ b/base/ini/zones/race.ini
@@ -12,7 +12,7 @@ label=racetrack
name=Race Start
model=maps/race/checkpoint
location=64 0 0
-direction=180
+yaw=180
color=.5 .5 .5
[checkpoint]
@@ -20,26 +20,26 @@ label=checkpoint1
name=Checkpoint 1
model=maps/race/checkpoint
location=96 0 0
-direction=180
+yaw=180
[checkpoint]
label=checkpoint2
name=Checkpoint 2
model=maps/race/checkpoint
location=128 0 4
-direction=180
+yaw=180
[checkpoint]
label=checkpoint3
name=Checkpoint 3
model=maps/race/checkpoint
location=138 -10 4
-direction=135
+yaw=135
[checkpoint]
label=checkpoint4
name=Race Finish
model=maps/race/checkpoint
location=138 -28 4
-direction=90
+yaw=90