diff options
author | ubq323 <ubq323@ubq323.website> | 2024-01-05 00:10:13 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-01-05 00:10:13 +0000 |
commit | 458895d38c99e669c654d189f1761011ba5f389c (patch) | |
tree | dfeeac8d06ee207c7de1b83520853710dca32b64 /main.lua | |
parent | fb3c96b1783e575165417d01858fbd100696a283 (diff) |
fix verticals
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 |