Types/AnimatedVector: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Used by Prototype/FluidTurret. == Mandatory properties == === rotations === '''Type''': Types/table of Types/table An array of tables with the following key/val...") |
(fixed typo) |
||
Line 15: | Line 15: | ||
'''Type''': [[Types/RenderLayer]] | '''Type''': [[Types/RenderLayer]] | ||
Default render layer for the | Default render layer for the rotations. | ||
=== direction_shift === | === direction_shift === |
Revision as of 16:56, 7 October 2020
Used by Prototype/FluidTurret.
Mandatory properties
rotations
Type: Types/table of Types/table
An array of tables with the following key/value pairs:
- frames - array of Types/vector - Mandatory. Sizes of all
frames
arrays must be the same. - render_layer - Types/RenderLayer - Optional.
Optional properties
render_layer
Type: Types/RenderLayer
Default render layer for the rotations.
direction_shift
Type: Types/table
Table with the following optional key/value pairs:
- north - Types/vector
- east - Types/vector
- south - Types/vector
- west - Types/vector