suppression last line of loadtileset

This commit is contained in:
GRL
2021-05-28 14:33:16 +02:00
parent 276b404dd9
commit 8f21ea8385
-1
View File
@@ -17,7 +17,6 @@
chatDiv.innerText = message;
document.getElementById('chatSent').append(chatDiv);
}));
WA.loadTileset('TEST', 'https://gparant.github.io/tcm-client/TCM/paris-map/tileset1.png', 32, 32, 0, 0);
</script>
</body>
</html>