Skip to content

Commit

Permalink
Красивое освещение (#950)
Browse files Browse the repository at this point in the history
* add nice light mask for lightning (#54)

* rename //
  • Loading branch information
ThereDrD0 authored Dec 27, 2024
1 parent c2e108a commit 430a73c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/MouseRotator/MouseRotatorComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public sealed partial class MouseRotatorComponent : Component
/// How much the desired angle needs to change before a predictive event is sent
/// </summary>
[DataField, AutoNetworkedField]
public Angle AngleTolerance = Angle.FromDegrees(20.0);
public Angle AngleTolerance = Angle.FromDegrees(4.0); // Sunrise edit - для красивого света

/// <summary>
/// The angle that will be lerped to
Expand All @@ -37,7 +37,7 @@ public sealed partial class MouseRotatorComponent : Component
/// like turrets or ship guns, which have finer range of movement.
/// </summary>
[DataField, AutoNetworkedField]
public bool Simple4DirMode = true;
public bool Simple4DirMode = false; // Sunrise edit - для красивого света
}

/// <summary>
Expand Down
Binary file modified Resources/Textures/Effects/LightMasks/cone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 430a73c

Please sign in to comment.