rubatopy / rubato

A lightweight, developer-first game engine built for Python
https://rubato.app
GNU General Public License v3.0
23 stars 1 forks source link

Group rework #415

Closed tsedan closed 1 year ago

tsedan commented 1 year ago

We want to be replace groups in rubato with the more unity-esque functionality of gameobject parents and children.

This requires moving the current group functionality into scene, and then modifying gameobjects to work with the new grouping system.

This issue pairs well with the collision by tags issue #411