Skip to content

Commit

Permalink
Add dino rampage sound.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Weathered, Nate Kane, and Odin Dutton authored and twe4ked committed Nov 18, 2012
1 parent 647ebf1 commit c8df1f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added assets/sounds/dino_rampage.m4a
Binary file not shown.
1 change: 1 addition & 0 deletions lib/player.rb
Expand Up @@ -29,6 +29,7 @@ def tick
track.dino_ups.delete *dino_ups
@dino_count = 0
@jump_pos = nil
Sound.play('dino_rampage')
end
if @dino_count
if (0..50).cover?(@dino_count.to_i)
Expand Down

0 comments on commit c8df1f8

Please sign in to comment.