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

Write code to draw factory component icons #66

Closed ryanjjung closed 3 months ago

ryanjjung commented 3 months ago

A factory component icon contains an image of the component, a row of badges indicating some status information about them (whether it's been constructed or not, if it's in standby mode, if the component has errors after factory simulation, etc.), and a text label identifying it.

ryanjjung commented 3 months ago

Some helpful links:

ryanjjung commented 3 months ago

Solved in PR #71