pir-serious-game-ethics/addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/Infobox/Infobox.tscn

67 lines
2.2 KiB
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/Infobox/Infobox.gd" type="Script" id=1]
[ext_resource path="res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/ConditionsList/ConditionsList.tscn" type="PackedScene" id=2]
[node name="Infobox" type="VBoxContainer"]
margin_top = 28.0
margin_right = 238.0
margin_bottom = 112.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="HBoxContainer" type="HBoxContainer" parent="."]
margin_right = 238.0
margin_bottom = 112.0
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
margin_right = 215.0
margin_bottom = 112.0
size_flags_horizontal = 3
[node name="HSeparator" type="HSeparator" parent="HBoxContainer/VBoxContainer"]
margin_right = 215.0
margin_bottom = 4.0
[node name="Label" type="Label" parent="HBoxContainer/VBoxContainer"]
margin_top = 8.0
margin_right = 215.0
margin_bottom = 22.0
text = "Infobox"
align = 1
[node name="TextEdit" type="TextEdit" parent="HBoxContainer/VBoxContainer"]
margin_top = 26.0
margin_right = 215.0
margin_bottom = 76.0
rect_min_size = Vector2( 0, 50 )
size_flags_horizontal = 3
[node name="ConditionsList" parent="HBoxContainer/VBoxContainer" instance=ExtResource( 2 )]
margin_left = 0.0
margin_top = 80.0
margin_right = 215.0
margin_bottom = 104.0
[node name="HSeparator2" type="HSeparator" parent="HBoxContainer/VBoxContainer"]
margin_top = 108.0
margin_right = 215.0
margin_bottom = 112.0
[node name="RemoveInfoboxButton" type="Button" parent="HBoxContainer"]
margin_left = 219.0
margin_right = 238.0
margin_bottom = 112.0
text = "x"
[node name="CreateButton" type="Button" parent="."]
margin_top = 116.0
margin_right = 238.0
margin_bottom = 136.0
text = "Create Infobox"
[connection signal="text_changed" from="HBoxContainer/VBoxContainer/TextEdit" to="." method="_on_TextEdit_text_changed"]
[connection signal="conditions_changed" from="HBoxContainer/VBoxContainer/ConditionsList" to="." method="_on_ConditionsList_conditions_changed"]
[connection signal="pressed" from="HBoxContainer/RemoveInfoboxButton" to="." method="_on_RemoveInfoboxButton_pressed"]
[connection signal="pressed" from="CreateButton" to="." method="_on_CreateButton_pressed"]