Merge branch 'develop' of github.com:thecodingmachine/workadventure into scripting_api_room_metadata
This commit is contained in:
commit
5116b82e77
15 changed files with 133 additions and 113 deletions
|
@ -604,6 +604,7 @@ export class GameScene extends DirtyScene {
|
|||
position: message.position,
|
||||
visitCardUrl: message.visitCardUrl,
|
||||
companion: message.companion,
|
||||
userUuid: message.userUuid,
|
||||
};
|
||||
this.addPlayer(userMessage);
|
||||
});
|
||||
|
|
|
@ -6,4 +6,5 @@ export interface PlayerInterface {
|
|||
characterLayers: BodyResourceDescriptionInterface[];
|
||||
visitCardUrl: string | null;
|
||||
companion: string | null;
|
||||
userUuid: string;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue