How do i get each sprites frame from Image (png)

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By atopetrick

I’hv image like below and i want to get each frame for each move like walk, jump, punch etc.
How should i get from this image? there is feature for this in godot engine or should i use third party software to cut each fame?

My Image

Can anyone suggest link or tutorial ?

Thank You.

:bust_in_silhouette: Reply From: volzhs
  1. create a Sprite
  2. assign texture
  3. open “Animation” sub-properties on Inspector panel of Sprite
  4. change Vframes and Hframes values to match your sprite sheet.
  5. change Frame value to see animation.