6 lines
126 B
GDScript3
Raw Normal View History

2022-02-27 15:27:22 -05:00
extends VBoxContainer
func set_text(input: String, response: String):
$InputHistory.text = input
$Response.text = response