wasm-test/index.html

24 lines
602 B
HTML
Raw Normal View History

2024-10-14 21:42:29 +02:00
<!DOCTYPE html>
<html>
<head>
<script src="load.js"></script>
2024-11-14 12:47:51 +01:00
<style>
#demo-canvas:hover {
cursor: none
};
</style>
2024-10-14 21:42:29 +02:00
</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>
2024-11-14 12:40:52 +01:00
<p>Press arrow key to move</p>
<p>Press space key to jump</p>
<p>Penger is afraid of your stinky hand</p>
2024-10-14 21:42:29 +02:00
</body>
</html>