/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 23:55:40 UTC
  • Revision ID: josh@9ix.org-20130428235540-wamoh325zjypaf06
dragon flag special case

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'
20
 
require 'boat'
21
18
 
22
19
require 'svg_levels'
23
20
 
75
72
              end
76
73
 
77
74
              --the.inventory:add(Flag:new())
78
 
              --the.inventory:add(Fairy:new())
 
75
              --the.inventory:add(Flower:new())
79
76
           end,
80
77
   onUpdate = function (self, dt)
81
78
                 if the.keys:justPressed('escape') then