diff options
Diffstat (limited to 'main.lua')
-rw-r--r-- | main.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -44,7 +44,6 @@ end ports[3].wires = {ports[6]} ports[5].wires = {ports[7],ports[2]} - local function wire_color(n) local phi = (1+math.sqrt(5))/2 local h = (360*phi*n)%360 |