version bump

这个提交包含在:
louis f 2019-01-20 00:55:51 -05:00
父节点 eec0bb137b
当前提交 b9e91f4977
共有 2 个文件被更改,包括 13 次插入2 次删除

查看文件

@ -14,4 +14,15 @@ Added null check for pixi sprite calculateverticies because it sometimes makes a
DPI is now taken into account when resizing.
Added credits to mission modal.
Added ability to go fullscreen.
Missions JSON moved to translations submodule so missions can be added/enabled without disturbing main project.
Missions JSON moved to translations submodule so missions can be added/enabled without disturbing main project.
## V1.2.1 (2018-12-29)
Custom asset support
Russian language support
Fix translation fallback
## V1.2.2 (2019-01-20)
Add language url parameter
Fix noise\_disappearance commands

查看文件

@ -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.2.1";
const version = "YameteTomete XDUPlayer V1.2.2";
let bodyLoaded = false;
let utageLoaded = false;
let languagesLoaded = false;