updated graphics comments

This commit is contained in:
Mikayla Fischler
2023-07-09 23:42:44 -04:00
parent df61ec2c62
commit 1edee7f64b
32 changed files with 32 additions and 32 deletions

View File

@@ -14,7 +14,7 @@ local element = require("graphics.element")
---@field parent graphics_element
---@field id? string element id
---@field x? integer 1 if omitted
---@field y? integer 1 if omitted
---@field y? integer auto incremented if omitted
---@field fg_bg? cpair foreground/background colors
---@field hidden? boolean true to hide on initial draw