about several sprite sheets to the same character

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

I have in my files several sprite sheets separated from each other to the same character first one it’s for idle, the second it’s for run, third for attack, etc…

How can I make animation to my character by those sprite sheets I search too many times and the videos explain only about the sprite sheets where the idle, run and attack are exist in the same picture help me or send me video teach me how…

:heart:Thanks in advance​:heart:

:bust_in_silhouette: Reply From: Scavex

This page explains about AnimatedSprite and AnimationPlayer which I think is what you’re looking for. 2D Sprite animation — Godot Engine (3.1) documentation in English

Just be aware that if you want to use normal maps, you’ll have to use Sprite2D instead of AnimatedSprite2D

aidave | 2023-04-22 14:01

Actually not this what I needed I just have the sprite sheet of run animation are separated from the sprite sheet of Idle animation I do not know how to add them to the same character

KIO SOLVE | 2023-04-25 19:20