]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/client/View.qc
Splash screen with green goo when inside the stomach. Effect needs to be smooth someh...
[voretournament/voretournament.git] / data / qcsrc / client / View.qc
index c91828e7b4cacf7f5fdc1fbc4f271d0441e83214..e6a94a0775415baf0d5473daf59a154fcd171848 100644 (file)
@@ -590,6 +590,10 @@ void CSQC_UpdateView(float w, float h)
                }\r
        }\r
 \r
+       if(cvar("hud_stomach"))\r
+       if(getstati(STAT_VORE_EATEN))\r
+               drawpic('0 0 0', "gfx/blood", '1 0 0' * vid_conwidth + '0 1 0' * vid_conheight, stov(cvar_string("hud_stomach_color")), cvar("hud_stomach"), DRAWFLAG_NORMAL);\r
+\r
        if(cvar("hud_postprocessing"))\r
        { // lets apply the postprocess effects from the previous two functions if needed\r
                if(damage_blurpostprocess_x || content_blurpostprocess_x)\r