FIX: room id is now pushed to the url
This commit is contained in:
parent
48b856f836
commit
65785240e1
2 changed files with 8 additions and 0 deletions
|
@ -301,6 +301,7 @@ export class GameScene extends ResizableScene implements CenterListener {
|
|||
|
||||
//hook create scene
|
||||
create(): void {
|
||||
urlManager.pushRoomIdToUrl(this.room);
|
||||
this.startLayerName = urlManager.getStartLayerNameFromUrl();
|
||||
|
||||
//initalise map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue