Skip to content

Commit

Permalink
default values
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythyu committed Sep 3, 2022
1 parent 5d8ee70 commit ecc884b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WhereIsMyMouse/PluginUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ class PluginUI : IDisposable

private bool CursorOn = false;

private float size = 10;
private float size = 15;

private float thickness = 5;
private float thickness = 2;

private Vector4 color = new Vector4(1, 0, 0, 1);

Expand Down

0 comments on commit ecc884b

Please sign in to comment.