/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:57:59 UTC
  • Revision ID: josh@9ix.org-20130429005759-gxr2mp8sxdo71nmc
boat

Show diffs side-by-side

added added

removed removed

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