/zoeplat

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-04-19 01:35:57 UTC
  • Revision ID: josh@9ix.org-20130419013557-jbmje9kqsagj0x3j
title screen

Show diffs side-by-side

added added

removed removed

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