getting ready for maybe elements, also runs too slowly now
This commit is contained in:
13
src/Element.lua
Normal file
13
src/Element.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
local class = require "lib.middleclass"
|
||||
|
||||
local Element = class("Element")
|
||||
|
||||
Double.static.maxCount = 100 --1000
|
||||
Double.static.generated = 0
|
||||
Double.static.count = 0
|
||||
|
||||
function Element:initialize(double)
|
||||
-- DO SHIT BASED ON POSITIVE OR NEGATIVE
|
||||
end
|
||||
|
||||
return Element
|
Reference in New Issue
Block a user