[SOLVED] Curved movement

Hello,
I would like to improve my knowledge about curved moviment
https://wiki.gdevelop.io/gdevelop5/extensions/curved-movement/
I’m studing this example:

it’s almost easy but I have a question: what is the best tool to define the SVG parameters. Example:
image

draw a this path:

I read “The preferred way to build the commands is to use an external SVG editor like Inkscape” but Inkscape has a lot of tools so I ask you what is the easiest way to draw a path (in Inkscape) and use it in Gdevelop.

Thanks,
J

Hi, the main tool for drawing in Inkscape is the ‘Pen Tool’. It has a few modes you can choose from and the one that probably works best for the path you have shown in the image is the ‘spiro path’.

inkscape

In Inkscape, if you go to: Edit → XML editor and click on ‘d’, you can get the SVG path commands without going to another text editor.

1 Like

Thanks a lot for your help !

1 Like