rdemoparty / stardust

2D sidescroller
2 stars 0 forks source link

Add GameObject#parent #22

Closed benishor closed 9 years ago

benishor commented 9 years ago

Add another GameObject property called parent which recipes can fill in when they create children. This way they can route on damage to their parents, allowing us to implement complex boss behavior.

benishor commented 9 years ago

Implemented in revision 76568ff and tested.