From: Rudolf Polzer Date: Wed, 25 Feb 2015 12:39:41 +0000 (+0100) Subject: Add new textures! X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=42a03089e38ed4bab474312f390ec136c0593552;p=xonotic%2Fxonotic-maps.pk3dir.git Add new textures! --- diff --git a/scripts/map_nest_chamber_13.shader b/scripts/map_nest_chamber_13.shader new file mode 100644 index 00000000..4eb97030 --- /dev/null +++ b/scripts/map_nest_chamber_13.shader @@ -0,0 +1,12 @@ +textures/map_nest_chamber_13/nest +{ + q3r_editorimage textures/map_nest_chamber_13/nest_red + { + map $lightmap + blendfunc filter + rgbGen identity + } + { + animmap 2 textures/map_nest_chamber_13/nest_red textures/map_nest_chamber_13/nest_yellow + } +} diff --git a/scripts/shaderlist.txt b/scripts/shaderlist.txt index e6a748b2..fcff7d1a 100644 --- a/scripts/shaderlist.txt +++ b/scripts/shaderlist.txt @@ -27,6 +27,7 @@ map_glowplant map_implosion map_leave_em_behind map_lightspeed +map_nest_chamber_13 map_newtonian-nightmare map_oilrig map_silentsiege diff --git a/textures/map_nest_chamber_13/nest.xcf b/textures/map_nest_chamber_13/nest.xcf new file mode 100644 index 00000000..59e13618 Binary files /dev/null and b/textures/map_nest_chamber_13/nest.xcf differ diff --git a/textures/map_nest_chamber_13/nest_red.tga b/textures/map_nest_chamber_13/nest_red.tga new file mode 100644 index 00000000..06997ee5 Binary files /dev/null and b/textures/map_nest_chamber_13/nest_red.tga differ diff --git a/textures/map_nest_chamber_13/nest_red_glow.tga b/textures/map_nest_chamber_13/nest_red_glow.tga new file mode 100644 index 00000000..a2b07550 Binary files /dev/null and b/textures/map_nest_chamber_13/nest_red_glow.tga differ diff --git a/textures/map_nest_chamber_13/nest_yellow.tga b/textures/map_nest_chamber_13/nest_yellow.tga new file mode 100644 index 00000000..06997ee5 Binary files /dev/null and b/textures/map_nest_chamber_13/nest_yellow.tga differ diff --git a/textures/map_nest_chamber_13/nest_yellow_glow.tga b/textures/map_nest_chamber_13/nest_yellow_glow.tga new file mode 100644 index 00000000..d7fea576 Binary files /dev/null and b/textures/map_nest_chamber_13/nest_yellow_glow.tga differ