/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-11 02:07:08 UTC
  • Revision ID: josh@9ix.org-20130411020708-psrxtdnm8xe4pz7d
text balloon system

Show diffs side-by-side

added added

removed removed

1
1
STRICT = true
2
 
DEBUG = false
 
2
DEBUG = true
3
3
 
4
4
require 'zoetrope'
5
5
__ = require 'underscore'
8
8
require 'getopt_alt'
9
9
 
10
10
require 'sprite'
 
11
require 'animation'
11
12
require 'player'
 
13
require 'balloon'
12
14
 
13
15
util = {
14
16
   dim = function(dir)