Update: CC - SpoonLib - Mouse Wheel (opxis1pjmo.js) 83 bytes modified

beta.r3js.org
-=yb4f310 2018-01-17 14:52:10 +01:00
parent e9999a3fa3
commit 3a118b76fb
1 changed files with 7 additions and 0 deletions

View File

@ -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);