diff options
| author | CriticalFlaw <[email protected]> | 2016-10-17 09:50:12 -0600 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2016-10-17 09:50:12 -0600 |
| commit | d15015c514cd89ed05c9ff75b011c1a30e8c03f7 (patch) | |
| tree | 3604a8a475bbbb34948709b4d113018d2d39b61e /minmode/resource/ui/HudTeamGoalTournament.res | |
| parent | 148f2c60cdfc87a7ea05d6a3b1706bba06c01b48 (diff) | |
Removed redundant minmode files
A lot of the files are identical to the base rayshud files, so why
incldue them?
Diffstat (limited to 'minmode/resource/ui/HudTeamGoalTournament.res')
| -rw-r--r-- | minmode/resource/ui/HudTeamGoalTournament.res | 149 |
1 files changed, 0 insertions, 149 deletions
diff --git a/minmode/resource/ui/HudTeamGoalTournament.res b/minmode/resource/ui/HudTeamGoalTournament.res deleted file mode 100644 index 93f6195..0000000 --- a/minmode/resource/ui/HudTeamGoalTournament.res +++ /dev/null @@ -1,149 +0,0 @@ -"Resource/UI/HudTeamGoalTournament.res"
-{
- "HudStopWatchObjective"
- {
- "ControlName" "EditablePanel"
- "fieldName" "HudStopWatchObjective"
- "xpos" "9999"
- "ypos" "99999"
- "zpos" "1"
- "wide" "275"
- "tall" "190"
- "visible" "0"
- "enabled" "1"
-
- "HudStopWatchObjectiveBG"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudStopWatchObjectiveBG"
- "xpos" "0"
- "ypos" "0"
- "zpos" "-1"
- "wide" "275"
- "tall" "170"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "image" "../HUD/color_panel_browner"
-
-
- "src_corner_height" "23" // pixels inside the image
- "src_corner_width" "23"
-
- "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "7"
- }
- "HudStopWatchObjectiveBGSmall"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudStopWatchObjectiveBGSmall"
- "xpos" "0"
- "ypos" "0"
- "zpos" "-1"
- "wide" "275"
- "tall" "100"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "image" "../HUD/color_panel_browner"
-
-
- "src_corner_height" "23" // pixels inside the image
- "src_corner_width" "23"
-
- "draw_corner_width" "7" // screen size of the corners ( and sides ), proportional
- "draw_corner_height" "7"
- }
- "HudStopWatchObjectiveLabel"
- {
- "ControlName" "Label"
- "fieldName" "HudStopWatchObjectiveLabel"
- "font" "HudFontSmallBoldShadow"
- "xpos" "25"
- "ypos" "15"
- "zpos" "1"
- "wide" "275"
- "tall" "15"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "wrap" "1"
- "labelText" "%objectivelabel%"
- "textAlignment" "west"
- }
- "HudStopWatchObjectiveText1"
- {
- "ControlName" "CExRichText"
- "fieldName" "HudStopWatchObjectiveText1"
- "xpos" "25" [$WIN32]
- "ypos" "35" [$WIN32]
- "wide" "225"
- "tall" "150"
- "wrap" "1"
- "autoResize" "1"
- "pinCorner" "1"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "font" "HudFontSmallestShadow"
- "maxchars" "-1"
- }
-
- "HudStopWatchObjectiveShadedBar"
- {
- "ControlName" "ImagePanel"
- "fieldName" "HudStopWatchObjectiveShadedBar"
- "xpos" "25"
- "ypos" "65"
- "zpos" "2"
- "wide" "225"
- "tall" "2"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "1"
- "enabled" "1"
- "tabPosition" "0"
- "fillcolor" "125 125 125 125"
- "PaintBackgroundType" "0"
- }
-
- "HudStopWatchObjectiveText2"
- {
- "ControlName" "CExRichText"
- "fieldName" "HudStopWatchObjectiveText2"
- "xpos" "25" [$WIN32]
- "ypos" "75" [$WIN32]
- "wide" "225"
- "tall" "165"
- "wrap" "1"
- "autoResize" "1"
- "pinCorner" "1"
- "visible" "1"
- "enabled" "1"
- "labelText" ""
- "textAlignment" "west"
- "font" "HudFontSmallestShadow"
- "maxchars" "-1"
- }
- }
-
- "HudStopWatchObjectiveArrow"
- {
- "ControlName" "ScalableImagePanel"
- "fieldName" "HudStopWatchObjectiveArrow"
- "xpos" "9999"
- "ypos" "9999"
- "zpos" "-1"
- "wide" "80"
- "tall" "80"
- "autoResize" "0"
- "pinCorner" "0"
- "visible" "0"
- "enabled" "1"
- "image" "../HUD/arrow_big"
- }
-}
|
