Timothe Bonhoure

Results 47 comments of Timothe Bonhoure

After thinking about it for a few minute i realized it was normal as ctrl + LMB is considered RMB on Mac so we just need to change the shortcut...

I reworked it so that it is now in a submenu. On the side while reworking I ended up adding the posibility to add colision shape as sibling on a...

Yeah this one was tricky and down the line we realised we needed to break compatibility to properly fix it. It shouldn't be hard to cherry-pick as compatibility breakage we're...

No this isn't related to this issue. This issue happens when changing the type of the root node which doesn't seem to be your case.

It looks like the `polygons` property is outright ignored and it treats it as if it was one big polygon.

> Consistency aside, IMO the main problem with this change is that the state of the button is kind of undetermined. It's obvious when you select one Control, but if...

So I've updated this PR according to https://github.com/godotengine/godot-proposals/issues/6987#issuecomment-1940142900 . I think the implementation is not really good yet but I wanted some feedback on visual aspects I've created two editor...

I like the `nested_color_mode` I'll fill the doc once we are fixed on an implementation For the other parameter I'm in favor of making it go away. I kept it...

I finally came back to this hopefully for the last time I reduced the size when there is no border (see comparison below). I also changed the name of the...

> Changing color mode to Resources has no effect on built-in resources. EDIT: Though looking at the code, it does not make sense 🤔 I inverted Resource and External Resource...