From efac60a8d33ea137756b6436f1e0be933f88b2b4 Mon Sep 17 00:00:00 2001 From: Sahil Singhal Date: Sat, 12 Jun 2010 21:39:26 -0400 Subject: [PATCH] Add mirror to healtharmor panel. --- qcsrc/menu/xonotic/dialog_hudpanel_healtharmor.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_healtharmor.c b/qcsrc/menu/xonotic/dialog_hudpanel_healtharmor.c index 18d31d262..45f8f589b 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_healtharmor.c +++ b/qcsrc/menu/xonotic/dialog_hudpanel_healtharmor.c @@ -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)); -- 2.39.2