workadventure/front/src/Phaser/Game
grégoire parant 2b13b764b4
Public texture (#1093)
* Public texture

 - Front => Get texture when user connected on public method
 - Front => Anonymous login will be make every connexion to get map details
 - Pusher => `/anonymLogin` permit to get map details and public texture load in customize scene

* Improve texture local user

- Permit to keep previous texture get with 'register' link

* Texture public loading

 - Texture will be load with Room class
 - Fix issue on lazzy loading atttempt

* Remove async await useless
2021-06-03 13:07:52 +02:00
..
AddPlayerInterface.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
DepthIndexes.ts Added a radial menu to run emotes 2021-05-19 15:17:50 +02:00
DirtyScene.ts correction of resize select character and companion by David 2021-05-31 10:20:48 +02:00
EmoteManager.ts now use custom emotes with tweens instead of transistions 2021-05-25 16:37:24 +02:00
Game.ts correction of resize select character and companion by David 2021-05-31 10:20:48 +02:00
GameManager.ts Public texture (#1093) 2021-06-03 13:07:52 +02:00
GameMap.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
GameScene.ts FIX: on a touch screen, the menu emote will not open if more than one pointer is used 2021-06-03 10:22:06 +02:00
PlayerMovement.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
PlayersPositionInterpolator.ts Setting "importsNotUsedAsValues": "error" 2021-05-12 09:13:25 +02:00
SoundManager.ts Moving audio message to Svelte 2021-06-02 16:46:28 +02:00