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.

SectionTitle.tscn 812B

1234567891011121314151617181920212223242526272829303132333435
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://addons/dialogic/Editor/ThemeEditor/SectionTitle.gd" type="Script" id=1]
  3. [node name="PanelContainer" type="Panel"]
  4. margin_right = 138.0
  5. margin_bottom = 30.0
  6. rect_min_size = Vector2( 0, 30 )
  7. script = ExtResource( 1 )
  8. __meta__ = {
  9. "_edit_use_anchors_": false
  10. }
  11. [node name="HBoxContainer" type="HBoxContainer" parent="."]
  12. anchor_right = 1.0
  13. anchor_bottom = 1.0
  14. __meta__ = {
  15. "_edit_use_anchors_": false
  16. }
  17. [node name="Label" type="Label" parent="HBoxContainer"]
  18. margin_top = 8.0
  19. margin_right = 138.0
  20. margin_bottom = 22.0
  21. size_flags_horizontal = 3
  22. text = "PanelContainer"
  23. __meta__ = {
  24. "_edit_use_anchors_": false
  25. }
  26. [node name="CheckBox" type="CheckBox" parent="HBoxContainer"]
  27. visible = false
  28. margin_left = 114.0
  29. margin_right = 138.0
  30. margin_bottom = 30.0