Titlescreen: Add language selection menu

This commit is contained in:
LoveEevee
2019-01-21 18:47:22 +03:00
parent 016bfaf2c1
commit 59baa9f06f
12 changed files with 463 additions and 91 deletions

View File

@@ -16,7 +16,7 @@ class Scoresheet{
this.fadeScreen.id = "fade-screen"
this.game.appendChild(this.fadeScreen)
this.font = "TnT, Meiryo, sans-serif"
this.font = strings.font
this.state = {
screen: "fadeIn",
screenMS: this.getMS(),