Terrain brush implemented.

This commit is contained in:
Mal
2020-01-30 20:51:29 +01:00
parent 969310c932
commit 2fa3bf5a53
9 changed files with 166 additions and 4 deletions

View File

@@ -7,5 +7,7 @@
<script type="module" src="js/module.js"></script>
</head>
<body>
<div id="tileset"></div>
<div id="map"></div>
</body>
</html>