/traderous

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-05-13 21:31:23 UTC
  • Revision ID: josh@9ix.org-20130513213123-n21tkmyb2u7xcjtz
monkey patch group to add onRemove hook.  remove mirrors on remove.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
--__ = require 'underscore'
6
6
vector = require 'vector'
7
7
 
 
8
require 'group'
 
9
 
8
10
require 'version'
9
11
require 'wrap_tile'
10
12
require 'player'
89
91
                 self.console:watch('the.app.width', 'the.app.width')
90
92
                 self.console:watch('the.app.height', 'the.app.height')
91
93
                 --self.console:watch('drawTook', 'the.drawTook')
 
94
 
 
95
                 -- back off that dark overlay a bit
 
96
                 self.console.fill.fill[4] = 75
92
97
              end
93
98
           end,
94
99
   onUpdate = function (self, dt)