From 7b09b5f60c527ce85ea4cf98a749539ffb5d16f3 Mon Sep 17 00:00:00 2001 From: RaysFire Date: Sat, 12 Jan 2013 20:10:58 -0600 Subject: Added in Konr wings crosshair --- minmode/resource/Garm3nFont.ttf | Bin 0 -> 40684 bytes minmode/scripts/hudlayout.res | 26 ++++++++++++++++++++++---- resource/Garm3nFont.ttf | Bin 0 -> 40684 bytes scripts/hudlayout.res | 22 +++++++++++++++++++++- 4 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 minmode/resource/Garm3nFont.ttf create mode 100644 resource/Garm3nFont.ttf diff --git a/minmode/resource/Garm3nFont.ttf b/minmode/resource/Garm3nFont.ttf new file mode 100644 index 0000000..54af19a Binary files /dev/null and b/minmode/resource/Garm3nFont.ttf differ diff --git a/minmode/scripts/hudlayout.res b/minmode/scripts/hudlayout.res index 314c8b7..438ae5d 100644 --- a/minmode/scripts/hudlayout.res +++ b/minmode/scripts/hudlayout.res @@ -317,6 +317,26 @@ "fgcolor" "255 255 255 255" } + KonrWings + { + "controlName" "CExLabel" + "fieldName" "KonrWings" + "visible" "0" + "enabled" "0" + "zpos" "2" + + "xpos" "c-108" + "ypos" "c-99" + "wide" "200" + "tall" "200" + + "font" "KonrWings24" + "labelText" "i" + "textAlignment" "center" + + "fgcolor" "255 255 255 255" + } + //fighter pilot crosshair, enable all of then together for best results (16x9 resolution) "Crosshair_vertical" @@ -1041,9 +1061,7 @@ "visible" "1" "enabled" "1" "xpos" "0" [$WIN32] - "ypos" "0" [$WIN32] - "xpos" "32" [$X360] - "ypos" "16" [$X360] + "ypos" "c-20" [$WIN32] "wide" "640" "tall" "480" @@ -1958,7 +1976,7 @@ "visible" "0" "enabled" "1" "xpos" "r249" - "ypos" "c75" + "ypos" "c0" "zpos" "10" "wide" "300" "tall" "900" diff --git a/resource/Garm3nFont.ttf b/resource/Garm3nFont.ttf new file mode 100644 index 0000000..54af19a Binary files /dev/null and b/resource/Garm3nFont.ttf differ diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res index 1b7b1ed..fc52469 100644 --- a/scripts/hudlayout.res +++ b/scripts/hudlayout.res @@ -317,6 +317,26 @@ "fgcolor" "255 255 255 255" } + KonrWings + { + "controlName" "CExLabel" + "fieldName" "KonrWings" + "visible" "0" + "enabled" "0" + "zpos" "2" + + "xpos" "c-108" + "ypos" "c-99" + "wide" "200" + "tall" "200" + + "font" "KonrWings24" + "labelText" "i" + "textAlignment" "center" + + "fgcolor" "255 255 255 255" + } + //fighter pilot crosshair, enable all of then together for best results (16x9 resolution) "Crosshair_vertical" @@ -1958,7 +1978,7 @@ "visible" "0" "enabled" "1" "xpos" "r249" - "ypos" "c75" + "ypos" "c0" "zpos" "10" "wide" "300" "tall" "900" -- cgit v1.2.3