mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-07-19 20:11:55 +08:00
Draw overloads
This commit is contained in:
@ -28,5 +28,10 @@ namespace Strawberry
|
||||
else
|
||||
return .Right;
|
||||
}
|
||||
|
||||
static public implicit operator Point(Facings f)
|
||||
{
|
||||
return .((int)f, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user