corrected some types
This commit is contained in:
parent
17e53fdba2
commit
2579feaf32
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user