Skip to content

Commit

Permalink
combine 2d 3d
Browse files Browse the repository at this point in the history
  • Loading branch information
monetjoe committed Apr 14, 2024
1 parent 84c5942 commit 02e25ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/bgm.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
background: url(../img/bgm.png) no-repeat;
}

.idx {
display: block;
position: fixed;
bottom: 10px;
left: 10px;
}

.play {
background-position-y: 0px !important;
}
Expand Down
1 change: 1 addition & 0 deletions index-3d.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<audio id="music" preload="auto" loop></audio>
<a id="music_btn" class="play" href="javascript:playPause();"></a>
</div>
<a class="idx" href="./index.html" style="color: bisque;">2D</a>
</div>

<!-- sakura shader -->
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
<audio id="music" preload="auto" loop></audio>
<a id="music_btn" class="play" href="javascript:playPause();"></a>
</div>
<a class="idx" href="./index-3d.html">3D</a>
</div>
</body>
<script src="js/letter.js" type="text/javascript" charset="utf-8"></script>
Expand Down

0 comments on commit 02e25ce

Please sign in to comment.