Update Helper docs

This commit is contained in:
Insality
2023-06-08 00:06:05 +03:00
parent 65974e0b30
commit 7bf479e6c0
6 changed files with 130 additions and 57 deletions

View File

@@ -1,3 +1,5 @@
-- Manual Annotations --
---@class druid.rich_text.metrics
---@field width number
---@field height number
@@ -49,3 +51,9 @@
---@field default_animation string
---@field node_prefab Node
---@field text_prefab Node
---@class GUITextMetrics
---@field width number
---@field height number
---@field max_ascent number
---@field max_descent number