ryanjjung / satisfactor-py

A Python utility for planning factories in the video game Satisfactory
GNU General Public License v3.0
0 stars 0 forks source link

Allow users to connect and disconnect components #70

Closed ryanjjung closed 2 months ago

ryanjjung commented 3 months ago

Selecting a conveyance from the building options list should let you then select two connections on existing components, resulting in a conveyance being created and connected between those connections.

ryanjjung commented 2 months ago

I have added connect buttons. Now need to work on a dialog that allows connection/disconnection management.

ryanjjung commented 2 months ago

Fixed in #100