add: better big flashlight
This commit is contained in:
@@ -159,11 +159,13 @@ namespace DevourClient.Hacks
|
|||||||
{
|
{
|
||||||
flashlightSpot.intensity = 1.5f;
|
flashlightSpot.intensity = 1.5f;
|
||||||
flashlightSpot.range = 9f;
|
flashlightSpot.range = 9f;
|
||||||
|
flashlightSpot.spotAngle = 90f;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
flashlightSpot.intensity = 1.5f;
|
flashlightSpot.intensity = 1.5f;
|
||||||
flashlightSpot.range = 200f;
|
flashlightSpot.range = 200f;
|
||||||
|
flashlightSpot.spotAngle = 70f;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
|
|||||||
Reference in New Issue
Block a user