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.

EndBranch.tscn 2.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. [gd_scene load_steps=6 format=2]
  2. [ext_resource path="res://addons/dialogic/Editor/Pieces/Common/PieceExtraSettings.tscn" type="PackedScene" id=1]
  3. [ext_resource path="res://addons/dialogic/Editor/Pieces/Common/Spacer.tscn" type="PackedScene" id=2]
  4. [ext_resource path="res://addons/dialogic/Editor/Pieces/EndBranch.gd" type="Script" id=4]
  5. [ext_resource path="res://addons/dialogic/Images/Event Icons/Main Icons/end-branch.svg" type="Texture" id=5]
  6. [sub_resource type="StyleBoxFlat" id=1]
  7. content_margin_left = 16.0
  8. content_margin_right = 6.0
  9. content_margin_top = 6.0
  10. content_margin_bottom = 6.0
  11. bg_color = Color( 0.243137, 0.231373, 0.396078, 0.772549 )
  12. border_width_left = 2
  13. border_width_top = 2
  14. border_width_right = 2
  15. border_width_bottom = 2
  16. border_color = Color( 0.12549, 0.12549, 0.12549, 1 )
  17. corner_radius_top_left = 6
  18. corner_radius_top_right = 6
  19. corner_radius_bottom_right = 6
  20. corner_radius_bottom_left = 6
  21. [node name="EndBranch" type="HBoxContainer"]
  22. anchor_left = 0.043
  23. anchor_right = 0.063
  24. margin_left = -44.032
  25. margin_right = 959.968
  26. margin_bottom = 42.0
  27. size_flags_horizontal = 3
  28. size_flags_vertical = 9
  29. script = ExtResource( 4 )
  30. __meta__ = {
  31. "_edit_use_anchors_": false
  32. }
  33. [node name="Indent" type="Control" parent="."]
  34. visible = false
  35. margin_bottom = 42.0
  36. [node name="PanelContainer" type="PanelContainer" parent="."]
  37. margin_right = 1024.0
  38. margin_bottom = 42.0
  39. mouse_filter = 1
  40. size_flags_horizontal = 3
  41. size_flags_vertical = 3
  42. custom_styles/panel = SubResource( 1 )
  43. [node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
  44. margin_left = 16.0
  45. margin_top = 6.0
  46. margin_right = 1018.0
  47. margin_bottom = 36.0
  48. size_flags_horizontal = 3
  49. [node name="Header" type="HBoxContainer" parent="PanelContainer/VBoxContainer"]
  50. margin_right = 1002.0
  51. margin_bottom = 28.0
  52. [node name="TextureRect" type="TextureRect" parent="PanelContainer/VBoxContainer/Header"]
  53. margin_right = 22.0
  54. margin_bottom = 28.0
  55. texture = ExtResource( 5 )
  56. stretch_mode = 6
  57. [node name="Title" type="Label" parent="PanelContainer/VBoxContainer/Header"]
  58. margin_left = 26.0
  59. margin_top = 7.0
  60. margin_right = 105.0
  61. margin_bottom = 21.0
  62. text = " End Branch"
  63. [node name="Preview" type="Label" parent="PanelContainer/VBoxContainer/Header"]
  64. margin_left = 109.0
  65. margin_top = 7.0
  66. margin_right = 109.0
  67. margin_bottom = 21.0
  68. custom_colors/font_color = Color( 1, 1, 1, 0.513726 )
  69. [node name="Spacer" parent="PanelContainer/VBoxContainer/Header" instance=ExtResource( 2 )]
  70. margin_left = 113.0
  71. margin_right = 961.0
  72. margin_bottom = 28.0
  73. [node name="OptionButton" parent="PanelContainer/VBoxContainer/Header" instance=ExtResource( 1 )]
  74. margin_left = 965.0
  75. margin_right = 1002.0
  76. margin_bottom = 28.0
  77. items = [ "Move Up", null, 0, false, false, 0, 0, null, "", false, "Move Down", null, 0, false, false, 1, 0, null, "", false, "", null, 0, false, false, 2, 0, null, "", true, "Remove", null, 0, false, false, 3, 0, null, "", false ]