Workflow Test

This commit is contained in:
Robert Jelic
2025-02-10 18:00:09 +01:00
parent f0b2f81277
commit 6d59be221f
2 changed files with 40 additions and 20 deletions

View File

@@ -152,7 +152,8 @@ function VisualElement:getRelativePosition(x, y)
end
---@diagnostic disable-next-line: duplicate-set-field
--- Renders the element
--- @usage element:render()
function VisualElement:render()
local width, height = self.get("width"), self.get("height")
self:multiBlit(1, 1, width, height, " ", tHex[self.get("foreground")], tHex[self.get("background")])