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 add and remove components #69

Closed ryanjjung closed 2 months ago

ryanjjung commented 3 months ago

You should be able to select a component from the buildings list, click and "Build" button, and then click in the factory designer region to add the building. When you click Build, a dark overlay should appear on the blueprint indicating that you are in "build mode". When you click to place the building, it should appear with default values and as the selected component with the context panel populated.

You should be able to delete a component by clicking a Delete button in the context panel. When you do, you should be asked for confirmation. When confirmed, the component should be deleted along with any conveyances it's attached to.

ryanjjung commented 2 months ago

Fixed in #95