move: implement circle movement
This commit is contained in:
@@ -4,8 +4,11 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hello typescript</title>
|
||||
<style>
|
||||
canvas { display: block; width: 100vw; height: 100vh; }
|
||||
</style>
|
||||
</head>
|
||||
<body style="margin: 0; padding 0; overflow: hidden; background-color: #000000">
|
||||
<body style="margin: 0; padding: 0; overflow: hidden; background-color: #000000">
|
||||
<canvas id="canvas" tabindex="0"></canvas>
|
||||
<script type="module" src="./move.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user