mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 02:22:18 +02:00
Update changelog
This commit is contained in:
@@ -161,6 +161,11 @@ end
|
||||
-- If you want to delete GUI nodes, use grid.nodes array before grid:clear
|
||||
-- @function grid:clear
|
||||
function M.clear(self)
|
||||
self.border.x = 0
|
||||
self.border.y = 0
|
||||
self.border.w = 0
|
||||
self.border.z = 0
|
||||
|
||||
self.nodes = {}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user