added czech
This commit is contained in:
parent
85f2815b6a
commit
0def56d476
@ -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", "enm", "kor", "zho"];
|
const languages = ["eng", "jpn", "rus", "cze", "enm", "kor", "zho"];
|
||||||
const version = "YameteTomete XDUPlayer V1.5.0";
|
const version = "YameteTomete XDUPlayer V1.5.0";
|
||||||
let bodyLoaded = false;
|
let bodyLoaded = false;
|
||||||
let utageLoaded = false;
|
let utageLoaded = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user