frame-of-mind/src/ui/prompter/prompter.gd

7 lines
156 B
GDScript3
Raw Normal View History

2026-01-23 12:39:47 +00:00
extends Control
## Provides methods and pre-instantiated prompts that can be easily arranged.
class_name Prompter
signal action_performed(action: String)