diff --git a/lib/FlashlightComponent.js b/lib/FlashlightComponent.js index 909b115..e1ac003 100644 --- a/lib/FlashlightComponent.js +++ b/lib/FlashlightComponent.js @@ -37,7 +37,7 @@ define([ spotLightEntity.transformComponent.setRotation(rotX, rotY, 0); spotLightEntity.transformComponent.setUpdated(); - spotLight.intensity = (ValueNoise.evaluate1d(time, 2.3) - .5) * .2;; + spotLight.intensity = (ValueNoise.evaluate1d(time, .4)) * .2 + .8; } spotLightEntity.setComponent(script);