Skip to content

Commit 027f49d

Browse files
committed
Fix documentation of HUD size argument
1 parent e48b370 commit 027f49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/lua_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@ Displays text on the HUD.
20052005
will not work due to compatibility reasons (it'll be treated as `FF`).
20062006
* `alignment`: The alignment of the text.
20072007
* `offset`: offset in pixels from position.
2008-
* `size`: size of the text. Syntax: `{ x = <integer> }`.
2008+
* `size`: size of the text. Syntax: `{ x = <number> }`.
20092009
The player-set font size is multiplied by `size.x`.
20102010
* Float values are supported by clients >= 5.16.0. Older clients will receive
20112011
a rounded down integer value.

0 commit comments

Comments
 (0)