poet and mystic side quest

This commit is contained in:
Madison Scott-Clary
2019-08-25 20:54:46 -07:00
parent 5c056c43a1
commit 7e62986754
21 changed files with 1076 additions and 601 deletions

View File

@ -15,9 +15,15 @@ audio {
display: block;
margin: 0 auto;
}
.moving-on {
display: none;
margin: 1rem;
text-align: center;
}
</style>
<div class="vis"></div>
<div class="moving-on"><a class="pulse" href="/46">And so we come to a place between.</a></div>
<audio autoplay loop controls src="/confusion.mp3"></audio>
<script type="text/javascript">
@ -119,6 +125,7 @@ const spans = []
function eachPhrase() {
if (phraseIdx >= induction.length) {
document.querySelector('.moving-on').style['display'] = 'block';
return;
}
if (corruptID) {