workadventure/front/src/Phaser/Game
David Négrier 559e15ebb6 Adding an "alone" mode
In "alone" mode (or single-player mode), WorkAdventure does not connect to the server at all.
In order to enter the "alone" mode, you need to add "?alone=true" to the URL.

"alone" mode can be useful for tutorials (First Time User Experience) where you want to explain how WorkAdventure works without being disturbed by other users.
2021-03-30 16:08:49 +02:00
..
AddPlayerInterface.ts All player textures are now lazy-loaded 2021-01-08 11:44:41 +01:00
GameManager.ts FIX: help camera settings popup now only show up once 2021-03-24 15:59:18 +01:00
GameMap.ts Fix last properties changed after trigger change position 2021-02-18 11:32:37 +01:00
GameScene.ts Adding an "alone" mode 2021-03-30 16:08:49 +02:00
PlayerMovement.ts rewrote the login workflow 2020-09-25 19:23:33 +02:00
PlayersPositionInterpolator.ts Migrating userId to "int32" to save some space and adding userMoves message in protobuf 2020-09-18 13:57:38 +02:00