X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=scripts%2Fsimpleitems.shader;h=92e9e5affd847cbdc578d8d41239ff7d3ba9c4d0;hp=69376e86091a684c6030bd717b500f57bdfac6cf;hb=bd175788317e5fdaa33e82f97d1678c24627ea04;hpb=35cf636a20e766a68fca2957de8891e7cf6745bb diff --git a/scripts/simpleitems.shader b/scripts/simpleitems.shader index 69376e8609..92e9e5affd 100644 --- a/scripts/simpleitems.shader +++ b/scripts/simpleitems.shader @@ -53,6 +53,19 @@ a_shells_simple // shells ////////// WEAPONS ////////// +g_arc_simple // arc +{ + deformVertexes autosprite + cull none + nopicmip + + { + map models/weapons/g_arc_simple + blendfunc blend + + } +} + g_crylink_simple // crylink { deformVertexes autosprite @@ -79,7 +92,7 @@ g_electro_simple // electro } } -g_nex_simple // nex +g_nex_simple // vortex { deformVertexes autosprite cull none @@ -118,7 +131,7 @@ g_gl_simple // mortar } } -g_rl_simple // rocket launcher +g_rl_simple // devastator { deformVertexes autosprite cull none @@ -157,19 +170,6 @@ g_uzi_simple // machine gun } } -g_uzi_simple // machine gun -{ - deformVertexes autosprite - cull none - nopicmip - - { - map models/weapons/g_uzi_simple - blendfunc blend - - } -} - g_campingrifle_simple // sniper rifle { deformVertexes autosprite @@ -222,7 +222,7 @@ g_hookgun_simple // hook gun } } -g_laser_simple // laser +g_laser_simple // blaster { deformVertexes autosprite cull none @@ -248,7 +248,7 @@ g_minelayer_simple // minelayer } } -g_minstanex_simple // minstanex +g_minstanex_simple // vaporizer { deformVertexes autosprite cull none @@ -475,4 +475,4 @@ g_fuelregen_simple // fuel regen powerup blendfunc blend } -} \ No newline at end of file +}