I have a sprite font that is pinned with another sprite.
When the sprite scale, the pinned sprite font doesn't scale as other normal sprites do.
Is that expected due to the sprite font characteristics or is it a bug?
Tx
It indeed does not work with pin. I don't know if it's a bug but I'd recommend using Hierarchies instead either way, because it works perfectly fine with those construct.net/en/make-games/manuals/construct-3/interface/layout-view
If you must use pin, you might have to find a workaround.
Develop games in your browser. Powerful, performant & highly capable.
Thanks for your prompt. I will take a look at the Hierarchies to see if can replace the pin on my need.
Ashley do you think is a bug and need me to open an issue on Github?
It's probably because the text itself does not scale if you scale the textbox and pin simply doesn 't take this into account.
WackyToasterI did solve using the hierarchies as you have suggested but I'll open an issue this afternoon on Github related to the pin behavior.
Thanks for your help on this.