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-10-06 19:13:18 +0000
committerStijn Buys <ingar@osirion.org>2010-10-06 19:13:18 +0000
commit95debf1cc2b07cfe11b835ae01f98c5c03070664 (patch)
tree6d99c5e822a093af13d66f15b49dbc790cef5676
parent5f9bc49e1c6cccccd00ddb9dd41f009f6459a62f (diff)
added skybox to the brogha system and intro's
-rw-r--r--base/ini/intro.ini5
-rw-r--r--base/ini/zones/brogha.ini2
-rw-r--r--base/textures/sky/sky03_back.pngbin0 -> 184190 bytes
-rw-r--r--base/textures/sky/sky03_down.pngbin0 -> 196839 bytes
-rw-r--r--base/textures/sky/sky03_front.pngbin0 -> 185016 bytes
-rw-r--r--base/textures/sky/sky03_left.pngbin0 -> 212866 bytes
-rw-r--r--base/textures/sky/sky03_right.pngbin0 -> 175512 bytes
-rw-r--r--base/textures/sky/sky03_up.pngbin0 -> 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
new file mode 100644
index 0000000..0eeb1c9
--- /dev/null
+++ b/base/textures/sky/sky03_back.png
Binary files differ
diff --git a/base/textures/sky/sky03_down.png b/base/textures/sky/sky03_down.png
new file mode 100644
index 0000000..5e811b0
--- /dev/null
+++ b/base/textures/sky/sky03_down.png
Binary files differ
diff --git a/base/textures/sky/sky03_front.png b/base/textures/sky/sky03_front.png
new file mode 100644
index 0000000..fa91d5d
--- /dev/null
+++ b/base/textures/sky/sky03_front.png
Binary files differ
diff --git a/base/textures/sky/sky03_left.png b/base/textures/sky/sky03_left.png
new file mode 100644
index 0000000..11c7754
--- /dev/null
+++ b/base/textures/sky/sky03_left.png
Binary files differ
diff --git a/base/textures/sky/sky03_right.png b/base/textures/sky/sky03_right.png
new file mode 100644
index 0000000..02f8ebe
--- /dev/null
+++ b/base/textures/sky/sky03_right.png
Binary files differ
diff --git a/base/textures/sky/sky03_up.png b/base/textures/sky/sky03_up.png
new file mode 100644
index 0000000..4aebec9
--- /dev/null
+++ b/base/textures/sky/sky03_up.png
Binary files differ