diff options
| author | RaysFire <[email protected]> | 2013-01-12 20:10:58 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2013-01-12 20:10:58 -0600 |
| commit | 7b09b5f60c527ce85ea4cf98a749539ffb5d16f3 (patch) | |
| tree | 17372ff69d97a117df25a041e4f9f55a37183487 | |
| parent | f2c49f0ad3ed3af457b0b31c20cb12661fcae6a3 (diff) | |
Added in Konr wings crosshair
| -rw-r--r-- | minmode/resource/Garm3nFont.ttf | bin | 0 -> 40684 bytes | |||
| -rw-r--r-- | minmode/scripts/hudlayout.res | 26 | ||||
| -rw-r--r-- | resource/Garm3nFont.ttf | bin | 0 -> 40684 bytes | |||
| -rw-r--r-- | scripts/hudlayout.res | 22 |
4 files changed, 43 insertions, 5 deletions
diff --git a/minmode/resource/Garm3nFont.ttf b/minmode/resource/Garm3nFont.ttf Binary files differnew file mode 100644 index 0000000..54af19a --- /dev/null +++ b/minmode/resource/Garm3nFont.ttf 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 Binary files differnew file mode 100644 index 0000000..54af19a --- /dev/null +++ b/resource/Garm3nFont.ttf 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"
|
