Merge branch 'develop' of github.com:thecodingmachine/workadventure into metadataScriptingApi
This commit is contained in:
commit
2a2cea2cd5
6 changed files with 148 additions and 11 deletions
|
@ -441,6 +441,10 @@ export class GameScene extends DirtyScene implements CenterListener {
|
|||
}
|
||||
}
|
||||
|
||||
this.gameMap.exitUrls.forEach(exitUrl => {
|
||||
this.loadNextGame(exitUrl)
|
||||
})
|
||||
|
||||
this.initStartXAndStartY();
|
||||
|
||||
//add entities
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue