TheOpenSpaceProgram / new-ospgl

A space exploration game in OpenGL. Devblog: https://tatjam.github.io/index.html
MIT License
42 stars 6 forks source link

Part groups #40

Open tatjam opened 1 year ago

tatjam commented 1 year ago

Part groups are created by the user, and are basically a way to categorize parts for the auto-wiring, and for overall organization of the vehicle.

Groups can be hidden in the editor (plumbing and attachment).

A part group extends to all machines contained by the part, including plumbing machines. It could be interesting to actually have machine groups, but this may be extremely confusing for users, as a single part could end up in many machine groups.