Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit c40e83a

Browse files
Increased event line length
1 parent 26a2a28 commit c40e83a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/SO Architecture/Events/GameEventListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void OnEventRaised()
5151

5252
#if UNITY_EDITOR
5353
private const float DOTTED_LINE_LENGTH = 5;
54-
private const float DOT_LENGTH = 0.1f;
54+
private const float DOT_LENGTH = 0.5f;
5555
private const float DOT_WIDTH = 3;
5656
private const float EVENT_MOVEMENT_SPEED = 5;
5757

0 commit comments

Comments
 (0)