diff options
| author | CriticalFlaw <[email protected]> | 2020-08-04 15:17:25 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-08-04 15:17:25 -0400 |
| commit | 8849ade83ca8e7e1e7156f7e9b7dc179cf1c1af1 (patch) | |
| tree | d7169f6b21d25d78c415a6afe818a30cd78d59bd /resource/ui/tankprogressbar.res | |
| parent | 26c29f808aa068cc57166c65dd12d63be3a25bde (diff) | |
Formatting via CodeMaid
Diffstat (limited to 'resource/ui/tankprogressbar.res')
| -rw-r--r-- | resource/ui/tankprogressbar.res | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/resource/ui/tankprogressbar.res b/resource/ui/tankprogressbar.res index 8abdafd..3b3fecf 100644 --- a/resource/ui/tankprogressbar.res +++ b/resource/ui/tankprogressbar.res @@ -10,9 +10,9 @@ "wide" "190" "tall" "18" "visible" "0" - "enabled" "1" + "enabled" "1" } - + "TankImage" { "ControlName" "CTFImagePanel" @@ -27,7 +27,7 @@ "image" "../hud/leaderboard_class_tank" "scaleImage" "1" } - + "ProgressBar" { "ControlName" "ScalableImagePanel" @@ -40,14 +40,14 @@ "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" + "draw_corner_height" "5" } - + "ProgressBarBG" { "ControlName" "ScalableImagePanel" @@ -60,14 +60,14 @@ "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" + "draw_corner_height" "5" } - + "ProgressBarBG2" { "ControlName" "ImagePanel" |
