Skip to content

Commit

Permalink
Revert "fixes"
Browse files Browse the repository at this point in the history
This reverts commit 887cf19.
  • Loading branch information
oneup committed Nov 28, 2008
1 parent 887cf19 commit 0bf9aee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions theroom/theroom.rb
@@ -1,5 +1,4 @@
class Theroom < Game
@@special_bundles = ['backend', 'resources', 'diary', 'theroom']
resolution [640, 480]

def setup
Expand All @@ -13,9 +12,6 @@ def setup
rescue
#println "boken game or no game: #{possible_game}"
end

puts "@todo filter out gfx only bundles (ie puit)"
@bundles -= @@special_bundles
end

#set :font, "Lucida Grande".ttf
Expand All @@ -32,7 +28,7 @@ def button_down id
when Gosu::Button::KbReturn
#close
`ruby play.rb #{selected_game}&`
close
#exit(1)
end

@selected_game_nr = (0...(@bundles.count-1)).limit @selected_game_nr # has to be between 0 and $games.count so we don't selected non-existant bla bla bla bla bla bla bla bla bla :P
Expand Down

0 comments on commit 0bf9aee

Please sign in to comment.