Palats / mapshot

Factorio mod to export maps as zoomable html
Apache License 2.0
77 stars 12 forks source link

Hide "flying-text" entities. #29

Open marimelon opened 1 year ago

marimelon commented 1 year ago

Is it possible to add an option to hide the fly-text object created by create_entity? ref: https://lua-api.factorio.com/latest/LuaSurface.html#LuaSurface.create_entity

image

Palats commented 1 year ago

That sounds a bit similar to this thread, though for another type of text. Long story short - I don't think that's doable unfortunately. Mapshot uses the take_screenshot API to generate the images and afaik there is no option for filtering such entities.