Skip to content

Commit

Permalink
Fix assets, add some timelines
Browse files Browse the repository at this point in the history
  • Loading branch information
alex2wong committed Aug 18, 2019
1 parent f49de98 commit 8680a1f
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
30 changes: 30 additions & 0 deletions assets/timelines.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,34 @@ var timelines = [{
bearing: 45,
pitch: 0
}
}, {
"id": "13",
"title": "Last Day of Stannis",
"description": "史坦尼斯·拜拉席恩卷土重来,向临冬城发动进攻,意欲唤醒北境为他作战。他还得到了铁金库的资助",
"camera": {
center: [14.560155794776101, 26.61113907],
zoom: 6.68,
bearing: 45,
pitch: 0
}
}, {
"id": "14",
"title": "Dead Man",
"description": "守夜人与托蒙德为首的野人缔结同盟,共同对抗异鬼。在接到一封可能由拉姆斯·波顿发出的信件后,琼恩·雪诺被部下刺杀",
"camera": {
center: [18.853961295738596, 34.89038102283956],
zoom: 6.68,
bearing: 45,
pitch: 0
}
}, {
"id": "15",
"title": "Yunkai",
"description": "渊凯组织反对丹妮莉丝·坦格利安的联盟,魁尔斯、瓦兰提斯、新吉斯等城邦均向丹妮莉丝宣战 ",
"camera": {
center: [65.830071566353365, -11.860544433000],
zoom: 6.68,
bearing: 45,
pitch: 0
}
}];
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@
onchange="toggleTerrain()" checked disabled>
<label for="toggleTerrain">toggle terrain</label>
<iframe src="assets/silence.mp3" allow="autoplay" id="audio" style="display:none"></iframe>
<audio id="player" autoplay loop muted>
<source src="assets/Ramin Djawadi - Game Of Thrones.mp3" type="audio/mp3">
</audio>
<audio id="player" autoplay loop muted
src="https://music.163.com/song/media/outer/url?id=32526653.mp3"></audio>
</div>
<div class='map-overlay-container'>
<div class='map-overlay'>
Expand Down

0 comments on commit 8680a1f

Please sign in to comment.