workadventure/front/src/Phaser/Game
David Négrier 55767f2c78 Fixing image tileset key
If 2 maps share the same tileset name (even if they use 2 different URLs for the tileset), the tileset image will be reused wrongly.

This commit fixes the tileset key to make it equal to the image URL.
2020-07-07 18:22:10 +02:00
..
AddPlayerInterface.ts Fixing typos. 2020-05-24 23:14:12 +02:00
GameManager.ts Code cleanup and removing exception in favor of console error 2020-06-22 18:42:54 +02:00
GameScene.ts Fixing image tileset key 2020-07-07 18:22:10 +02:00
PlayerMovement.ts Fixing use const instead of let 2020-06-19 14:30:34 +02:00
PlayersPositionInterpolator.ts Fixing use const instead of let 2020-06-19 14:30:34 +02:00