/zoeplat

To get this branch, use:
bzr branch http://9ix.org/bzr/zoeplat

« back to all changes in this revision

Viewing changes to main.lua

  • Committer: Josh C
  • Date: 2013-03-16 19:10:33 UTC
  • Revision ID: josh@9ix.org-20130316191033-o1qwl2zy3ps020y2
buildĀ moreĀ level

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
                     end
124
124
 
125
125
                     if the.keys:justPressed('up') and
126
 
                      (self.onGround or
 
126
                      (self.onGround or the.console.visible or
127
127
                       (love.timer.getTime() - self.leftWallAt < .1) ) then
128
128
                        self.velocity.y = -400
129
129
                        self.jumping = true