Imgur link
The text is:
Code: Select all
Error while loading entity prototype "destroyerOfTheTrueEnemy" (simple-entity): Missing pictures or picture input in property tree at ROOT.simple-entity.destroyerOfTheTrueEnemy
Code: Select all
data:extend({
{
type = "simple-entity",
name = "destroyerOfTheTrueEnemy",
flags = {"placeable-off-grid"},
icon = "__destroyerOfTheTrueEnemy__/graphics/destroyerOfTheTrueEnemyIcon.png",
selection_box = {{-0.5, -0.5}, {0.5, 0.5}},
stack_size = 100
}
})
Thx.