support for global languages
This commit is contained in:
parent
14efed32e3
commit
47e250ba89
3 changed files with 1662 additions and 1643 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue