Skip to content

Commit

Permalink
move circuit connectors to edge
Browse files Browse the repository at this point in the history
  • Loading branch information
mspielberg committed Oct 7, 2018
1 parent b916694 commit 7756594
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,10 @@ end
local connector_definitions = circuit_connector_definitions.create(
universal_connector_template,
{
{ variation = 26, main_offset = util.by_pixel(3, 4), shadow_offset = util.by_pixel(10, -0.5), show_shadow = false },
{ variation = 18, main_offset = util.by_pixel(-10, -5), shadow_offset = util.by_pixel(5, -5), show_shadow = false },
{ variation = 21, main_offset = util.by_pixel(-12, -15), shadow_offset = util.by_pixel(-2.5, 6), show_shadow = false },
{ variation = 22, main_offset = util.by_pixel(10, -5), shadow_offset = util.by_pixel(5, -5), show_shadow = false },
{ variation = 24, main_offset = util.by_pixel(-17, 0), shadow_offset = util.by_pixel(10, -0.5), show_shadow = false },
{ variation = 24, main_offset = util.by_pixel(-14, 0), shadow_offset = util.by_pixel(5, -5), show_shadow = false },
{ variation = 24, main_offset = util.by_pixel(-17, 0), shadow_offset = util.by_pixel(-2.5, 6), show_shadow = false },
{ variation = 31, main_offset = util.by_pixel(14, 0), shadow_offset = util.by_pixel(5, -5), show_shadow = false },
}
)

Expand Down

0 comments on commit 7756594

Please sign in to comment.