bcirpggithubmirror/Phase2/Godot_GameCode/ImportCharacter/userInterface/InputResponse.gd

6 lines
126 B
GDScript3
Raw Permalink Normal View History

extends VBoxContainer
func set_text(input: String, response: String):
$InputHistory.text = input
$Response.text = response