Types/Sprite8Way: Difference between revisions
(Migrated prototype doc to separate website) |
m (Protected "Types/Sprite8Way": Migrated prototype doc to separate website ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
Revision as of 17:51, 16 August 2023
The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/types/Sprite8Way.html
This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.
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.