Interactive Menu Rotational

Godot Version

Godot 4.6.2 Stable

Question

Hello JackalV here, I am currently trying to go from the CYF engine over to GODOT. I am wanting to start it off by making a main menu screen similar to something from this video

Apparently it was made on the godot engine.

I don’t really know how I would go about starting that

That’s pretty neat. The top part can be done with an AnimationPlayer or Tween. Take a look at this interactive tutorial on itch by @qaqelol:

Using that, and this interactive comparison, you can make what you need:

The second part is called a Carousel Menu. Here’s a tutorial on making one:

EDIT: I just tried out the carousel tutorial and it works great. It’s also very tweakable.

You can also check out the free plugin I made yesterday after answering your post: Dragonforge Carousel Menu by Dragonforge Development