////////// POWERUPS //////////
-models/items/g_strength_luma
+g_strength_simple // strength
{
deformVertexes autosprite
cull none
nopicmip
+
{
- map models/items/g_strength_luma
- blendfunc add
+ map models/items/g_strength_simple
+ blendfunc blend
}
}
-models/items/g_invincible_luma
+g_invincible_simple // shield
{
deformVertexes autosprite
cull none
nopicmip
+
{
- map models/items/g_invincible_luma
- blendfunc add
+ map models/items/g_invincible_simple
+ blendfunc blend
}
}
-g_strength_simple // strength
+g_jetpack_simple // jetpack
{
deformVertexes autosprite
cull none
nopicmip
{
- map models/items/g_strength_simple
+ map models/items/g_jetpack_simple
blendfunc blend
}
}
-g_invincible_simple // shield
+g_fuel_simple // fuel for jetpack
{
deformVertexes autosprite
cull none
nopicmip
{
- map models/items/g_invincible_simple
+ map models/items/g_fuel_simple
blendfunc blend
}
}
-g_jetpack_simple // jetpack
+g_fuelregen_simple // fuel regen powerup
{
deformVertexes autosprite
cull none
nopicmip
{
- map models/items/g_jetpack_simple
+ map models/items/g_fuelregen_simple
blendfunc blend
}
}
-g_fuel_simple // fuel for jetpack
+// relic powerups
+
+models/items/g_strength_luma // strength
{
deformVertexes autosprite
cull none
nopicmip
-
{
- map models/items/g_fuel_simple
- blendfunc blend
+ map models/items/g_strength_luma
+ blendfunc add
}
}
-g_fuelregen_simple // fuel regen powerup
+models/items/g_invincible_luma // invincible
{
deformVertexes autosprite
cull none
nopicmip
+ {
+ map models/items/g_invincible_luma
+ blendfunc add
+ }
+}
+models/items/g_invisibility_luma // invisibility
+{
+ deformVertexes autosprite
+ cull none
+ nopicmip
{
- map models/items/g_fuelregen_simple
- blendfunc blend
+ map models/items/g_invisibility_luma
+ blendfunc add
}
}
+
+models/items/g_speed_luma // speed
+{
+ deformVertexes autosprite
+ cull none
+ nopicmip
+ {
+ map models/items/g_speed_luma
+ blendfunc add
+ }
+}
\ No newline at end of file