diff --git a/306204wy29.js b/306204wy29.js index 12f2c43..fd64dd5 100644 --- a/306204wy29.js +++ b/306204wy29.js @@ -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;