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

Refactor to move MainWindow class to its own file #64

Closed ryanjjung closed 3 months ago

ryanjjung commented 3 months ago

The GTK Application is not much code, and the MainWindow class is. MainWindow is going to need to further use another complex class for drawing the factory in the center, and we'll want that in its own file as well. Get this done now before it's harder to do it.

ryanjjung commented 3 months ago

Fixed in #65