drawing modes

This commit is contained in:
Michele 2020-12-22 10:14:07 +00:00
parent b21a7c7ef2
commit 6f96b2af97
6 changed files with 185 additions and 18 deletions

View file

@ -4,6 +4,10 @@
{
Tile,
Wall,
Overlay
Overlay,
NewWall,
NewLine,
NewRoom,
NewTile
}
}