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

Space Elevator inputs don't have enough space #114

Open ryanjjung opened 1 month ago

ryanjjung commented 1 month ago

The space elevator has six inputs. Each input is 16px plus 4px of padding, so ((16 + 4) * 6) == 120px. But the square they're drawn against is only 94px, leaving about one and a half inputs overhanging the top. This might be fixable with realignment (less overhang, split across top and bottom) or by making space elevator icons especially large.