Load a json file that describe a tileset in Tile format.
Then add it to the tilemap of the GameScene Then add if to the GameMap
This commit is contained in:
parent
5a56c20221
commit
73d589ad11
11 changed files with 407 additions and 68 deletions
5
maps/tests/LoadTileset/scriptTileset.js
Normal file
5
maps/tests/LoadTileset/scriptTileset.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
WA.room.loadTileset("http://maps.workadventure.localhost/tests/LoadTileset/Yellow.json").then((firstgid) => {
|
||||
WA.room.setTiles([
|
||||
{x: 5, y: 5, tile: firstgid + 1, layer: 'bottom'},
|
||||
]);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue