/zoeplat

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-04-21 19:50:25 UTC
  • Revision ID: josh@9ix.org-20130421195025-bucje0kl5schb07m
track version (base)

Show diffs side-by-side

added added

removed removed

11
11
require 'animation'
12
12
require 'player'
13
13
require 'balloon'
 
14
require 'version'
14
15
 
15
16
util = {
16
17
   dim = function(dir)
74
75
   onRun = function (self)
75
76
              self.view = MenuScreen:new()
76
77
              if DEBUG then
 
78
                 self.console:watch('VERSION', 'VERSION')
77
79
                 self.console:watch('onGround', 'the.player.onGround')
78
80
                 self.console:watch('onWall', 'the.player.onWall')
79
81
                 self.console:watch('updateTook', 'the.updateTook')