Skip to content

Commit

Permalink
Document controls
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 20, 2024
1 parent 20a058f commit bd8ffb6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>Raycasting in TypeScript</title>
<style>
#game {
.container {
position: absolute;
left: 50%;
top: 50%;
Expand All @@ -13,7 +13,10 @@
</head>
<body>
<img id="tsodinPog" style="display:none" src="./images/tsodinPog.png"/>
<canvas id="game"></canvas>
<div class="container">
<div>Controls: WASD</div>
<canvas id="game"></canvas>
</div>
<script src="index.js"></script>
</body>
</html>

0 comments on commit bd8ffb6

Please sign in to comment.