diff options
| author | CriticalFlaw <[email protected]> | 2020-04-14 16:29:39 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-14 16:29:39 -0400 |
| commit | 3910db093a29c04e27d205a5e0be44b32c24c2d0 (patch) | |
| tree | c419f3c3b08a3d5c01e768d3979c8d4995a9bdef /resource | |
| parent | 73ddc8ab54c149224c96a42fe5542c687066e322 (diff) | |
Corrected Damage Value Position
By default the damage value is supposed to be shown over ammo in both regular and minmode.
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/ui/huddamageaccount.res | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resource/ui/huddamageaccount.res b/resource/ui/huddamageaccount.res index c75f19d..80ff7ae 100644 --- a/resource/ui/huddamageaccount.res +++ b/resource/ui/huddamageaccount.res @@ -17,9 +17,9 @@ { "ControlName" "CExLabel" "fieldName" "DamageAccountValue" - "xpos" "c-188" + "xpos" "c108" "ypos" "288" - "xpos_minmode" "c-138" + "xpos_minmode" "c58" "ypos_minmode" "263" "zpos" "2" "wide" "100" @@ -54,4 +54,4 @@ "pin_corner_to_sibling" "PIN_TOPLEFT" "pin_to_sibling_corner" "PIN_TOPLEFT" } -}
\ No newline at end of file +} |
