diff options
author | Evan Goers <mega@osirion.org> | 2009-01-27 16:03:14 +0000 |
---|---|---|
committer | Evan Goers <mega@osirion.org> | 2009-01-27 16:03:14 +0000 |
commit | a7c42a9ce142850bdb297011dfe15deed2b38c73 (patch) | |
tree | 997f896db4f9a7cd53e524eed4d145b222566337 /base | |
parent | 249e07967e4d431a6c16f34e4b90c37aff00ed15 (diff) |
Updated military intro sequence.
Fixed warnings in ui.ini.
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/intro.ini | 10 | ||||
-rw-r--r-- | base/ini/ui.ini | 9 |
2 files changed, 6 insertions, 13 deletions
diff --git a/base/ini/intro.ini b/base/ini/intro.ini index 16d3df2..2fb899b 100644 --- a/base/ini/intro.ini +++ b/base/ini/intro.ini @@ -63,13 +63,14 @@ location=512 512 -128 [intro] label=military -sky=sky31 +sky=sky36 [convoy] ; [r g b] entity primary color, values in the 0-255 range -color=222 192 145 +color=127 26 127 +colorsecond=0 0 0 ; origin of the convoy -location=-8 4 0 +location=12 16 0 ; direction the convoy ships are flying to direction=-45 ; speed of the convoy ships @@ -83,12 +84,13 @@ ship=tsukhan/scout ship=tsukhan/interceptor ship=tsukhan/interceptor ship=tsukhan/interceptor +ship=tsukhan/ravager [globe] bright=yes label=star name=Star -color=1 1 1 +color=210 210 255 radius=64 location=512 96 128 diff --git a/base/ini/ui.ini b/base/ini/ui.ini index 72eb255..9e6e5a9 100644 --- a/base/ini/ui.ini +++ b/base/ini/ui.ini @@ -4,15 +4,6 @@ ; [ui] -; main menu -menu=main -; options menu -menu=options -; game menu -menu=game -; join menu -menu=join - ; width of a menu element elementwidth=256 ; height of a menu element |