修改当前弹药量渲染位置
This commit is contained in:
parent
626c046aaa
commit
6bf852b967
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue