/ld26

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

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-04-28 21:39:48 UTC
  • Revision ID: josh@9ix.org-20130428213948-kzpdi8zaaunafque
cave

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
require 'transition'
11
11
require 'displacer'
12
12
require 'inventory'
 
13
require 'flower'
13
14
require 'levels'
14
 
require 'items'
15
 
require 'troll'
16
15
 
17
16
require 'svg_levels'
18
17
 
62
61
                 -- back off that dark overlay a bit
63
62
                 self.console.fill.fill[4] = 75
64
63
              end
65
 
 
66
 
              the.inventory:add(Flower:new())
67
64
           end,
68
65
   onUpdate = function (self, dt)
69
66
                 if the.keys:justPressed('escape') then