Fixed Frame parsing

This commit is contained in:
Robert Jelic
2025-02-26 21:02:47 +01:00
parent e653312fee
commit 0a9ecd4ff0
2 changed files with 34 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ Frame.defineProperty(Frame, "draggable", {default = false, type = "boolean", set
self:listenEvent("mouse_drag", true)
end
end})
---@property draggingMap table {{x=1, y=1, width="width", height=1}} The map of dragging positions
---@property draggingMap table {} The map of dragging positions
Frame.defineProperty(Frame, "draggingMap", {default = {{x=1, y=1, width="width", height=1}}, type = "table"})
--- Creates a new Frame instance