Draw overloads

This commit is contained in:
Matt Thorson
2020-06-20 17:31:04 -07:00
parent 75364ade37
commit 7e929f77fc
2 changed files with 50 additions and 0 deletions

View File

@ -28,5 +28,10 @@ namespace Strawberry
else
return .Right;
}
static public implicit operator Point(Facings f)
{
return .((int)f, 0);
}
}
}