Prototype/TileGhost: Difference between revisions
Jump to navigation
Jump to search
(Set prototype parent) |
(Converted to SMW format) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/Entity}} | {{Prototype parent|Prototype/Entity}} | ||
The entity used for tile ghosts. | |||
{{Prototype TOC|tile-ghost|no-properties=true}} | |||
Prototype | |||
== Example == | == Example == |
Revision as of 21:29, 5 August 2019
Template:Prototype parent The entity used for tile ghosts.
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
},