/ld26

To get this branch, use:
bzr branch /bzr/ld26

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-04-29 00:42:39 UTC
  • Revision ID: josh@9ix.org-20130429004239-r0yedw9bxk7infzs
drop

Show diffs side-by-side

added added

removed removed

17
17
require 'gatetrigger'
18
18
require 'fairyactivator'
19
19
require 'realfairy'
20
 
require 'boat'
21
20
 
22
21
require 'svg_levels'
23
22
 
75
74
              end
76
75
 
77
76
              --the.inventory:add(Flag:new())
78
 
              --the.inventory:add(Fairy:new())
 
77
              the.inventory:add(Fairy:new())
79
78
           end,
80
79
   onUpdate = function (self, dt)
81
80
                 if the.keys:justPressed('escape') then