Results 313 comments of D8H

@4ian Is this PR left behind because its size makes it difficult to review? If you want, I can split it in 2: * The collision methods (legacy, AABB and...

> What is the state of this PR? > It can fix this issue: #2689 I think I'll close it. It will be almost superseded by the NavMesh pathfinding: https://github.com/4ian/GDevelop/discussions/2787...

Thank you for submitting a pack. I think it would make sense to package both sizes (default and double) because contrary to Sprite, Panel Sprites can't be scaled by changing...

I guess the fastest way would be to duplicate the project folder override the PNG files with the other ones and do a search and replace for the margins and...

A panel sprite configuration looks like this. With some search and replace, you can divide all the values by 2 (starting from the smallest value to the biggest one). For...

You can do a `grep` and a `sort -u` to find all the values to search and replace.

Thank you for submitting an extension. There is an extension with similar movement features: https://wiki.gdevelop.io/gdevelop5/extensions/travel-to-random-positions/ What do you think about making an update to this existing extension for this part:...

Thank you for your submission. A few things I notice from a quick check: - You can get the layer with `BarChartHorizontalShapeObject.Layer()` to avoid a parameter. - Have you considered...

> About behavior Default values are mostly color, opacity, and line width. should not be a big problem without deflaut. One thing I want to help user is about creating...

Try the command with only `ChartExtension.zip`. I think it's only for the extension, but please continue to give the new example as it's what actually used by reviewers.