2024-10-14 21:42:29 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<script src="load.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<canvas id="demo-canvas"></canvas>
|
|
|
|
<br>
|
|
|
|
<p id='scale'></p>
|
|
|
|
<button id='descaling'>scale - 1</button>
|
|
|
|
<button id='scaling'>scale + 1</button>
|
2024-11-13 16:46:30 +01:00
|
|
|
<button id='reset'>reset velocity</button>
|
|
|
|
<br>
|
|
|
|
<p>press arrow key to move</p>
|
2024-11-13 16:51:08 +01:00
|
|
|
<p>press space key to jump</p>
|
2024-10-14 21:42:29 +02:00
|
|
|
</body>
|
|
|
|
</html>
|