From 3a118b76fb74ae862c3648af9c51cd0505cb9f9e Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 17 Jan 2018 14:52:10 +0100 Subject: [PATCH] Update: CC - SpoonLib - Mouse Wheel (opxis1pjmo.js) 83 bytes modified --- opxis1pjmo.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/opxis1pjmo.js b/opxis1pjmo.js index b577fc8..e3d1cff 100644 --- a/opxis1pjmo.js +++ b/opxis1pjmo.js @@ -19,6 +19,13 @@ if (data.event.deltaY > 0) { this.cylinder.rotation.x -= 0.897597901; } +GameLib.Event.Emit( + GameLib.Event.PLAY_AUDIO, + { + name : 'Audio - Select' + } +); + //this.cylinder.rotation.x += data.event.deltaY * 0.01; //GameLib.Event.Emit(GameLib.Event.MOUSE_UP);