progress
This commit is contained in:
parent
f9c6b1c02f
commit
901d8ff8c3
4 changed files with 179 additions and 63 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue