Refactor Class
authorgparant <g.parant@thecodingmachine.com>
Tue, 7 Apr 2020 17:23:21 +0000 (19:23 +0200)
committergparant <g.parant@thecodingmachine.com>
Tue, 7 Apr 2020 17:23:21 +0000 (19:23 +0200)
commit5d463d097a45766735d7c1dd99209d7e56fc35e4
treed68c4ba709a97652974304d2439dcf89051d63c5
parent833e7554f4b4c680381df2b695eaeeaf86645bce
Refactor Class

 - Add MapManager permit to create map, camera and player.
 - Add CameraManager permit to move and update camera.
 - Add player Call extended of Phaser.GameObjects.Sprite. Permit to manager player data and moving in the map.
 - Add Animation class permit to manage the player animations.
front/src/GameScene.ts [deleted file]
front/src/Phaser/CameraManager.ts [new file with mode: 0644]
front/src/Phaser/GameScene.ts [new file with mode: 0644]
front/src/Phaser/MapManager.ts [new file with mode: 0644]
front/src/Phaser/Player.ts [new file with mode: 0644]
front/src/Phaser/Player/Animation.ts [new file with mode: 0644]
front/src/index.ts