Skip to content

Commit

Permalink
Adjust red/green wire lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
jakimfett committed Jun 29, 2016
1 parent 23339a0 commit 41e96af
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions prototypes/entity.lua
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ data:extend(
width = 129,
height = 100,
shift = {0.421875, 0},
},,
},
circuit_wire_max_distance = 7.5,
circuit_wire_connection_point =
{
Expand Down Expand Up @@ -288,14 +288,14 @@ data:extend(
{
shadow =
{
red = {.26, -0.6},
green = {.36, -0.6}
-- green = {2.36, 1.3}
red = {2.01, 0.6},
green = {2.52, 0.6}
-- green = {4.5, 2.6}
},
wire =
{
red = {-0.16, -0.9},
green = {0.16, -0.9}
red = {1.71, 0.3},
green = {2.22, 0.3}
}
},
},
Expand Down Expand Up @@ -328,14 +328,14 @@ data:extend(
{
shadow =
{
red = {.26, -0.6},
green = {.36, -0.6}
-- green = {2.36, 1.3}
red = {2.01, 0.6},
green = {2.52, 0.6}
-- green = {4.5, 2.6}
},
wire =
{
red = {-0.16, -0.9},
green = {0.16, -0.9}
red = {1.71, 0.3},
green = {2.22, 0.3}
}
},
},
Expand Down Expand Up @@ -368,14 +368,14 @@ data:extend(
{
shadow =
{
red = {.26, -0.6},
green = {.36, -0.6}
-- green = {2.36, 1.3}
red = {2.01, 0.6},
green = {2.52, 0.6}
-- green = {4.5, 2.6}
},
wire =
{
red = {-0.16, -0.9},
green = {0.16, -0.9}
red = {1.71, 0.3},
green = {2.22, 0.3}
}
},
},
Expand Down Expand Up @@ -408,14 +408,14 @@ data:extend(
{
shadow =
{
red = {.26, -0.6},
green = {.36, -0.6}
-- green = {2.36, 1.3}
red = {2.01, 0.6},
green = {2.52, 0.6}
-- green = {4.5, 2.6}
},
wire =
{
red = {-0.16, -0.9},
green = {0.16, -0.9}
red = {1.71, 0.3},
green = {2.22, 0.3}
}
},
},
Expand Down

0 comments on commit 41e96af

Please sign in to comment.