Hello everyone. I've tinkered with Godot, done the GDScript from Zero on the website, and am trying to make my first game. in it you control a mech on the surface of an asteroid. The camera will follow and rotate with the character as it moves around the asteroid. Also, the asteroid won't be that big and most of it will be shown on screen (as shown in the mockup picture).
I kinda get the basics of having my asteroid as an onready variable, finding the centerpoint of it, and having the character pulled toward that point and rotating in relation to it, but actually writing the code is a bit rough.
I've banged my head against the wall enough for tonight, but I was wondering if there was anyone that could provide some insight, or wouldn't mind letting me pick their brain.
ETA: To be clear, I just need help with moving the character along the asteroid.