/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-29 00:35:28 UTC
  • Revision ID: josh@9ix.org-20130429003528-6o7b23zq3c4m8nxe
be moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
require 'items'
16
16
require 'troll'
17
17
require 'gatetrigger'
 
18
require 'fairyactivator'
 
19
require 'realfairy'
18
20
 
19
21
require 'svg_levels'
20
22
 
72
74
              end
73
75
 
74
76
              --the.inventory:add(Flag:new())
75
 
              --the.inventory:add(Flower:new())
 
77
              the.inventory:add(Fairy:new())
76
78
           end,
77
79
   onUpdate = function (self, dt)
78
80
                 if the.keys:justPressed('escape') then