refined player pointers. final ping changes
This commit is contained in:
parent
efc9e13737
commit
73c8ca4e0f
2 changed files with 45 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue