version bump

This commit is contained in:
louis f 2019-01-20 00:55:51 -05:00
parent eec0bb137b
commit b9e91f4977
2 changed files with 13 additions and 2 deletions

View File

@ -14,4 +14,15 @@ Added null check for pixi sprite calculateverticies because it sometimes makes a
DPI is now taken into account when resizing. DPI is now taken into account when resizing.
Added credits to mission modal. Added credits to mission modal.
Added ability to go fullscreen. 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

View File

@ -11,7 +11,7 @@ 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"]; const languages = ["eng", "jpn", "rus"];
const version = "YameteTomete XDUPlayer V1.2.1"; const version = "YameteTomete XDUPlayer V1.2.2";
let bodyLoaded = false; let bodyLoaded = false;
let utageLoaded = false; let utageLoaded = false;
let languagesLoaded = false; let languagesLoaded = false;