consistent indentation

This commit is contained in:
lustlion
2022-02-26 03:56:53 +01:00
parent 42cf9cfec8
commit 1580dc3463
38 changed files with 2071 additions and 2071 deletions

View File

@@ -1,8 +1,8 @@
UIElement = {}
function AddElement(self)
table.insert(UIElement,self)
self.id = #UIElement
table.insert(UIElement,self)
self.id = #UIElement
end
require "code/ui/button"