Zap123 / godot-easy-dialogue

Godot components to implement the text component of adventure games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Menu and dialog GUI for Godot

This project contains custom node types to easily implement a dialogue system with input and choices in Godot 3.2.

Features:

  • Rich text support (formatting, colors, effects, etc.)
  • Supports keyboard, mouse and multitouch screen
  • Blocks the input while dilogue is open, making it "blocking"
  • Arbitrary text breaks that can be associated with actions

NOTE: currently only the text output is implemented

See the included demo for a complete usage example.

About

Godot components to implement the text component of adventure games

License:MIT License


Languages

Language:GDScript 100.0%