Slimmed down wire junctions a bit.

This commit is contained in:
Vanessa Ezekowitz 2012-08-12 22:28:45 -04:00
parent fc74976f9c
commit 6d499ae971
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ else -- NEW STYLE WIRES
-- y always means y+
box_center = {-1/16, -.5, -1/16, 1/16, -.5+1/16, 1/16}
box_bump1 = { -3/16, -8/16, -3/16, 3/16, -13/32, 3/16 }
box_bump2 = { -5/32, -13/32, -5/32, 5/32, -12/32, 5/32 }
box_bump1 = { -2/16, -8/16, -2/16, 2/16, -13/32, 2/16 }
box_bump2 = { -3/32, -13/32, -3/32, 3/32, -12/32, 3/32 }
box_xp = {1/16, -.5, -1/16, 8/16, -.5+1/16, 1/16}
box_zp = {-1/16, -.5, 1/16, 1/16, -.5+1/16, 8/16}