From 95debf1cc2b07cfe11b835ae01f98c5c03070664 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 6 Oct 2010 19:13:18 +0000 Subject: added skybox to the brogha system and intro's --- base/ini/intro.ini | 5 +++-- base/ini/zones/brogha.ini | 2 +- base/textures/sky/sky03_back.png | Bin 0 -> 184190 bytes base/textures/sky/sky03_down.png | Bin 0 -> 196839 bytes base/textures/sky/sky03_front.png | Bin 0 -> 185016 bytes base/textures/sky/sky03_left.png | Bin 0 -> 212866 bytes base/textures/sky/sky03_right.png | Bin 0 -> 175512 bytes base/textures/sky/sky03_up.png | Bin 0 -> 192932 bytes 8 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 base/textures/sky/sky03_back.png create mode 100644 base/textures/sky/sky03_down.png create mode 100644 base/textures/sky/sky03_front.png create mode 100644 base/textures/sky/sky03_left.png create mode 100644 base/textures/sky/sky03_right.png create mode 100644 base/textures/sky/sky03_up.png 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 new file mode 100644 index 0000000..0eeb1c9 Binary files /dev/null and b/base/textures/sky/sky03_back.png differ diff --git a/base/textures/sky/sky03_down.png b/base/textures/sky/sky03_down.png new file mode 100644 index 0000000..5e811b0 Binary files /dev/null and b/base/textures/sky/sky03_down.png differ diff --git a/base/textures/sky/sky03_front.png b/base/textures/sky/sky03_front.png new file mode 100644 index 0000000..fa91d5d Binary files /dev/null and b/base/textures/sky/sky03_front.png differ diff --git a/base/textures/sky/sky03_left.png b/base/textures/sky/sky03_left.png new file mode 100644 index 0000000..11c7754 Binary files /dev/null and b/base/textures/sky/sky03_left.png differ diff --git a/base/textures/sky/sky03_right.png b/base/textures/sky/sky03_right.png new file mode 100644 index 0000000..02f8ebe Binary files /dev/null and b/base/textures/sky/sky03_right.png differ diff --git a/base/textures/sky/sky03_up.png b/base/textures/sky/sky03_up.png new file mode 100644 index 0000000..4aebec9 Binary files /dev/null and b/base/textures/sky/sky03_up.png differ -- cgit v1.2.3