brotherhood-of-recursive-descent / tankism

top down panzer game written in golang and ebiten
GNU Lesser General Public License v3.0
2 stars 0 forks source link

relative positioning #36

Closed co0p closed 2 years ago

co0p commented 2 years ago

in order to support something similiar to a scenegraph component.Transform has been extended with the concept of Parent. This allows a child to be positioned based on the parent. Currently there is no walking of the graph as only one level of nesting is supported.

Implement walking the graph.