Update: CC - Snake FS - Key Down (306204wy29.js) 82 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 21:35:26 +01:00
parent cb657bad41
commit 89e5ffbe55
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,13 @@ if (!this.initialized) {
this.initialized = true;
}
GameLib.Event.Emit(
GameLib.Event.PLAY_AUDIO,
{
name : 'Audio - Click'
}
);
if (this.state.turning) {
console.warn('already turning - todo: store the input and play back');
return;