TONS of HUD

This commit is contained in:
Paul Liverman
2015-05-09 01:36:52 -07:00
parent b4fa1a6d84
commit c3deb83608
4 changed files with 350 additions and 49 deletions

View File

@@ -1,11 +1,12 @@
math.randomseed(os.time())
math.random() math.random()
local ninety = 90 * math.pi / 180
local class = require "lib.middleclass"
local Ship = require "ships.Ship"
local Node = require "ships.Node"
local ninety = 90 * math.pi / 180
local BSG = class('BSG', Ship)