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.

PieceExtraSettings.tscn 725B

123456789101112131415161718
  1. [gd_scene load_steps=3 format=2]
  2. [ext_resource path="res://addons/dialogic/Images/expand-icon.svg" type="Texture" id=1]
  3. [ext_resource path="res://addons/dialogic/Editor/Pieces/Common/PieceExtraSettings.gd" type="Script" id=2]
  4. [node name="OptionButton" type="MenuButton"]
  5. margin_left = 1749.0
  6. margin_right = 1786.0
  7. margin_bottom = 30.0
  8. text = "Item 0"
  9. icon = ExtResource( 1 )
  10. clip_text = true
  11. align = 2
  12. items = [ "Move Up (Alt+Up)", null, 0, false, false, 0, 0, null, "", false, "Move Down (Alt+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 ]
  13. script = ExtResource( 2 )
  14. __meta__ = {
  15. "_edit_use_anchors_": false
  16. }