]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add a comment for an idea about hud damage
authorRudolf Polzer <divVerent@xonotic.org>
Thu, 13 Oct 2011 08:50:13 +0000 (10:50 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Thu, 13 Oct 2011 08:50:13 +0000 (10:50 +0200)
qcsrc/client/View.qc

index d01a7f5521ac24e328e7a91ffdc64e216b4790c2..a90788526f2e5e12c9296e9b62722c71b7f0b4c5 100644 (file)
@@ -865,6 +865,10 @@ void CSQC_UpdateView(float w, float h)
 
                myhealth_prev = myhealth;
 
+               // IDEA: change damage color/picture based on player model for robot/alien species?
+               // pro: matches model better
+               // contra: it's not red because blood is red, but because red is an alarming color, so red should stay
+               // maybe different reddish pics?
                if(autocvar_cl_gentle_damage || autocvar_cl_gentle)
                {
                        if(autocvar_cl_gentle_damage == 2)