only one client per page
This commit is contained in:
parent
0fab0e8c56
commit
f04822fcf0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<link rel="stylesheet" href="./index.scss" />
|
||||
</head><body>
|
||||
<canvas class="GameCanvas" width="500" height="400"></canvas>
|
||||
<canvas class="GameCanvas" width="500" height="400"></canvas>
|
||||
<!--<canvas class="GameCanvas" width="500" height="400"></canvas>-->
|
||||
<!--<canvas id="RenderTest" width="500" height="400"></canvas>-->
|
||||
<script src="./index.ts"></script>
|
||||
</body></html>
|
||||
|
|
Loading…
Reference in a new issue