Updated asteroids and mines. Updated ship class names. Added initial ship muzzle logic.
This commit is contained in:
@@ -16,5 +16,6 @@ public class AsteroidVariantB : Asteroid
|
||||
BoundBox = new(0, 0, Width, Height);
|
||||
YVelocity = 2;
|
||||
XVelocity = 0;
|
||||
RotationSpeed = 4f;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user