diff options
| author | igor.nikitin <[email protected]> | 2019-04-16 10:35:01 -0400 |
|---|---|---|
| committer | igor.nikitin <[email protected]> | 2019-04-16 10:35:01 -0400 |
| commit | 54c716614a85791c499672f27c404a71e6bf187e (patch) | |
| tree | ee037afabd42aa6930bd6b13558da913323829d2 /resource/ui/tankprogressbar.res | |
| parent | 9f90bde42f138a30d5923b0af185f6edf08f37ac (diff) | |
Moving Files for Lowercasing
Diffstat (limited to 'resource/ui/tankprogressbar.res')
| -rw-r--r-- | resource/ui/tankprogressbar.res | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/resource/ui/tankprogressbar.res b/resource/ui/tankprogressbar.res new file mode 100644 index 0000000..521e286 --- /dev/null +++ b/resource/ui/tankprogressbar.res @@ -0,0 +1,86 @@ +"Resource/UI/TankProgressBar.res" +{ + "TankProgressBar" + { + "ControlName" "CTankProgressBar" + "fieldName" "TankProgressBar" + "xpos" "0" + "ypos" "0" + "zpos" "3" + "wide" "190" + "tall" "18" + "visible" "0" + "enabled" "1" + } + + "TankImage" + { + "ControlName" "CTFImagePanel" + "fieldName" "TankImage" + "xpos" "5" + "ypos" "0" + "zpos" "3" + "wide" "18" + "tall" "18" + "visible" "1" + "enabled" "1" + "image" "../hud/leaderboard_class_tank" + "scaleImage" "1" + } + + "ProgressBar" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ProgressBar" + "xpos" "30" + "ypos" "7" + "zpos" "2" + "wide" "153" + "tall" "5" + "visible" "1" + "enabled" "1" + "image" "" + + "src_corner_height" "22" // pixels inside the image + "src_corner_width" "22" + + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + + "ProgressBarBG" + { + "ControlName" "ScalableImagePanel" + "fieldName" "ProgressBarBG" + "xpos" "29" + "ypos" "3" + "zpos" "1" + "wide" "155" + "tall" "12" + "visible" "0" + "enabled" "0" + "image" "../HUD/tournament_panel_tan" + + "src_corner_height" "22" // pixels inside the image + "src_corner_width" "22" + + "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional + "draw_corner_height" "5" + } + + "ProgressBarBG2" + { + "ControlName" "ImagePanel" + "fieldName" "ProgressBarBG2" + "xpos" "30" + "ypos" "7" + "zpos" "2" + "wide" "153" + "tall" "5" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "fillcolor" "ColorCyan" + } +}
\ No newline at end of file |
