Update: CC - Demo New - Key Up (ip0443a52d.js) 46 bytes modified

beta.r3js.org
-=yb4f310 2018-02-20 12:46:10 +01:00
parent d6c8c34088
commit ac95b56b1e
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,11 @@ if (!this.initialized) {
console.log('key up initialized');
}
if (data.code === 'KeyL') {
console.log(data);
if (data.code === 'KeyL' ||
data.code === 'l'
) {
this.loadNext();
}