lots of stuff, scores system, better collisions, highscores, scoreboard, player counter, etc.

This commit is contained in:
2021-01-31 14:25:20 +02:00
parent c7de79fbc4
commit 15c8e91272
27 changed files with 937 additions and 107667 deletions

View File

@@ -9,6 +9,7 @@
margin: 0;
padding: 0;
box-sizing: border-box;
color: #850000;
}
main {
background: #000000;
@@ -20,7 +21,6 @@
}
div {
display: block;
color: #850000;
font-size: 8rem;
}
</style>