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

beta.r3js.org
-=yb4f310 2018-03-15 13:07:28 +01:00
parent 64a5ae87a0
commit 42b802d7f0
1 changed files with 5 additions and 0 deletions

View File

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