version bump
This commit is contained in:
parent
eec0bb137b
commit
b9e91f4977
13
CHANGELOG.md
13
CHANGELOG.md
@ -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
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user