Godot Version
4.4
Question
I’m working on mechanics for a topdown 2d rpg and trying to make a mountable robot for the player. I started by using a youtube tutorial for making a sidescroller mount. While the player sprite can now attach to the Mech sprite and walk around, the animations for both stop working when I do it. (the tutorial uses animated sprite and flip H and I’m trying to use animation trees for the mech and the player)
I’m trying to figure out the best way to implement this but I’m not sure where to start… any tips would be helpful for ways I could set this up
. Not looking for anyone to write my code for me but I just don’t know what I don’t know. I come from an art background but programing this stuff is pretty new to me. Thanks so much!