diff options
Diffstat (limited to 'minmode/resource/ui/hudroundcounter.res')
| -rw-r--r-- | minmode/resource/ui/hudroundcounter.res | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/minmode/resource/ui/hudroundcounter.res b/minmode/resource/ui/hudroundcounter.res new file mode 100644 index 0000000..dcb3e63 --- /dev/null +++ b/minmode/resource/ui/hudroundcounter.res @@ -0,0 +1,67 @@ +"Resource/UI/HudRoundCounter.res" +{ + "RoundCounter" + { + "fieldName" "RoundCounter" + "xpos" "cs-0.5" + "ypos" "-2" + "zpos" "2" + "wide" "300" + "tall" "25" + "visible" "1" + "enabled" "1" + "proportionaltoparent" "1" + + "starting_width" "20" + "width_per_round" "24" + "indicator_start_offset" "4" + "indicator_max_wide" "30" + + "RoundIndicatorPanel_kv" + { + "ypos" "3" + "wide" "6" + "tall" "6" + "zpos" "7" + "image" "../hud/comp_round_counter_dot_bg" + "scaleimage" "1" + } + + "RoundWinPanelRed_kv" + { + "ypos" "-3" + "wide" "17" + "tall" "17" + "zpos" "8" + "image" "../hud/comp_round_counter_light_red" + "scaleimage" "1" + } + + "RoundWinPanelBlue_kv" + { + "ypos" "-3" + "wide" "17" + "tall" "17" + "zpos" "8" + "image" "../hud/comp_round_counter_light_blue" + "scaleimage" "1" + } + } + + "Background" + { + "ControlName" "ImagePanel" + "fieldName" "Background" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "5" + "wide" "115" + "tall" "30" + + "backgroundtype" "2" + "proportionaltoparent" "1" + + "image" "../hud/comp_round_timer" + "scaleimage" "1" + } +} |
