Added the clock icon back next to the level length #172

Merged
Boss-GamerDEV merged 1 commit from patch-1 into master 2021-10-03 10:54:24 -03:00

View file

@ -123,6 +123,7 @@
</div>
<div class="transparentBox center" style="width: 115vh; height: 6%; margin: 0.5% auto 1% auto; padding-top: 1%; padding-bottom: 0.5%;">
<div class="lengthDiv" style="pointer-events: none" len=0><h1 class="gdButton smaller" style="pointer-events: none"><img src="../assets/time.png" height="90%" style="pointer-events: none"></h1></div>
<div class="lengthDiv" len=0><h1 class="gdButton smaller">Tiny</h1></div>
<div class="lengthDiv" len=1><h1 class="gdButton smaller">Short</h1></div>
<div class="lengthDiv" len=2><h1 class="gdButton smaller">Medium</h1></div>
@ -321,4 +322,4 @@ Fetch(`../api/music`).then(music => {
else $('#demonList').show()
})
</script>
</script>