Updated to Pixi v5.
This also fixes a chrome video preload spec change.
This commit is contained in:
parent
0c039b6ed4
commit
5ca0935ac6
4 changed files with 28 additions and 66 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
const pixiApp = {
|
||||
app: new PIXI.Application(baseDimensions),
|
||||
loader: PIXI.loader
|
||||
loader: PIXI.Loader.shared
|
||||
};
|
||||
|
||||
const utage = new UtageInfo();
|
||||
|
@ -11,7 +11,7 @@ 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 version = "YameteTomete XDUPlayer V1.3.1";
|
||||
const version = "YameteTomete XDUPlayer V1.4.0";
|
||||
let bodyLoaded = false;
|
||||
let utageLoaded = false;
|
||||
let languagesLoaded = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue