2D mmorpg project question

Hi,

I’m new here to the Defold world and recently game across this game engine. I’ve done some searching around and I know making a 2D MMORPG using defold is a possibility, but my gameplan and development for some core systems is what I’m fixing to question.

Does this engine support sprite piece animations? For example, I draw up my sprites, then slice them into “parts” that consist of arms, legs, hands, feet, head, body, hair, ect. All of the skin body parts are on one image, the hair style is on another image, can these be pieced together to form sprite animations? Can you pull pieces from different image atlas?

Also, does this engine support equipment attachments or sprite overlays from various images as well? IE glove equipment, sword, shield, ect on different image atlas?

Thank You!

sorry, i think i found the answer. Yes, it does support all of my questions. Sorry for the wasted space!

Yes, Defold supports that type of workflow, being it via sprites animation or via Spine

ahh, was under the impression the spine software was the only solution. Thank you for the reply!