Skip to content

Commit

Permalink
Merge pull request #97 from TechnoSL/master
Browse files Browse the repository at this point in the history
fixed ammonoclip only having a shadow + gave it consistent shadow treatment
  • Loading branch information
tekunotri authored Aug 30, 2023
2 parents 58bc107 + 78d386c commit 387c737
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions resource/ui/hudammoweapons.res
Original file line number Diff line number Diff line change
Expand Up @@ -119,19 +119,15 @@
"textAlignment" "west"
"labelText" "%AmmoInReserve%"
}
"AmmoNoClipShadow"
"AmmoNoClip"
{
"ControlName" "CExLabel"
"fieldName" "AmmoNoClipShadow"
"fieldName" "AmmoNoClip"
"font" "HudFontGiantBold"
"fgcolor" "Black"
"xpos" "32"
"xpos_hidef" "2"
"xpos_lodef" "2"
"fgcolor" "TanLight"
"xpos" "28"
"ypos" "62"
"ypos_hidef" "4"
//"ypos_lodef" "4"
"zpos" "5"
"zpos" "6"
"wide" "84"
"wide_lodef" "83"
"tall" "40"
Expand All @@ -143,15 +139,19 @@
"labelText" "%Ammo%"

}
"AmmoNoClip"
"AmmoNoClipShadow"
{
"ControlName" "CExLabel"
"fieldName" "AmmoNoClip"
"fieldName" "AmmoNoClipShadow"
"font" "HudFontGiantBold"
"fgcolor" "TanLight"
"xpos" "28"
"ypos" "600"
"zpos" "6"
"fgcolor" "Black"
"xpos" "-4"
"xpos_hidef" "2"
"xpos_lodef" "2"
"ypos" "-2"
"ypos_hidef" "4"
//"ypos_lodef" "4"
"zpos" "5"
"wide" "84"
"wide_lodef" "83"
"tall" "40"
Expand All @@ -161,6 +161,7 @@
"enabled" "1"
"textAlignment" "center"
"labelText" "%Ammo%"

"pin_to_sibling" "AmmoNoClip"
}

}

0 comments on commit 387c737

Please sign in to comment.