No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ConditionsList.tscn 739B

12345678910111213141516171819202122232425
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://addons/EXP-System-Dialog/Dialog Editor/Nodes/Line/ConditionsList/ConditionsList.gd" type="Script" id=1]
  3. [node name="ConditionsList" type="VBoxContainer"]
  4. margin_left = 5.0
  5. margin_top = 5.0
  6. margin_right = 233.0
  7. margin_bottom = 79.0
  8. size_flags_horizontal = 3
  9. script = ExtResource( 1 )
  10. __meta__ = {
  11. "_edit_use_anchors_": false
  12. }
  13. [node name="VBoxContainer" type="VBoxContainer" parent="."]
  14. margin_right = 228.0
  15. size_flags_horizontal = 3
  16. [node name="ContitionAddButton" type="Button" parent="."]
  17. margin_top = 4.0
  18. margin_right = 228.0
  19. margin_bottom = 24.0
  20. text = "Add condition"
  21. [connection signal="pressed" from="ContitionAddButton" to="." method="_on_ContitionAddButton_pressed"]