support for global languages

This commit is contained in:
argoneus 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();
let audio = undefined; //Cant create a audio context without user input.
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";
let bodyLoaded = false;
let utageLoaded = false;