diff options
author | Stijn Buys <ingar@osirion.org> | 2010-10-06 19:13:18 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2010-10-06 19:13:18 +0000 |
commit | 95debf1cc2b07cfe11b835ae01f98c5c03070664 (patch) | |
tree | 6d99c5e822a093af13d66f15b49dbc790cef5676 /base | |
parent | 5f9bc49e1c6cccccd00ddb9dd41f009f6459a62f (diff) |
added skybox to the brogha system and intro's
Diffstat (limited to 'base')
-rw-r--r-- | base/ini/intro.ini | 5 | ||||
-rw-r--r-- | base/ini/zones/brogha.ini | 2 | ||||
-rw-r--r-- | base/textures/sky/sky03_back.png | bin | 0 -> 184190 bytes | |||
-rw-r--r-- | base/textures/sky/sky03_down.png | bin | 0 -> 196839 bytes | |||
-rw-r--r-- | base/textures/sky/sky03_front.png | bin | 0 -> 185016 bytes | |||
-rw-r--r-- | base/textures/sky/sky03_left.png | bin | 0 -> 212866 bytes | |||
-rw-r--r-- | base/textures/sky/sky03_right.png | bin | 0 -> 175512 bytes | |||
-rw-r--r-- | base/textures/sky/sky03_up.png | bin | 0 -> 192932 bytes |
8 files changed, 4 insertions, 3 deletions
diff --git a/base/ini/intro.ini b/base/ini/intro.ini index c02fdc8..fa664de 100644 --- a/base/ini/intro.ini +++ b/base/ini/intro.ini @@ -63,7 +63,7 @@ location=512 512 -128 [intro] label=tsu-khan -sky=sky36 +sky=sky01 [convoy] ; [r g b] entity primary color, values in the 0-255 range @@ -100,7 +100,7 @@ location=512 96 128 [intro] label=lindblade -sky=sky17 +sky=sky03 [convoy] ; [r g b] entity primary color, values in the 0-255 range @@ -134,3 +134,4 @@ name=Star color=1 .9 .5 radius=92 location=128 32 64 + diff --git a/base/ini/zones/brogha.ini b/base/ini/zones/brogha.ini index 77bf02d..63ef82f 100644 --- a/base/ini/zones/brogha.ini +++ b/base/ini/zones/brogha.ini @@ -10,7 +10,7 @@ ; [string] zone name name=Brogha system ; [string] sky texture -sky=sky21 +sky=sky03 ; ------------------------------------------------------------------ ; STAR diff --git a/base/textures/sky/sky03_back.png b/base/textures/sky/sky03_back.png Binary files differnew file mode 100644 index 0000000..0eeb1c9 --- /dev/null +++ b/base/textures/sky/sky03_back.png diff --git a/base/textures/sky/sky03_down.png b/base/textures/sky/sky03_down.png Binary files differnew file mode 100644 index 0000000..5e811b0 --- /dev/null +++ b/base/textures/sky/sky03_down.png diff --git a/base/textures/sky/sky03_front.png b/base/textures/sky/sky03_front.png Binary files differnew file mode 100644 index 0000000..fa91d5d --- /dev/null +++ b/base/textures/sky/sky03_front.png diff --git a/base/textures/sky/sky03_left.png b/base/textures/sky/sky03_left.png Binary files differnew file mode 100644 index 0000000..11c7754 --- /dev/null +++ b/base/textures/sky/sky03_left.png diff --git a/base/textures/sky/sky03_right.png b/base/textures/sky/sky03_right.png Binary files differnew file mode 100644 index 0000000..02f8ebe --- /dev/null +++ b/base/textures/sky/sky03_right.png diff --git a/base/textures/sky/sky03_up.png b/base/textures/sky/sky03_up.png Binary files differnew file mode 100644 index 0000000..4aebec9 --- /dev/null +++ b/base/textures/sky/sky03_up.png |