tiles and lines

This commit is contained in:
Michele Scandura 2020-12-21 16:29:59 +00:00
parent 9085f4d5cb
commit b21a7c7ef2
4 changed files with 160 additions and 14 deletions

View file

@ -15,6 +15,8 @@ namespace Sledgemapper
public string CurrentTileId { get; set; }
public string CurrentWallId { get; set; }
public string CurrentOverlayId { get; set; }
public Tile LineStart { get; internal set; }
public InsertMode InsertMode;
public State()