/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 01:54:19 UTC
  • Revision ID: josh@9ix.org-20130429015419-8ts0gwspqonsxkjb
Tags: compo
name the game

Show diffs side-by-side

added added

removed removed

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