From: Severin Meyer Date: Thu, 25 Sep 2014 20:57:19 +0000 (+0200) Subject: Update Luma simple items. Minor color changes X-Git-Tag: xonotic-v0.8.1~144^2~22 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6279c8aecf5739a24d5736a8b4f65854b000d76c;p=xonotic%2Fxonotic-data.pk3dir.git Update Luma simple items. Minor color changes --- diff --git a/models/items/a_shells_luma.tga b/models/items/a_shells_luma.tga index 34fd8f8be..51db9dced 100644 Binary files a/models/items/a_shells_luma.tga and b/models/items/a_shells_luma.tga differ diff --git a/models/weapons/g_campingrifle_luma.tga b/models/weapons/g_campingrifle_luma.tga index 02a7d3fcd..5f8e13548 100644 Binary files a/models/weapons/g_campingrifle_luma.tga and b/models/weapons/g_campingrifle_luma.tga differ diff --git a/models/weapons/g_fireball_luma.tga b/models/weapons/g_fireball_luma.tga index 4682fd157..a7f94a399 100644 Binary files a/models/weapons/g_fireball_luma.tga and b/models/weapons/g_fireball_luma.tga differ diff --git a/models/weapons/g_hlac_luma.tga b/models/weapons/g_hlac_luma.tga index de1a1a287..0e938ad5f 100644 Binary files a/models/weapons/g_hlac_luma.tga and b/models/weapons/g_hlac_luma.tga differ diff --git a/models/weapons/g_shotgun_luma.tga b/models/weapons/g_shotgun_luma.tga index 5acfe5fb9..2dd5e0943 100644 Binary files a/models/weapons/g_shotgun_luma.tga and b/models/weapons/g_shotgun_luma.tga differ diff --git a/models/weapons/g_vaporizer_luma.tga b/models/weapons/g_vaporizer_luma.tga deleted file mode 100644 index 3134a16e5..000000000 Binary files a/models/weapons/g_vaporizer_luma.tga and /dev/null differ diff --git a/models/weapons/g_vortex_luma.tga b/models/weapons/g_vortex_luma.tga deleted file mode 100644 index a116aaa27..000000000 Binary files a/models/weapons/g_vortex_luma.tga and /dev/null differ diff --git a/scripts/luma.shader b/scripts/luma.shader index 0b20baffa..ab2d0c611 100644 --- a/scripts/luma.shader +++ b/scripts/luma.shader @@ -423,25 +423,3 @@ g_uzi_luma blendfunc blend } } - -g_vaporizer_luma -{ - deformVertexes autosprite - cull none - nopicmip - { - map models/weapons/g_vaporizer_luma - blendfunc blend - } -} - -g_vortex_luma -{ - deformVertexes autosprite - cull none - nopicmip - { - map models/weapons/g_vortex_luma - blendfunc blend - } -}