basic login page with a text input and a click button
authorkharhamel <oognic@gmail.com>
Sun, 26 Apr 2020 15:54:56 +0000 (17:54 +0200)
committerkharhamel <oognic@gmail.com>
Sun, 26 Apr 2020 15:54:56 +0000 (17:54 +0200)
commitd691b58d0bc93245c6471cfc40a0c7ce49862480
tree103fe8b6531b4b7d4654f0efc557a5f52daf2f54
parent33bcbd465013b260233ad9634f1e1cf34738e66a
basic login page with a text input and a click button
front/dist/resources/objects/play_button.png [new file with mode: 0644]
front/dist/resources/objects/rockSprite.png [deleted file]
front/src/Phaser/Components/ClickButton.ts [new file with mode: 0644]
front/src/Phaser/Components/TextField.ts [new file with mode: 0644]
front/src/Phaser/Components/TextInput.ts [new file with mode: 0644]
front/src/Phaser/Game/GameManager.ts
front/src/Phaser/Game/GameScene.ts
front/src/Phaser/Login/LogincScene.ts [new file with mode: 0644]
front/src/index.ts