Added Polygon IHitShape

This commit is contained in:
atlimit8
2017-06-09 05:02:00 -05:00
committed by reaperrr
parent 56e7b1edc2
commit 7283f9804e
3 changed files with 279 additions and 0 deletions

View File

@@ -173,6 +173,7 @@
<Compile Include="HitShapes\Rectangle.cs" />
<Compile Include="HitShapes\Capsule.cs" />
<Compile Include="HitShapes\Circle.cs" />
<Compile Include="HitShapes\Polygon.cs" />
<Compile Include="Lint\CheckAngle.cs" />
<Compile Include="Lint\CheckSequences.cs" />
<Compile Include="Lint\CheckPalettes.cs" />