Multiple Animation in 1 Sprite Node but with different spritesheet

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

Hello, I just started Game Development this week and I decided to use GoDot and I do know now the basics but I’m wondering how can I make a multiple animation in 1 sprite node but with different sprite-sheet, I’ve been watching tutorial about 2d platform game but they always use 1 sprite-sheet where all of the animation is in it, but I don’t want that, I want separated sprite-sheet to make my project files look clean because if I only use 1 Sprite-sheet It’ll be hard for me to maintain it if my project is bigger.

P.S: if you know a tutorial or a video about it please include it in your answer, it will make me understand what to do more, thank you!

If I understood the question correctly

add “AnimatedSprite”

later
AnimatedSprite / Frames “New SpriteFrames”

ramazan | 2022-07-24 07:49