Corrected the spin behavior of the Redeemer Missile's outer reticle.

Added optional fancy screen shader to Redeemer.
This commit is contained in:
Marisa the Magician 2018-08-14 21:39:13 +02:00
commit 80ed7e0939
6 changed files with 65 additions and 15 deletions

View file

@ -573,3 +573,10 @@ Object "UTGoldKey"
{
Frame "UKEY" { light "UTGoldKeyLight" }
}
HardwareShader PostProcess scene
{
Name "RedeemerView"
Shader "shaders/glsl/RedeemerView.fp" 330
Texture StaticTexture "textures/static1.png"
Uniform float Timer
}