Types/RotatedSprite

From Official Factorio Wiki
Revision as of 12:57, 19 March 2014 by Kovarex (talk | contribs) (Created page with "Specifies series of sprites used to visualise different rotations of the object. pictures = { filename = "__base__/graphics/entity/radar/radar.png", prior...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Specifies series of sprites used to visualise different rotations of the object.

   pictures =
   {
     filename = "__base__/graphics/entity/radar/radar.png",
     priority = "low",
     frame_width = 169,
     frame_height = 140,
     axially_symmetrical = false,
     apply_proejction = false,
     direction_count = 64,
     line_length = 8,
     shift = {1.15, 0.75}
   }