]> git.r.bdr.sh - rbdr/super-polarity/blobdiff - SuperPolarity/Actors/StandardShip.cs
Update source to compile on VS Studio for mac
[rbdr/super-polarity] / SuperPolarity / Actors / StandardShip.cs
index ef2fe7f8116c008c17e4c209d34670373d72f0fd..ff04ea06502344eef48c0e051863e7b86040f186 100644 (file)
@@ -1,4 +1,4 @@
-using System;
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Text;
@@ -31,9 +31,9 @@ namespace SuperPolarity
             new RNGCryptoServiceProvider().GetBytes(cryptoResult);
 
             ChangeRate = 50;
-            AngleChangeProbability = 50;
+                       AngleChangeProbability = 50;
             BouncePadding = 0;
-            MaxVelocity = 2;
+                       MaxVelocity = 3;
             CurrentTime = 0;
             RotationFactor = (float) (3 * Math.PI / 180);
             Random = new Random(BitConverter.ToInt32(cryptoResult, 0));