diff --git a/graphics/elements/TextBox.lua b/graphics/elements/TextBox.lua index 00ea3f3..cc3c4aa 100644 --- a/graphics/elements/TextBox.lua +++ b/graphics/elements/TextBox.lua @@ -21,7 +21,7 @@ local ALIGN = core.ALIGN ---@field fg_bg? cpair foreground/background colors ---@field hidden? boolean true to hide on initial draw --- new text box +-- Create a new text box element. ---@param args textbox_args ---@return TextBox element, element_id id return function (args) diff --git a/graphics/elements/Tiling.lua b/graphics/elements/Tiling.lua index cd9a31e..d4b48d2 100644 --- a/graphics/elements/Tiling.lua +++ b/graphics/elements/Tiling.lua @@ -18,7 +18,7 @@ local element = require("graphics.element") ---@field fg_bg? cpair foreground/background colors ---@field hidden? boolean true to hide on initial draw --- new tiling box +-- Create a new tiling box element. ---@param args tiling_args ---@return Tiling element, element_id id return function (args)