bcirpggithubmirror/Phase2/bcirpg_move/userInterface/InputResponse.gd

6 lines
126 B
GDScript3
Raw Normal View History

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