DemoProductions / shmup

3 stars 2 forks source link

fixing window issues (players in and bullets deleted) #27

Closed flip40 closed 8 years ago

flip40 commented 8 years ago

fixes #24

Boundings2D keeps attached object on screen. BoundingsTimeout2D deletes objects that are off screen for the set timeout period.

BoundingsTimeout2D was attached to bullet prefab. Boundings2D was attached to an added player prefab. As I didn't save the scene (as it is a binary), we will later need to attach the prefab to the player it the scene.

ghost commented 8 years ago

Oh nice, will take a look at this. A good time to start working on this project again