Prototype/SimpleEntityWithForce: Difference between revisions
Jump to navigation
Jump to search
(→Optional properties: added 2 properties I missed) |
(Added prototype type to page) |
||
Line 1: | Line 1: | ||
== Basics == | == Basics == | ||
Prototype type: '''simple-entity-with-force''' | |||
Extends [[Prototype/EntityWithHealth]]. Will be targeted by units/turrets. | Extends [[Prototype/EntityWithHealth]]. Will be targeted by units/turrets. | ||
Revision as of 16:27, 21 January 2019
Basics
Prototype type: simple-entity-with-force
Extends Prototype/EntityWithHealth. Will be targeted by units/turrets.
Optional properties
This prototype inherits all the properties from Prototype/EntityWithHealth.
render_layer
Type: Types/RenderLayer
Default: "object"
random_animation_offset
Type: Types/bool
Default: false
pictures
Type: Types/SpriteVariations
Must have one of 'picture', 'pictures' or 'animations' defined.
picture
Type: Types/Sprite
Must have one of 'picture', 'pictures' or 'animations' defined.
animations
Type: Types/AnimationVariations
Must have one of 'picture', 'pictures' or 'animations' defined.