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