/ld28

To get this branch, use:
bzr branch http://9ix.org/bzr/ld28

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-12-14 21:07:44 UTC
  • Revision ID: josh@9ix.org-20131214210744-5yqz19r1ge03v2sc
16 is a more fun number.  :D

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
require 'version'
11
11
require 'player'
12
12
require 'clone'
13
 
require 'goal'
14
13
 
15
14
GameView = View:extend {
16
15
   onNew = function (self)
58
57
 
59
58
the.app = App:new {
60
59
   name = "LD28",
61
 
   fps = 30,
62
60
   onRun = function (self)
63
61
              print('Version: ' .. VERSION)
64
62