added circuit network connections to tank
This commit is contained in:
parent
8b90fca36d
commit
77237a54e6
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ data:extend({
|
||||||
corpse = 'small-remnants',
|
corpse = 'small-remnants',
|
||||||
collision_box = {{-3.4,-3.4},{3.4,3.4}},
|
collision_box = {{-3.4,-3.4},{3.4,3.4}},
|
||||||
selection_box = {{-3.5,-3.5},{3.5,3.5}},
|
selection_box = {{-3.5,-3.5},{3.5,3.5}},
|
||||||
|
circuit_wire_connection_points = circuit_connector_definitions["storage-tank"].points,
|
||||||
|
circuit_connector_sprites = circuit_connector_definitions["storage-tank"].sprites,
|
||||||
|
circuit_wire_max_distance = 20,
|
||||||
pictures = {
|
pictures = {
|
||||||
picture = {
|
picture = {
|
||||||
filename = sprite('entity_picture.png'),
|
filename = sprite('entity_picture.png'),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue