Skip to content

Valks-Games/DialogueSystem

Repository files navigation

Dialogue System

Preview.mp4

Preview3

Setup

  1. Install latest Godot 4 C#

How to use

Create a folder called "Dialogues" in root project

In that folder created a new txt called "fairy_encounter_1.txt"

In the txt add the following.

Valk: Hello!
Gerbo: Hi

*choice1: Fine
*choice2: Alright
*choice3: Terrible

[choice1]
Gerbo: That's great!
Gerbo: :D
[end]

[choice2]
Gerbo: Cool cool
[end]

[choice3]
Gerbo: .-.
[end]

Gerbo: alright well bye!
Valk: bye!

Press Space Bar to advance dialogue.

Notes

  • There is a bug that skips some dialogue. Have not figured out how to solve it yet.
  • UI enter and exit animations are not centered

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages