Add lint check for invalid projectile angles
Emits error if - angle exceeds 255 or -255 - minimum launch angle exceeds maximum launch angle
This commit is contained in:
@@ -168,6 +168,7 @@
|
||||
<Compile Include="HitShapes\Capsule.cs" />
|
||||
<Compile Include="HitShapes\Circle.cs" />
|
||||
<Compile Include="Lint\CheckBuildingFootprint.cs" />
|
||||
<Compile Include="Lint\CheckAngle.cs" />
|
||||
<Compile Include="Lint\CheckSequences.cs" />
|
||||
<Compile Include="Lint\CheckPalettes.cs" />
|
||||
<Compile Include="Lint\CheckPlayers.cs" />
|
||||
|
||||
Reference in New Issue
Block a user