[2.0.26] pointy module request marker does not respect icons_positioning's scale

This subforum contains all the issues which we already resolved.
User avatar
Quezler
Fast Inserter
Fast Inserter
Posts: 240
Joined: Fri Mar 25, 2016 6:37 pm
Contact:

[2.0.26] pointy module request marker does not respect icons_positioning's scale

Post by Quezler »

Inside the advanced centrifuge mod there is this:

Code: Select all

    icons_positioning = {
      {inventory_index = defines.inventory.assembling_machine_modules, shift = {0, 1.7}, scale = 1}
    },
I would expect the item request proxy marker to scale with the positioning as defined here, it does not seem to be an user error since there is no opt-in:
https://lua-api.factorio.com/latest/typ ... oning.html

As you can see on the screenshot only the pointy bit sticks out from the bottom, the expected behavior is that it scales based on the icon positioning for that inv.

Looks like the if at IconSequencePositioning.cpp:78 needs to call call a scaled draw method or something, but i am unaware of any side effects touching that has.
Attachments
Screenshot 2024-12-17 at 19.20.00.png
Screenshot 2024-12-17 at 19.20.00.png (540.42 KiB) Viewed 402 times
Post Reply

Return to “Resolved Problems and Bugs”