/traderous

To get this branch, use:
bzr branch /bzr/traderous

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-05-05 17:28:53 UTC
  • Revision ID: josh@9ix.org-20130505172853-j6jm7k7ng0tgkyo0
pew pew!

Show diffs side-by-side

added added

removed removed

8
8
require 'player'
9
9
require 'enemy'
10
10
require 'cursor'
 
11
require 'bullet'
11
12
 
12
13
util = {
13
14
   signOf = function(value)