6 lines
126 B
GDScript3
Raw Normal View History

2022-03-20 11:43:14 -06:00
extends VBoxContainer
func set_text(input: String, response: String):
$InputHistory.text = input
$Response.text = response