This commit is contained in:
Carolus Bramnatyo Seno Mahesworo 2025-12-02 15:28:03 +07:00
parent b2d3720f76
commit 43a6539c68
4 changed files with 8 additions and 1 deletions

BIN
src/assets/music/credit.mp3 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -95,6 +95,9 @@
</div>
<script>
var backgroundMusic = document.createElement('audio');
backgroundMusic.src = "assets/music/leaderboard.";
backgroundMusic.play();
(function () {
const inner = document.getElementById('creditsInner');
const speed = parseFloat(getComputedStyle(document.documentElement).getPropertyValue('--speed')) || 40; // px/sec

View File

@ -258,6 +258,8 @@ td {
flex-direction: column;
justify-content: center;
align-items: center;
background-image: url(/assets/Design/landingPage.png);
background-position: center;
}
.container-onboard h1 {
@ -296,8 +298,10 @@ td {
align-items: center;
justify-content: center;
height: 100vh;
background: #060607;
background-image: url(/assets/Design/creditbg.png);
margin: 0;
background-position: center;
background-size:cover ;
}
.container-credits .credits {