Language selection.

Gulpfile
This commit is contained in:
firebingo 2018-04-21 12:53:55 -07:00
parent 5b5f3d83c2
commit 5ed031cb6a
9 changed files with 135 additions and 32 deletions

View file

@ -284,7 +284,6 @@ class Player {
default: {
let newValue = commonFunctions.lerp(l.initV, l.finalV, pos, inter);
let split = l.type.split(".");
if(split[0] == 'scale') { debugger; }
switch(split.length) {
case 1:
l.object[split[0]] = newValue;
@ -805,6 +804,7 @@ class Player {
this.playingVoice = undefined;
this.text.resetAll();
this.audio.resetAll();
this.utage.resetTranslations();
resolve();
} catch (error) {
reject(error);