From fcd77895f3881d1d50db402f8dce0f73dfad5094 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 12 Apr 2020 13:27:56 -0400 Subject: Bumped version number. New Control Point Icons. - Added custom control point icons. - Bumped version number. - Removed the Symbols font file and files for teambar, intromenu and inspectpanel. - Updated the payload tracker and control point icons. - Updated the hud animations and layout files. - Updated the included config to improve hud experience (Credit to Wiethoofd) --- resource/ui/objectivestatusmultipleescort.res | 54 +++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 resource/ui/objectivestatusmultipleescort.res (limited to 'resource/ui/objectivestatusmultipleescort.res') diff --git a/resource/ui/objectivestatusmultipleescort.res b/resource/ui/objectivestatusmultipleescort.res new file mode 100644 index 0000000..1656e5c --- /dev/null +++ b/resource/ui/objectivestatusmultipleescort.res @@ -0,0 +1,54 @@ +"Resource/UI/ObjectiveStatusMultipleEscort.res" +{ + "ObjectiveStatusMultipleEscort" + { + "ControlName" "EditablePanel" + "fieldName" "ObjectiveStatusMultipleEscort" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + } + + "BlueEscortPanel" + { + "ControlName" "CTFHudEscort" + "fieldName" "BlueEscortPanel" + "xpos" "0" + "ypos" "r150" + "zpos" "220" + "wide" "f0" + "tall" "200" + "visible" "1" + "enabled" "1" + "progress_xpos" "79" + "progress_wide" "270" + + "if_blue_is_top" + { + "ypos" "r162" + } + } + + "RedEscortPanel" + { + "ControlName" "CTFHudEscort" + "fieldName" "RedEscortPanel" + "xpos" "0" + "ypos" "r150" + "zpos" "220" + "wide" "f0" + "tall" "200" + "visible" "1" + "enabled" "1" + "progress_xpos" "79" + "progress_wide" "270" + + "if_red_is_top" + { + "ypos" "r162" + } + } +} \ No newline at end of file -- cgit v1.2.3