diff --git a/Bio_Industries_2/graphics/entities/wood_products/huge-wooden-pole.png b/Bio_Industries_2/graphics/entities/wood_products/huge-wooden-pole.png index 98c76f0..44291ca 100644 Binary files a/Bio_Industries_2/graphics/entities/wood_products/huge-wooden-pole.png and b/Bio_Industries_2/graphics/entities/wood_products/huge-wooden-pole.png differ diff --git a/Bio_Industries_2/prototypes/Wood_Products/entities.lua b/Bio_Industries_2/prototypes/Wood_Products/entities.lua index a76a204..6315f33 100644 --- a/Bio_Industries_2/prototypes/Wood_Products/entities.lua +++ b/Bio_Industries_2/prototypes/Wood_Products/entities.lua @@ -372,19 +372,19 @@ data:extend({ percent = 10 } }, - collision_box = {{-0.3, -0.3}, {0.3, 0.3}}, - selection_box = {{-0.5, -0.5}, {0.5, 0.5}}, + collision_box = {{-0.35, -0.35}, {0.25, 0.25}}, + selection_box = {{-0.55, -0.55}, {0.45, 0.45}}, drawing_box = {{-1, -7}, {1, 0.5}}, maximum_wire_distance = 64, -- Factorio Max supply_area_distance = 2, -- This is the radius, so the supply area is 4x4. pictures = { filename = WOODPATH .. "huge-wooden-pole.png", priority = "high", - width = 182, - height = 167, + width = 546, + height = 501, direction_count = 4, shift = {3, -3.45}, - scale = 1.5, + scale = 0.5, }, connection_points = { { diff --git a/sources/graphics/entities/wood_products/huge-wooden-pole.afphoto b/sources/graphics/entities/wood_products/huge-wooden-pole.afphoto new file mode 100644 index 0000000..7926bd9 Binary files /dev/null and b/sources/graphics/entities/wood_products/huge-wooden-pole.afphoto differ