Update: CC - Snake FS - Key Up (306204wy29.js) 61 bytes modified

beta.r3js.org
-=yb4f310 2018-03-13 13:09:46 +01:00
parent bdadc3a3be
commit f6481a4bb3
1 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,10 @@ if (!this.initialized) {
this.initialized = true;
}
if (data.keyCode === GameLib.System.Input.KEY_UP) {
console.log('key up');
}
console.log(data);
//@ sourceURL=CustomCode (306204wy29).js
//@ sourceURL=keyUp.js