Factorio Prototype Docs Version 1.1.89

Sprite4Way :: struct or Sprite

A map of sprites for all 4 directions of the entity. If this is loaded as a single Sprite, it applies to all directions.

Properties

sheets optional :: SpriteNWaySheet
sheet optional :: SpriteNWaySheet

Only loaded if sheets is not defined.

Only loaded if sheets is not defined.

north :: Sprite

Only loaded if both sheets and sheet are not defined.

Only loaded if both sheets and sheet are not defined.

east :: Sprite

Only loaded if both sheets and sheet are not defined.

Only loaded if both sheets and sheet are not defined.

south :: Sprite

Only loaded if both sheets and sheet are not defined.

Only loaded if both sheets and sheet are not defined.

west :: Sprite

Only loaded if both sheets and sheet are not defined.

Only loaded if both sheets and sheet are not defined.

Properties

sheets :: SpriteNWaySheet optional

sheet :: SpriteNWaySheet optional

Only loaded if sheets is not defined.

north :: Sprite

Only loaded if both sheets and sheet are not defined.

east :: Sprite

Only loaded if both sheets and sheet are not defined.

south :: Sprite

Only loaded if both sheets and sheet are not defined.

west :: Sprite

Only loaded if both sheets and sheet are not defined.


Type used in

Prototypes

Types

>|