修改当前弹药量渲染位置

This commit is contained in:
Light_Quanta 2024-05-18 20:15:28 +08:00
parent 626c046aaa
commit 6bf852b967
No known key found for this signature in database
GPG key ID: 11A39A1B8C890959

View file

@ -101,7 +101,7 @@ public class AmmoBarOverlay {
event.getGuiGraphics().drawString(
Minecraft.getInstance().font,
getGunAmmoCount(player) + "",
w / 1.5f - 62 / 1.5f,
w / 1.5f - 62 / 1.5f + 1,
h / 1.5f - 31,
0xFFFFFF,
true