2022-03-06 20:37:43 +00:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2022-02-27 20:27:22 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://UserInterface/Response.tscn" type="PackedScene" id=2]
|
|
|
|
[ext_resource path="res://UserInterface/InputResponse.gd" type="Script" id=3]
|
|
|
|
|
|
|
|
[node name="InputResponse" type="VBoxContainer"]
|
|
|
|
margin_right = 984.0
|
|
|
|
margin_bottom = 68.0
|
|
|
|
script = ExtResource( 3 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="InputHistory" type="Label" parent="."]
|
|
|
|
margin_right = 984.0
|
2022-03-06 20:37:43 +00:00
|
|
|
margin_bottom = 14.0
|
2022-02-27 20:27:22 +00:00
|
|
|
text = " > This is what user selected"
|
|
|
|
autowrap = true
|
|
|
|
|
|
|
|
[node name="Response" parent="." instance=ExtResource( 2 )]
|
2022-03-06 20:37:43 +00:00
|
|
|
margin_top = 18.0
|
|
|
|
margin_bottom = 32.0
|