diff options
author | Jeija <norrepli@gmail.com> | 2012-12-10 20:39:12 +0100 |
---|---|---|
committer | Jeija <norrepli@gmail.com> | 2012-12-10 20:39:12 +0100 |
commit | e9f2beb2c60f407fbd225888668fb4dc0a5fb369 (patch) | |
tree | 2ccd8c7fdc8fe5ce3eb065b033aa5765885bcf46 | |
parent | 5904abbd79c1ee611f620b60c214823567f3a5f0 (diff) | |
download | mesecons-e9f2beb2c60f407fbd225888668fb4dc0a5fb369.tar mesecons-e9f2beb2c60f407fbd225888668fb4dc0a5fb369.tar.gz mesecons-e9f2beb2c60f407fbd225888668fb4dc0a5fb369.tar.bz2 mesecons-e9f2beb2c60f407fbd225888668fb4dc0a5fb369.tar.xz mesecons-e9f2beb2c60f407fbd225888668fb4dc0a5fb369.zip |
Slightly change wire look (may be reverted?)
-rw-r--r-- | mesecons/wires.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mesecons/wires.lua b/mesecons/wires.lua index d6d92e2..3f4e345 100644 --- a/mesecons/wires.lua +++ b/mesecons/wires.lua @@ -41,7 +41,6 @@ else -- NEW STYLE WIRES box_center = {-1/16, -.5, -1/16, 1/16, -.5+1/16, 1/16} 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} @@ -90,7 +89,6 @@ for zmy=0, 1 do if adjx and adjz and (xp + zp + xm + zm > 2) then table.insert(nodebox, box_bump1) - table.insert(nodebox, box_bump2) tiles_off = { "wires_bump_off.png", "wires_bump_off.png", |