Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ExplodingCB authored Dec 17, 2021
1 parent 6014b08 commit 2209ae9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1105,16 +1105,6 @@

var extension = Modernizr.audio.ogg ? 'ogg' : 'mp3';

var audio_files = [
["start", root + "audio/opening_song." + extension],
["die", root + "audio/die." + extension],
["eatghost", root + "audio/eatghost." + extension],
["eatpill", root + "audio/eatpill." + extension],
["eating", root + "audio/eating.short." + extension],
["eating2", root + "audio/eating.short." + extension]
];

load(audio_files, function() { loaded(); });
};

function load(arr, callback) {
Expand Down

0 comments on commit 2209ae9

Please sign in to comment.