mapeditor/tiled
Do you want to work on this issue?
You can request for a bounty in order to promote it!
Request: More signals for extentions #3143
finscn posted onGitHub
I want to listen some properties change of Object. e.g. visible , selected .
But , I found that they are not implemented.
In document :
Properties usually will have related signals which can be used to detect changes to that property, but most of those are currently not implemented.
Could you support signals of visible , selected ?
Thanks