Master the basics to create a good main menu !

preview_player
Показать описание
In this video , we will learn how to create main menu in our game which have good looking visuals for your game!!

🌟 What You'll Learn:
- Setting up a Godot project with main menu system.
- Configuring the shaders for good background scrolling.
- Customizing Nodes parameters such as texture, and buttons.
- Adding hover effect to create a natural button click effect.
- Enhancing your game scenes with beautiful, scrolling background main menu system.

👨‍💻 Suitable for all skill levels, this tutorial will give you the skills and knowledge needed to create captivating visuals for your game projects.

🔗 Relevant Links:

[Shader]
shader_type canvas_item;

uniform float speed = 0.1;

void vertex() {
UV.x += TIME * speed;
UV.y += TIME * speed;
}

🔔 Don't forget to like, subscribe, and hit the notification bell to stay updated with more exciting Godot tutorials and game development tips!

#Godot #GameDevelopment #Controlnode #animation #shaders #GodotEngine #Tutorial #GameDev #IndieGameDev #mainmenu
Рекомендации по теме