Add select player in login page

This commit is contained in:
gparant 2020-05-04 01:48:14 +02:00
parent b65e37c468
commit 58a1a8a3c9
4 changed files with 86 additions and 15 deletions

View file

@ -1,5 +1,4 @@
import {getPlayerAnimations, playAnimation, PlayerAnimationNames} from "../Player/Animation";
import {ActiveEventList, UserInputEvent} from "../UserInput/UserInputManager";
import {PlayerAnimationNames} from "../Player/Animation";
import {SpeechBubble} from "./SpeechBubble";
import BitmapText = Phaser.GameObjects.BitmapText;