summaryrefslogtreecommitdiff
path: root/hudfield_string.go
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-06-07 00:26:24 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-06-07 00:26:24 +0200
commit2e52b69f092cf183ce05d0697954eee749e94e5e (patch)
treed4def4f8fc66e35c5c475c88c1aa81be6d9a8806 /hudfield_string.go
parentf25294a72d4ab25a07f4ee29c533407e183af8af (diff)
downloadmt-2e52b69f092cf183ce05d0697954eee749e94e5e.tar.xz
Support HUD font style
Diffstat (limited to 'hudfield_string.go')
-rw-r--r--hudfield_string.go7
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) {