Adding the display of a circle around the group
authorDavid Négrier <d.negrier@thecodingmachine.com>
Thu, 7 May 2020 22:35:36 +0000 (00:35 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Thu, 7 May 2020 22:35:36 +0000 (00:35 +0200)
commit02e6b50b1619562beafcd9975acc9aa6ce5bf9ad
treeea3ed5ec3f30d7a3a6b8f3c54d2e4fdce13cffc6
parent05fbcad2523b433480ad9e27851087183f4af5d1
Adding the display of a circle around the group

This PR adds the display of a circle around groups. This is useful to view where you need to go to speak to someone but also to debug.

Note: implementation is suboptimal, relying on a "graphics" object that is known to be slow. In the future, we need to use a circle as a sprite instead.
back/src/Controller/IoSocketController.ts
back/src/Model/World.ts
back/tests/WorldTest.ts
front/src/Connexion.ts
front/src/Phaser/Game/GameManager.ts
front/src/Phaser/Game/GameScene.ts
front/src/Phaser/Player/Animation.ts