workadventure/front/src/Phaser/Game
David Négrier 69d2fa6944 Allowing several start positions in a given start layer
If more than one tile was set in the "start" layer, the last tile would be selected.
Now, the tile is selected at random among available tiles.

Also, a message is issued if no tiles have been put on the "start" layer.
2020-06-03 11:14:04 +02:00
..
AddPlayerInterface.ts Fixing typos. 2020-05-24 23:14:12 +02:00
GameManager.ts Commenting out the notion of status in the GameManager 2020-05-25 22:37:07 +02:00
GameScene.ts Allowing several start positions in a given start layer 2020-06-03 11:14:04 +02:00
PlayerMovement.ts Adding PlayersPositionInterpolator to interpolate/extrapolate players positions 2020-06-02 13:44:42 +02:00
PlayersPositionInterpolator.ts Adding PlayersPositionInterpolator to interpolate/extrapolate players positions 2020-06-02 13:44:42 +02:00