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

beta.r3js.org
-=yb4f310 2018-03-19 10:11:03 +01:00
parent df847e3fe2
commit c85baad6d1
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ if (!this.initialized) {
}
if (this.state.turning) {
//console.warn('already turning - todo: store the input and play back');
//return;
console.warn('already turning - todo: store the input and play back');
return;
}
if (data.keyCode === GameLib.System.Input.KEY_UP) {