Understanding values for animation movement

I have my students following along the Cat Platformer Tutorial: https://www.youtube.com/watch?v=CPkC37FzmnU&t=1487s
And it is really great. At 24:40, he adds a string with values. Does anyone know which axis or parameters each of the values represents? One of my students want to adapt the code to their own game and we were hoping to understand what the string represents. Thanks!!!

1 Like

the string value for movement animation is based on SVG paths

Thank you!!