Prototype/TileGhost: Difference between revisions
Jump to navigation
Jump to search
(Added prototype type to page) |
(Set prototype parent) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/Entity}} | |||
== Basics == | == Basics == | ||
Prototype type: '''tile-ghost''' | Prototype type: '''tile-ghost''' |
Revision as of 15:22, 24 July 2019
Basics
Prototype type: tile-ghost
The entity used for tile ghosts. Extends Prototype/Entity.
Properties
This prototype inherits all the properties from Prototype/Entity.
Example
{
type = "tile-ghost",
name = "tile-ghost",
flags = {"not-on-map"},
minable = { mining_time = 0, results={}},
collision_box = {{-0.5, -0.5}, {0.5, 0.5}},
selection_priority = 45
},