Prototype/RocketSiloRocketShadow: Difference between revisions
Jump to navigation
Jump to search
(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...") |
(Added prototype type to page) |
||
Line 1: | Line 1: | ||
== Basics == | == Basics == | ||
Prototype type: '''rocket-silo-rocket-shadow''' | |||
The shadow of the rocket inside the rocket silo. Extends [[Prototype/Entity]]. | The shadow of the rocket inside the rocket silo. Extends [[Prototype/Entity]]. | ||
Revision as of 16:28, 21 January 2019
Basics
Prototype type: rocket-silo-rocket-shadow
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}}
},