Update changelog

This commit is contained in:
Insality
2020-05-09 14:59:50 +03:00
parent 3fae050b9d
commit 194fe6794f
3 changed files with 24 additions and 6 deletions

View File

@@ -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