Skip to content

Commit

Permalink
skibidi toilet
Browse files Browse the repository at this point in the history
  • Loading branch information
Simyon264 committed Dec 27, 2024
1 parent 7e8e743 commit 2521c16
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 365 deletions.
2 changes: 1 addition & 1 deletion Content.Shared/Chasm/ChasmFallingComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ public sealed partial class ChasmFallingComponent : Component
/// <summary>
/// Scale that the animation should bring entities to.
/// </summary>
public Vector2 AnimationScale = new Vector2(0.02f, 0.02f);
public Vector2 AnimationScale = new Vector2(0.2f, 0.2f);
}
Loading

0 comments on commit 2521c16

Please sign in to comment.