7 lines
156 B
GDScript3
7 lines
156 B
GDScript3
|
|
extends Control
|
||
|
|
## Provides methods and pre-instantiated prompts that can be easily arranged.
|
||
|
|
class_name Prompter
|
||
|
|
|
||
|
|
|
||
|
|
signal action_performed(action: String)
|