Add 'Test ECS Loop' to frontend

develop
Nathan Steel 1 year ago
parent 9754497895
commit 70f4a362b1

@ -17,6 +17,7 @@
</div> </div>
<canvas id="canvas" width="1000" height="600"></canvas> <canvas id="canvas" width="1000" height="600"></canvas>
<button onclick="untapAllZones()">Untap all</button> <button onclick="untapAllZones()">Untap all</button>
<button onclick="ECSLoopTest()">Test ECS Loop</button>
<script src="/socket.io/socket.io.js"></script> <script src="/socket.io/socket.io.js"></script>
<script src="/shapes.js"></script> <script src="/shapes.js"></script>

Loading…
Cancel
Save