This commit is contained in:
Michele 2021-01-01 18:35:35 +00:00
parent f9c6b1c02f
commit 901d8ff8c3
4 changed files with 179 additions and 63 deletions

View file

@ -18,6 +18,7 @@ namespace Sledgemapper
public string CurrentWallId { get; set; }
public string CurrentOverlayId { get; set; }
public SnapPoint LineStart { get; internal set; }
public float LineWidth { get; internal set; }
public InsertMode InsertMode;
@ -32,6 +33,7 @@ namespace Sledgemapper
SelectedOverlay = new() { X = 1, Y = 1 };
SelectedNote = new() { X = 1, Y = 1 };
TileSize = 30;
LineWidth=1;
}
public void SelectClosestWall(Point mousePosition)