feat: add bgm
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<audio id="bgm" loop>
|
||||
<source src="asset/music/bgm.mp3" type="audio/mpeg">
|
||||
Your browser does not support the audio element.
|
||||
</audio>
|
||||
<!-- 游戏的界面元素 -->
|
||||
<div id="restaurant">
|
||||
<div id="desktop">
|
||||
@@ -19,7 +23,8 @@
|
||||
<img src="asset/pic/qinshihuang/QinShiHuang.png" alt="秦始皇">
|
||||
</div>
|
||||
<div id="qinshihuang1" class="empire">
|
||||
<img src="asset/pic/qinshihuang/QinShiHuang_LeadPoisoning.png" alt="死法1">
|
||||
<img src="asset/pic/qinshihuang/QinShiHuang_LeadPoisoning.png"
|
||||
alt="死法1">
|
||||
</div>
|
||||
<div id="qinshihuang2" class="empire">
|
||||
<img src="asset/pic/qinshihuang/QinShiHuang_Meningitis.png" alt="死法2">
|
||||
@@ -37,11 +42,13 @@
|
||||
|
||||
</div>
|
||||
<div id="hint" class="hint">
|
||||
<img src="asset/pic/qinshihuang/hint_bottom.png" alt="提示按钮" onclick="handleHint('bottom');">
|
||||
<img src="asset/pic/qinshihuang/hint_bottom.png" alt="提示按钮"
|
||||
onclick="handleHint('bottom');">
|
||||
</div>
|
||||
<div id="hintpage" class="hintpage">
|
||||
<img src="asset/pic/qinshihuang/hint_page.png" alt="提示" onclick="handleHint('page');">
|
||||
</div>
|
||||
<img src="asset/pic/qinshihuang/hint_page.png" alt="提示"
|
||||
onclick="handleHint('page');">
|
||||
</div>
|
||||
<div id="customer1" class="customer">
|
||||
<img src="asset/pic/qinshihuang/Customer1_YoungMan.png" alt="中年男">
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user