From a7c42a9ce142850bdb297011dfe15deed2b38c73 Mon Sep 17 00:00:00 2001
From: Evan Goers <mega@osirion.org>
Date: Tue, 27 Jan 2009 16:03:14 +0000
Subject: Updated military intro sequence. Fixed warnings in ui.ini.

---
 base/ini/intro.ini | 10 ++++++----
 base/ini/ui.ini    |  9 ---------
 2 files changed, 6 insertions(+), 13 deletions(-)

(limited to 'base')

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
-- 
cgit v1.2.3