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

Add signals to drawing code #68

Closed ryanjjung closed 2 months ago

ryanjjung commented 3 months ago

Add the code that allows us to interact with the drawn component icons. We should be able to select/deselect them and drag them around within the widget. Conveyance lines should follow. Context info about the selected component should appear in the right side.

ryanjjung commented 2 months ago

Done:

ryanjjung commented 2 months ago

Fixed in #81