Skip to content

Commit

Permalink
Format Code
Browse files Browse the repository at this point in the history
  • Loading branch information
KiwiHawk committed Dec 15, 2024
1 parent c053dbf commit 57d7311
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions bobgreenhouse/prototypes/entities.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
circuit_connector_definitions["bob-greenhouse"] =
circuit_connector_definitions.create_vector(universal_connector_template, {
{ variation = 27, main_offset = util.by_pixel(30.5, 15.5), shadow_offset = util.by_pixel(37, 20.5), show_shadow = false },
{ variation = 27, main_offset = util.by_pixel(30.5, 15.5), shadow_offset = util.by_pixel(37, 20.5), show_shadow = false },
{ variation = 27, main_offset = util.by_pixel(30.5, 15.5), shadow_offset = util.by_pixel(37, 20.5), show_shadow = false },
{ variation = 27, main_offset = util.by_pixel(30.5, 15.5), shadow_offset = util.by_pixel(37, 20.5), show_shadow = false },
{
variation = 27,
main_offset = util.by_pixel(30.5, 15.5),
shadow_offset = util.by_pixel(37, 20.5),
show_shadow = false,
},
{
variation = 27,
main_offset = util.by_pixel(30.5, 15.5),
shadow_offset = util.by_pixel(37, 20.5),
show_shadow = false,
},
{
variation = 27,
main_offset = util.by_pixel(30.5, 15.5),
shadow_offset = util.by_pixel(37, 20.5),
show_shadow = false,
},
{
variation = 27,
main_offset = util.by_pixel(30.5, 15.5),
shadow_offset = util.by_pixel(37, 20.5),
show_shadow = false,
},
})

data:extend({
Expand Down

0 comments on commit 57d7311

Please sign in to comment.