From 2becaeccd7efe86092cdda961fb2b127941fa8e2 Mon Sep 17 00:00:00 2001 From: Mikayla Fischler Date: Sat, 21 Sep 2024 23:02:46 -0400 Subject: [PATCH] element description updates --- graphics/elements/TextBox.lua | 2 +- graphics/elements/Tiling.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)