Adding a new SelectCharacterScene
authorDavid Négrier <d.negrier@thecodingmachine.com>
Mon, 25 May 2020 21:26:27 +0000 (23:26 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Mon, 25 May 2020 21:26:27 +0000 (23:26 +0200)
commitda0d9fed87a41125c8a633e20195b05d5d96b5b5
tree80acb1880235c48885e05bb173b7b77df3ecbcb7
parenta0ce57e5821e01ba40fa716de05385f73d18e383
Adding a new SelectCharacterScene

Taking what was done in the LoginScene regarding character selection and putting it in its own scene.
Also, making character selection possible via the keyboard.
front/src/Phaser/Entity/PlayableCaracter.ts
front/src/Phaser/Login/SelectCharacterScene.ts [new file with mode: 0644]
front/src/index.ts