Skip to content

Commit

Permalink
Merge pull request #52 from electric-moss/main
Browse files Browse the repository at this point in the history
  • Loading branch information
slweeb authored Jul 3, 2024
2 parents 752590a + d58e5da commit e9e60de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions splat.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
var splataudio = new Audio('https://github.com/electric-moss/electric-moss.github.io/blob/main/splat.js')

window.addEventListener("load", function(){
for (var i in ingredients) {
if (ingredients[i].onLand) continue;
ingredients[i].onLand = splataudio.play;
}
})


0 comments on commit e9e60de

Please sign in to comment.