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.

DefinitionEditor.tscn 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://addons/dialogic/Editor/DefinitionEditor/DefinitionEditor.gd" type="Script" id=1]
  3. [node name="DefinitionEditor" type="ScrollContainer"]
  4. anchor_right = 1.0
  5. anchor_bottom = 1.0
  6. script = ExtResource( 1 )
  7. __meta__ = {
  8. "_edit_use_anchors_": false
  9. }
  10. [node name="VBoxContainer" type="VBoxContainer" parent="."]
  11. margin_right = 1024.0
  12. margin_bottom = 600.0
  13. size_flags_horizontal = 3
  14. size_flags_vertical = 3
  15. [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
  16. margin_right = 1024.0
  17. margin_bottom = 230.0
  18. custom_constants/separation = 16
  19. [node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"]
  20. margin_right = 300.0
  21. margin_bottom = 230.0
  22. rect_min_size = Vector2( 300, 0 )
  23. custom_constants/separation = 10
  24. [node name="Label" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
  25. margin_right = 300.0
  26. margin_bottom = 14.0
  27. text = "Name"
  28. [node name="Name" type="LineEdit" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
  29. margin_top = 24.0
  30. margin_right = 300.0
  31. margin_bottom = 48.0
  32. [node name="Label2" type="Label" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
  33. margin_top = 58.0
  34. margin_right = 300.0
  35. margin_bottom = 72.0
  36. text = "Type:"
  37. [node name="TypeMenuButton" type="OptionButton" parent="VBoxContainer/HBoxContainer/VBoxContainer"]
  38. margin_top = 82.0
  39. margin_right = 300.0
  40. margin_bottom = 102.0
  41. text = "Variable"
  42. expand_icon = true
  43. items = [ "Variable", null, false, 0, null, "Extra Information", null, false, 1, null ]
  44. selected = 0
  45. [node name="ExtraInfo" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"]
  46. margin_left = 316.0
  47. margin_right = 616.0
  48. margin_bottom = 230.0
  49. rect_min_size = Vector2( 300, 0 )
  50. [node name="RichTextLabel2" type="Label" parent="VBoxContainer/HBoxContainer/ExtraInfo"]
  51. margin_right = 300.0
  52. margin_bottom = 31.0
  53. text = "A popup will display this information when a player hovers the word in a dialog. "
  54. autowrap = true
  55. [node name="Control" type="Control" parent="VBoxContainer/HBoxContainer/ExtraInfo"]
  56. margin_top = 35.0
  57. margin_right = 300.0
  58. margin_bottom = 70.0
  59. rect_min_size = Vector2( 0, 35 )
  60. [node name="Title" type="LineEdit" parent="VBoxContainer/HBoxContainer/ExtraInfo"]
  61. margin_top = 74.0
  62. margin_right = 300.0
  63. margin_bottom = 98.0
  64. placeholder_text = "Title"
  65. [node name="Text" type="TextEdit" parent="VBoxContainer/HBoxContainer/ExtraInfo"]
  66. margin_top = 102.0
  67. margin_right = 300.0
  68. margin_bottom = 202.0
  69. rect_min_size = Vector2( 0, 100 )
  70. size_flags_vertical = 3
  71. wrap_enabled = true
  72. [node name="Extra" type="LineEdit" parent="VBoxContainer/HBoxContainer/ExtraInfo"]
  73. margin_top = 206.0
  74. margin_right = 300.0
  75. margin_bottom = 230.0
  76. placeholder_text = "Extra"
  77. [node name="Value" type="VBoxContainer" parent="VBoxContainer/HBoxContainer"]
  78. margin_left = 632.0
  79. margin_right = 932.0
  80. margin_bottom = 230.0
  81. rect_min_size = Vector2( 300, 0 )
  82. custom_constants/separation = 10
  83. [node name="Label5" type="Label" parent="VBoxContainer/HBoxContainer/Value"]
  84. margin_right = 300.0
  85. margin_bottom = 14.0
  86. text = "Value:"
  87. [node name="ValueInput" type="LineEdit" parent="VBoxContainer/HBoxContainer/Value"]
  88. margin_top = 24.0
  89. margin_right = 300.0
  90. margin_bottom = 48.0