demo index.html
This commit is contained in:
parent
5575ec6b1c
commit
90010f287a
|
@ -22,9 +22,10 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<h1>Map generator demo</h1>
|
||||||
<button id="play-pause"></button>
|
<button id="play-pause"></button>
|
||||||
<div id="fps"></div>
|
<div id="fps"></div>
|
||||||
<canvas id="game-of-life-canvas"></canvas>
|
<canvas id="demo-canvas"></canvas>
|
||||||
<script src='./index.js'></script>
|
<script src='./index.js'></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user