Types/CircuitConnectorSprites

From Official Factorio Wiki
Revision as of 14:40, 7 February 2022 by Bilka (talk | contribs) (Added when connector + wire pins are draw, added property type usage)
Jump to navigation Jump to search

Mandatory properties

led_red

Type: Types/Sprite

led_green

Type: Types/Sprite

led_blue

Type: Types/Sprite

led_light

Type: Types/LightDefinition

Optional properties

connector_main

Type: Types/Sprite

Drawn when the entity is connected to a circuit network or a logistic network.

connector_shadow

Type: Types/Sprite

Drawn when the entity is connected to a circuit network or a logistic network.

wire_pins

Type: Types/Sprite

Drawn when the entity is connected to a circuit network.

wire_pins_shadow

Type: Types/Sprite

Drawn when the entity is connected to a circuit network.

led_blue_off

Type: Types/Sprite

blue_led_light_offset

Type: Types/vector

red_green_led_light_offset

Type: Types/vector

Prototype properties that use this type