Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
voidpls authored May 19, 2020
1 parent d7e15a6 commit 57a33d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function init(bgNum) {
//function init(bgNum) {
// let bgAddr = `files/bg/rain${bgNum}.gif`

//$('<img/>')
Expand All @@ -10,8 +10,8 @@ function init(bgNum) {
//song.loop = true
//song.volume = 0.75
//song.play()
})
}
//})
//}

//let bgNum = ~~(Math.random() * 6) + 1
//init(bgNum)
Expand Down

0 comments on commit 57a33d2

Please sign in to comment.