refined player pointers. final ping changes

This commit is contained in:
Michele 2021-02-11 10:03:40 +00:00
parent efc9e13737
commit 73c8ca4e0f
2 changed files with 45 additions and 25 deletions

View file

@ -12,6 +12,7 @@ namespace Sledgemapper
public Color NoteColor { get; set; }
public string MachineName { get; set; }
public int TileDeleteDivider { get; set; }
public int PingDuration {get;set;}
public Settings()
{
@ -20,6 +21,7 @@ namespace Sledgemapper
NoteColor = Color.DarkRed;
OverlayTintColor = new Color(24, 118, 157);
TileDeleteDivider = 14;
PingDuration = 4000;
try
{
MachineName = Environment.MachineName;