Types/Sprite8Way

From Official Factorio Wiki
Revision as of 11:16, 9 January 2019 by Bilka (talk | contribs) (Created page with "A map of sprites for all 8 directions of the entity. == Properties == === north === '''Type''': Types/Sprite === north_east === '''Type''': Types/Sprite === east =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A map of sprites for all 8 directions of the entity.

Properties

north

Type: Types/Sprite

north_east

Type: Types/Sprite

east

Type: Types/Sprite

south_east

Type: Types/Sprite

south

Type: Types/Sprite

south_west

Type: Types/Sprite

west

Type: Types/Sprite

north_west

Type: Types/Sprite

sheets

Type: Array of Types/SpriteNWaySheet

Optional. If given, this is used instead of any other properties that may be present.

sheet

Type: Types/SpriteNWaySheet

Optional. If given, and #sheets isnt present, this is used instead of any other properties that may be present.