]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add mirror to healtharmor panel.
authorSahil Singhal <sahil@sahil-desktop.(none)>
Sun, 13 Jun 2010 01:39:26 +0000 (21:39 -0400)
committerSahil Singhal <sahil@sahil-desktop.(none)>
Sun, 13 Jun 2010 01:39:26 +0000 (21:39 -0400)
qcsrc/menu/xonotic/dialog_hudpanel_healtharmor.c

index 18d31d262f47568964604d421f8b6429d6900b0b..45f8f589bb5570932dc2e5f706a5ae240e8c6034 100644 (file)
@@ -25,6 +25,8 @@ void fillXonoticHUDHealthArmorDialog(entity me)
                                me.TD(me, 1, 2, e = makeXonoticSlider(0, 1, 0.01, "hud_healtharmor_bg_alpha"));
                me.TR(me);
                        me.TD(me, 1, 3, e = makeXonoticCheckBox(0, "hud_healtharmor_flip", "Flip"));
+               me.TR(me);
+                       me.TD(me, 1, 3, e = makeXonoticCheckBox(0, "hud_healtharmor_mirror", "Mirror"));
        me.TR(me);
        //me.gotoRC(me, me.rows - 1, 0);
                //me.TD(me, 1, me.columns, e = makeXonoticCommandButton("Exit Setup", '0 0 0', "_hud_configure 0", 1));