Shader galore

This commit is contained in:
Michele 2021-01-09 00:38:19 +00:00
parent 519b7518ff
commit 07685fcd9c
62 changed files with 496 additions and 266 deletions

View file

@ -11,6 +11,8 @@ namespace Sledgemapper
public Color GridColor { get; set; }
public Color NoteColor { get; set; }
public string MachineName { get; set; }
public int Thickness { get; internal set; }
public int Threshold { get; internal set; }
public Settings()
{