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.

OperationPicker.tscn 336B

12345678910111213
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://addons/dialogic/Editor/Pieces/Common/OperationPicker.gd" type="Script" id=1]
  3. [node name="OperationPicker" type="MenuButton"]
  4. margin_left = 284.0
  5. margin_right = 296.0
  6. margin_bottom = 28.0
  7. text = "[ To be ]"
  8. script = ExtResource( 1 )
  9. __meta__ = {
  10. "_edit_use_anchors_": false
  11. }