Renaming WA.room.getMap
to WA.room.getTiledMap
This commit is contained in:
parent
181545e6b7
commit
080d495044
3 changed files with 5 additions and 5 deletions
|
@ -79,7 +79,7 @@ export class WorkadventureRoomCommands extends IframeApiContribution<Workadventu
|
|||
},
|
||||
});
|
||||
}
|
||||
async getMap(): Promise<ITiledMap> {
|
||||
async getTiledMap(): Promise<ITiledMap> {
|
||||
const event = await queryWorkadventure({ type: "getMapData", data: undefined });
|
||||
return event.data as ITiledMap;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue