fufihiuse / Slorpus-Slaughter-VII

106 group game
4 stars 0 forks source link

Add bullet physics #15

Closed the-argus closed 2 years ago

the-argus commented 2 years ago

Fill out the MovePointPhysics method to correctly move bullets and call their OnCollision method.

Add List bulletList to Game1.cs

Add a foreach loop to draw the bullet asset at the position of all bullets (do this inside of Game1 Draw)

Add another call to PhysicsManager.MovePhysics and pass in the BulletList and the wallList