diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-07 00:26:24 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-06-07 00:26:24 +0200 |
commit | 2e52b69f092cf183ce05d0697954eee749e94e5e (patch) | |
tree | d4def4f8fc66e35c5c475c88c1aa81be6d9a8806 /hudfield_string.go | |
parent | f25294a72d4ab25a07f4ee29c533407e183af8af (diff) | |
download | mt-2e52b69f092cf183ce05d0697954eee749e94e5e.tar.xz |
Support HUD font style
Diffstat (limited to 'hudfield_string.go')
-rw-r--r-- | hudfield_string.go | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hudfield_string.go b/hudfield_string.go index 4190d19..8883146 100644 --- a/hudfield_string.go +++ b/hudfield_string.go @@ -21,12 +21,13 @@ func _() { _ = x[HUDSize-10] _ = x[HUDZIndex-11] _ = x[HUDText2-12] - _ = x[hudMax-13] + _ = x[HUDStyle-13] + _ = x[hudMax-14] } -const _HUDField_name = "PosNameScaleTextNumberItemDirAlignOffsetWorldPosSizeZIndexText2hudMax" +const _HUDField_name = "PosNameScaleTextNumberItemDirAlignOffsetWorldPosSizeZIndexText2StylehudMax" -var _HUDField_index = [...]uint8{0, 3, 7, 12, 16, 22, 26, 29, 34, 40, 48, 52, 58, 63, 69} +var _HUDField_index = [...]uint8{0, 3, 7, 12, 16, 22, 26, 29, 34, 40, 48, 52, 58, 63, 68, 74} func (i HUDField) String() string { if i >= HUDField(len(_HUDField_index)-1) { |