Skip to content

Commit

Permalink
Put delay back to what it was
Browse files Browse the repository at this point in the history
  • Loading branch information
kerryb committed Mar 6, 2012
1 parent ee48c0d commit 26c1fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game.rb
Expand Up @@ -18,7 +18,7 @@ def run
@dungeon.render
update
@moves += 1
sleep(0.01)
sleep(0.1)
end until finished?
puts "FIN! You took #{@moves} moves."
end
Expand Down

0 comments on commit 26c1fbb

Please sign in to comment.