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>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
var backgroundMusic = document.createElement('audio');
|
||||||
|
backgroundMusic.src = "assets/music/leaderboard.";
|
||||||
|
backgroundMusic.play();
|
||||||
(function () {
|
(function () {
|
||||||
const inner = document.getElementById('creditsInner');
|
const inner = document.getElementById('creditsInner');
|
||||||
const speed = parseFloat(getComputedStyle(document.documentElement).getPropertyValue('--speed')) || 40; // px/sec
|
const speed = parseFloat(getComputedStyle(document.documentElement).getPropertyValue('--speed')) || 40; // px/sec
|
||||||
|
|||||||
@ -258,6 +258,8 @@ td {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
background-image: url(/assets/Design/landingPage.png);
|
||||||
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-onboard h1 {
|
.container-onboard h1 {
|
||||||
@ -296,8 +298,10 @@ td {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background: #060607;
|
background-image: url(/assets/Design/creditbg.png);
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
background-position: center;
|
||||||
|
background-size:cover ;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-credits .credits {
|
.container-credits .credits {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user