In a small team, one might have a programmer and a graphic designer.
Let's say the programmer writes up all the logic involving a sprite called Cat. Currently, Cat contains only the 'Walking' animation.
A few months later, the graphic designer sends the programmer an updated Cat object, which contains a 'Walking', 'Running', 'Meowing', 'Purring', and 'Jumping' animation.
What is the most efficient way for the programmer to go about updating Cat's animations, while preserving the instance variables and events of Cat?
My initial thought was to re-save the Construct project to use a directory instead of a single file, and then replace the Cat's animation folder. Would this be the correct way of doing it, or could it potentially create problems?
Thanks for your help!
Dalal