This is a cool little game, and congrats on your first project! You’re doing great for starting small and already experimenting with different things. I started messing around with Godot about a year ago, and just now I'm doing my first jam, and I haven’t even tried making dialogue yet haha. Before you know it, you’ll start getting a better sense of how things work and how to make them. Good luck on your journey, good job!
Viewing post in The Last Wings jam comments
I’m really happy to receive your encouragement! This development has definitely been a challenge for me. I encountered many difficulties during the process, but I’m glad I persevered until the end. From not knowing anything about coding at the beginning, to now being able to understand some of the code logic and Godot’s node management by watching tutorials, it’s truly been a wonderful experience. I’ll continue to work harder on the development moving forward!
Regarding the dialogue system you mentioned, this time I used the Dialogic plugin. This plugin not only provides UI templates for dialogue systems but also allows you to directly trigger the dialogue box through signal connections in the code. It feels like it's sufficient for handling simple dialogues! Here's the link →https://github.com/dialogic-godot/dialogic
I hope this helps you! As a fellow Godot beginner, let's keep pushing forward together!