Types/CircuitConnectorSprites: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(Added when connector + wire pins are draw, added property type usage)
(removed property usage again because it was imcomplete)
Line 42: Line 42:
=== red_green_led_light_offset ===
=== red_green_led_light_offset ===
'''Type''': [[Types/vector]]
'''Type''': [[Types/vector]]
{{Prototype property type usage|{{FULLPAGENAME}}}}

Revision as of 15:00, 7 February 2022

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