workadventure/front/src/Phaser/Game
David Négrier 6815fe7a0a Added a new LayersIterator class
This class iterates recursively over layers, flattening groups.
This enables us to simplify the code when we iterate layers. We can remove all recursive function calls in the GameScene code (it is delegated to the LayersIterator)
2021-04-26 11:21:34 +02:00
..
AddPlayerInterface.ts transmit companion to remote players 2021-04-02 21:21:11 +02:00
GameManager.ts FEATURE: add the ability to zoom in and out using touch screen 2021-04-15 16:37:58 +02:00
GameMap.ts Added a new LayersIterator class 2021-04-26 11:21:34 +02:00
GameScene.ts Added a new LayersIterator class 2021-04-26 11:21:34 +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