sketchout a canvas applet
This commit is contained in:
parent
a7300c16b7
commit
d106823e19
2 changed files with 36 additions and 0 deletions
11
island.html
Normal file
11
island.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>ProcGen Island</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="js/island.js"></script>
|
||||
<script>
|
||||
document.body.append(...IslandApplet());
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue