first step on loading a tileset from a script
This commit is contained in:
parent
2f9cc393a7
commit
3506063e65
9 changed files with 276 additions and 3 deletions
|
@ -17,6 +17,7 @@
|
|||
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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue