Added original Sentry as a separate item, and made it spawn in Backpacks, while the bigger Sentry is a rare Berserk replacement.

PNG optimization.
This commit is contained in:
Marisa the Magician 2019-09-06 20:46:39 +02:00
commit 07121636f5
14 changed files with 499 additions and 18 deletions

View file

@ -350,6 +350,21 @@ Object MinigunSentry
Frame "SENFQ" { light "SENTRYLIGHT2" }
}
FlickerLight2 SENTRYLIGHT3
{
Color 1.0 0.6 0.0
Size 40
SecondarySize 48
Interval 0.1
Offset 0 16 10
}
Object SentryGun
{
Frame "SENFA" { light "SENTRYLIGHT3" }
Frame "SENFC" { light "SENTRYLIGHT3" }
}
// Shaders / Brightmaps
HardwareShader Texture "graphics/MenuBarr.png"
{
@ -733,3 +748,7 @@ HardwareShader Texture "models/OLSMP_.png"
Texture "masktex" "models/OLSMP_m.png"
texture "envtex" "models/OLSMP_env.png"
}
HardwareShader Texture "models/JSentry1_.png"
{
Shader "shaders/glsl/AmbientGlow.fp"
}