Skip to content

Commit

Permalink
moved bg audio play to music passage
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor on Mac committed Feb 28, 2024
1 parent cdf70bf commit 8d88326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.twee
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,8 @@ Spook Tours

:: setup.music {"position":"100,900","size":"100,100"}

<<playlist "bg" volume 0 fadeto 0.3>>

<<script>>
$('#story').attr('style', 'background-image:url(images/bg.jpg)');
<</script>>
Expand All @@ -373,8 +375,6 @@ Spook Tours

:: setup.player {"position":"100,900","size":"100,100"}

<<playlist "bg" volume 0 fadeto 0.3>>

<<script>>
$('#story').attr('style', 'background-image:url(images/bg.jpg)');
<</script>>
Expand Down

0 comments on commit 8d88326

Please sign in to comment.