bcirpggithubmirror/Godot/NewGame/Doug/bcirpg_newGame_20220227A/userInterface/InputResponse.gd
MacDugRPG 10860a0b71 New Game - Doug
Adds new game start.
2022-02-27 15:27:22 -05:00

6 lines
126 B
GDScript

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