support for global languages

This commit is contained in:
argo neus 2020-05-16 15:39:41 +02:00
parent 14efed32e3
commit 47e250ba89
3 changed files with 1662 additions and 1643 deletions

View File

@ -10,7 +10,7 @@ const shaders = new Shaders();
const textFunc = new TextFunctions(); const textFunc = new TextFunctions();
let audio = undefined; //Cant create a audio context without user input. let audio = undefined; //Cant create a audio context without user input.
const player = new Player(pixiApp, utage, textFunc, audio, shaders); const player = new Player(pixiApp, utage, textFunc, audio, shaders);
const languages = ["eng", "jpn", "rus"]; const languages = ["eng", "jpn", "rus", "enm", "kor", "zho"];
const version = "YameteTomete XDUPlayer V1.4.0"; const version = "YameteTomete XDUPlayer V1.4.0";
let bodyLoaded = false; let bodyLoaded = false;
let utageLoaded = false; let utageLoaded = false;

@ -1 +1 @@
Subproject commit ac0bfbd699431e9befdd843379e7c91ad1014cec Subproject commit 178ec9be36f504418d6aae0bb099d5006bd4186a

3301
package-lock.json generated

File diff suppressed because it is too large Load Diff