diff --git a/fsilsam72g.js b/fsilsam72g.js index 2a00546..782bc6b 100644 --- a/fsilsam72g.js +++ b/fsilsam72g.js @@ -13,7 +13,7 @@ cursor.position.y = (((window.innerHeight / 2 - data.event.y)) * 0.05); cursor.updateInstance(); var thrower = GameLib.EntityManager.Instance.findComponentById('01viz3rw6l'); -thrower.rotation.x = 0.5 + cursor.position.y * 0.05; +thrower.rotation.x = 0.5 + cursor.position.y * 0.12; thrower.rotation.y = Math.PI + (cursor.position.x * -0.1); thrower.updateInstance();