Skip to content

Commit

Permalink
speeding up normal play speed a little
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Jan 3, 2010
1 parent efc260e commit 870c0d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Speeding up play speed a little

* Ticking captive explosion now kills everything on the floor, adjusting level 6 to compensate

* Adding intermediate level 7
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_warrior/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def initialize(arguments, stdin, stdout)
def run
Config.in_stream = @stdin
Config.out_stream = @stdout
Config.delay = 0.8
Config.delay = 0.6
parse_options
@game.start
end
Expand Down

0 comments on commit 870c0d4

Please sign in to comment.