/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:25:26 UTC
  • Revision ID: josh@9ix.org-20130513212526-3q6md6n9xzhcmoa6
and that fixes the corner bug

Show diffs side-by-side

added added

removed removed

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