Skip to content

Commit

Permalink
update folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
Maoyeedy committed Sep 22, 2024
1 parent 7962780 commit 735da58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions sketch.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ let musicIsPlayed = false

function preload () {
soundFormats('mp3')
music = loadSound('./public/music.mp3')
font = loadFont('./public/FiraCode-Regular.ttf')
music = loadSound('./assets/music.mp3')
font = loadFont('./assets/FiraCode-Regular.ttf')
// always use relative path for github pages
}

function setup () {
Expand Down

0 comments on commit 735da58

Please sign in to comment.