DemoProductions / shmup

3 stars 2 forks source link

Initial health script #30

Closed ghost closed 8 years ago

ghost commented 8 years ago

And also made things more consistent with curly braces. I don't have a preference for curly brace style

flip40 commented 8 years ago

Good point with modularizing the Bounding files, I'll add that as an issue and make the improvement there. Made a small reversion to the timeout variable by not setting it in Start. I think it would be better to allow that to be set in the editor, so if you place it on say a bullet, you can do timeout 0 because bullets won't be coming back, but if it is perhaps a missile with tracking properties, you could set it to 5 as it might come back.