https://github.com/nathanhoad/beginner_godot4_dialogue
A tutorial project for adding dialogue to Godot 4 games
https://github.com/nathanhoad/beginner_godot4_dialogue
Last synced: about 1 year ago
JSON representation
A tutorial project for adding dialogue to Godot 4 games
- Host: GitHub
- URL: https://github.com/nathanhoad/beginner_godot4_dialogue
- Owner: nathanhoad
- License: mit
- Created: 2023-03-26T11:25:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T10:15:46.000Z (over 2 years ago)
- Last Synced: 2025-02-13T00:17:05.796Z (over 1 year ago)
- Language: GDScript
- Size: 386 KB
- Stars: 21
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Beginners guide to dialogue in Godot 4
This is the base project for working along with [this tutorial](https://youtu.be/UhPFk8FSbd8).
To jump to the finished code, look at the [finished branch](https://github.com/nathanhoad/beginner_godot4_dialogue/tree/finished).
## License
Licensed under the MIT license, see `LICENSE` for more information.