getting ready for doubles

This commit is contained in:
Paul Liverman
2015-11-23 20:16:59 -08:00
parent e2881ed10a
commit 5da68831a9
5 changed files with 92 additions and 33 deletions

View File

@@ -1,5 +1,6 @@
local lg = love.graphics
local lm = love.math
--NOTE math.random seed has not been set, this means every run should be the same (except for potential hardware differences)
local Universe = require "Universe"
--local Particle = require "Particle"