Tomasz Chabora

Results 931 comments of Tomasz Chabora

The file loads fine. We could replace it with JSON, but *technically* parsing the file line-by-line is more efficient (with JSON you need to parse the whole file and then...

Updated to use the new JSON.

> partially fixes https://github.com/godotengine/godot/issues/91135 You should unlink the issue then. I tested and the visibility problem is not fixed.

This makes hover pressed color ignored. Set hover pressed and focus pressed to different colors and click a button - it will use focus color. Also when a focused button...

I tested my reported issues again and for some reason the colors are only functional when the button is in toggle mode 🤔

So basically opposite of #69406 🙃

Well it checks the top-most plugin. If it's inside another plugin, the parent plugin is ignored. Isn't it expected behavior?

> you can't enable them at all. You can, using `set_plugin_enabled()`. I use this trick to have more than 1 plugin per addon. I forgot this is a thing tbh,...

But is the plugin nested? Can you show how does your folder structure look?