Skip to content

Commit

Permalink
Please wait to TAP TO START.
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviershay committed Jun 11, 2011
1 parent 03500c4 commit 4f10a0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion alien_parade.rb
Expand Up @@ -70,7 +70,9 @@ def button_down(id)
if id == Gosu::Button::KbEscape
close
else
self.stage = 2
if @stage == 1
self.stage = 2
end
end
end

Expand Down

0 comments on commit 4f10a0c

Please sign in to comment.