6 lines
126 B
GDScript3
Raw Normal View History

2022-05-15 14:29:03 -04:00
extends VBoxContainer
func set_text(input: String, response: String):
$InputHistory.text = input
$Response.text = response