newRound() and Game Over
+ Bit Font for score + improved API for move and collision + miscs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user