newRound() and Game Over

+ Bit Font for score
+ improved API for move and collision
+ miscs
This commit is contained in:
LuckyLaszlo
2022-10-22 09:47:25 +02:00
parent 3f6d7c3afc
commit af3d885f12
5 changed files with 281 additions and 106 deletions

View File

@@ -3,6 +3,14 @@
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
@font-face {
font-family: 'Bit5x3';
src: url('Bit5x3.woff2') format('woff2'),
url('Bit5x3.woff') format('woff');
font-weight: normal;
font-style: normal;
font-display: swap;
}
body {
margin: 0;
background-color: #222425;