getting ready for maybe elements, also runs too slowly now

This commit is contained in:
Paul Liverman
2015-11-23 23:09:00 -08:00
parent 5da68831a9
commit 1a1183a854
5 changed files with 86 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ local lm = love.math
local Universe = require "Universe"
--local Particle = require "Particle"
local universe = Universe()
local universe = Universe(10, 300)
function love.update(dt)
universe:update(dt)