voxel-creature
Version:
create creatures for voxel.js
20 lines (19 loc) • 381 B
HTML
<html>
<head>
<title>voxel debris</title>
<style type="text/css">
body {
margin: 0px;
}
#container {
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
}
</style>
</head>
<body>
<div id="container"></div>
<script type="text/javascript" src="bundle.js"></script>
</body>
</html>