corrected some types

This commit is contained in:
Mikayla 2024-09-26 21:26:47 +00:00
parent 17e53fdba2
commit 2579feaf32
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ local gry_wht = style.gray_white
local period = core.flasher.PERIOD local period = core.flasher.PERIOD
-- create a unit view -- create a unit view
---@param parent DisplayBox parent ---@param parent Container parent
---@param id integer ---@param id integer
local function init(parent, id) local function init(parent, id)
local s_hi_box = style.theme.highlight_box local s_hi_box = style.theme.highlight_box

View File

@ -31,7 +31,7 @@ local wh_gray = style.wh_gray
local lg_gray = style.lg_gray local lg_gray = style.lg_gray
-- make a new unit flow window -- make a new unit flow window
---@param parent DisplayBox parent ---@param parent Container parent
---@param x integer top left x ---@param x integer top left x
---@param y integer top left y ---@param y integer top left y
---@param wide boolean whether to render wide version ---@param wide boolean whether to render wide version