Options for HUD mods - fr1kin/ForgeHax GitHub Wiki
If you were linked here then the mod supports these options:
.<modname> scale <num>
- size factor; recommended: 1, 0.75, 0.5, 0.25 (default: 1.0
)
.<modname> alignment <0..8>
- alignment position (default: 0
= TOPLEFT)
.<modname> x-offset <num>
- offset the text on X-axis with respect to set alignment (default: 0
)
.<modname> y-offset <num>
- same (default: 0
)
Alignment:
0 through 8: Top-left starts with zero, top-right is 2 and bottom-right is 8.
0 TOPLEFT | 1 TOP | 2 TOPRIGHT |
3 CENTERLEFT | 4 CENTER | 5 CENTERRIGHT |
6 BOTTOMLEFT | 7 BOTTOM | 8 BOTTOMRIGHT |