]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
beginnings of holographic propaganda screens that inform the futuristic workers on...
authorMaik Merten <maikmerten@googlemail.com>
Mon, 15 Nov 2010 20:17:31 +0000 (21:17 +0100)
committerMaik Merten <maikmerten@googlemail.com>
Mon, 15 Nov 2010 20:17:31 +0000 (21:17 +0100)
scripts/map_courtfun.shader [new file with mode: 0644]
textures/map_courtfun/screen_backdrop.tga [new file with mode: 0644]
textures/map_courtfun/screen_black.tga [new file with mode: 0644]
textures/map_courtfun/screen_obey.tga [new file with mode: 0644]
textures/map_courtfun/screen_sleep.tga [new file with mode: 0644]
textures/map_courtfun/screen_work.tga [new file with mode: 0644]
textures/map_courtfun/screen_xon.tga [new file with mode: 0644]

diff --git a/scripts/map_courtfun.shader b/scripts/map_courtfun.shader
new file mode 100644 (file)
index 0000000..1bed354
--- /dev/null
@@ -0,0 +1,38 @@
+textures/map_courtfun/screenanim_work
+{
+    qer_editorimage textures/map_courtfun/screen_work.tga
+    surfaceparm trans
+    surfaceparm nomarks
+    surfaceparm nolightmap
+    cull none
+    {
+        animMap 1 textures/map_courtfun/screen_sleep.tga textures/map_courtfun/screen_work.tga textures/map_courtfun/screen_obey.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga
+        blendFunc GL_ONE GL_ONE
+    }
+}
+
+textures/map_courtfun/screenanim_obey
+{
+    qer_editorimage textures/map_courtfun/screen_obey.tga
+    surfaceparm trans
+    surfaceparm nomarks
+    surfaceparm nolightmap
+    cull none
+    {
+        animMap 1 textures/map_courtfun/screen_obey.tga textures/map_courtfun/screen_xon.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga textures/map_courtfun/screen_black.tga
+        blendFunc GL_ONE GL_ONE
+    }
+}
+
+textures/map_courtfun/screen_backdrop
+{
+    qer_editorimage textures/map_courtfun/screen_work.tga
+    surfaceparm trans
+    surfaceparm nomarks
+    surfaceparm nolightmap
+    cull none
+    {
+       map textures/map_courtfun/screen_backdrop.tga
+        blendFunc GL_ONE GL_ONE
+    }
+}
diff --git a/textures/map_courtfun/screen_backdrop.tga b/textures/map_courtfun/screen_backdrop.tga
new file mode 100644 (file)
index 0000000..0b779ed
Binary files /dev/null and b/textures/map_courtfun/screen_backdrop.tga differ
diff --git a/textures/map_courtfun/screen_black.tga b/textures/map_courtfun/screen_black.tga
new file mode 100644 (file)
index 0000000..20440d3
Binary files /dev/null and b/textures/map_courtfun/screen_black.tga differ
diff --git a/textures/map_courtfun/screen_obey.tga b/textures/map_courtfun/screen_obey.tga
new file mode 100644 (file)
index 0000000..cca9b17
Binary files /dev/null and b/textures/map_courtfun/screen_obey.tga differ
diff --git a/textures/map_courtfun/screen_sleep.tga b/textures/map_courtfun/screen_sleep.tga
new file mode 100644 (file)
index 0000000..3763482
Binary files /dev/null and b/textures/map_courtfun/screen_sleep.tga differ
diff --git a/textures/map_courtfun/screen_work.tga b/textures/map_courtfun/screen_work.tga
new file mode 100644 (file)
index 0000000..b4a834a
Binary files /dev/null and b/textures/map_courtfun/screen_work.tga differ
diff --git a/textures/map_courtfun/screen_xon.tga b/textures/map_courtfun/screen_xon.tga
new file mode 100644 (file)
index 0000000..67458e9
Binary files /dev/null and b/textures/map_courtfun/screen_xon.tga differ