Greetings,
I am still fairly new to gdevelop and was curious if its possible to have a player object with two other objects around it that would move with it (Tail, Body, Head [T][B][H]).
I have tried this with the physics behavior and welded two point together, however their is still some movement between the two joints (which would look weird when its suppose to look like 1 sprite) and I’d really like to use the Platformer Behaviour.
The reason I need 3 separate object is each one will be “upgradeable” and display a different sprite. Although I could just have the 3 sprites on the single object, I would then need to have a different sprite version for each upgrade choice (1 different choice would be 9 different sprites).
Any thoughts, idea’s etc would be greatly appreciated.