Prototype/RocketSiloRocketShadow
Revision as of 14:15, 27 June 2018 by Bilka (talk | contribs) (Created page with "== Basics == The shadow of the rocket inside the rocket silo. Extends Prototype/Entity. == Properties == This prototype inherits all the properties from Prototype/Entit...")
Basics
The shadow of the rocket inside the rocket silo. Extends Prototype/Entity.
Properties
This prototype inherits all the properties from Prototype/Entity.
Example
{
type = "rocket-silo-rocket-shadow",
name = "rocket-silo-rocket-shadow",
flags = {"not-on-map"},
collision_mask = {"not-colliding-with-itself"},
collision_box = {{0, 0}, {10, 3.5}},
selection_box = {{0, 0}, {0, 0}}
},