bcirpggithubmirror/Godot/NewGame/Doug/bcirpg_newGame_20220227A/userInterface/InputResponse.gd

6 lines
126 B
GDScript3
Raw Normal View History

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