Changed font from text

Input name can only be 4 characters long
Passing name to next scene
This commit is contained in:
David Négrier 2020-05-01 23:19:51 +02:00
parent 85f84517f6
commit 42ddd8b858
7 changed files with 141 additions and 28 deletions

View file

@ -0,0 +1,3 @@
export interface GameSceneInitDataInterface {
name: string
}