hehe
This commit is contained in:
parent
b2d3720f76
commit
43a6539c68
BIN
src/assets/music/credit.mp3
Normal file
BIN
src/assets/music/credit.mp3
Normal file
Binary file not shown.
BIN
src/assets/music/leaderboard.mp3
Normal file
BIN
src/assets/music/leaderboard.mp3
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user