pir-serious-game-ethics/addons/dialogic/Editor/Events/Common/PieceExtraSettings.tscn

21 lines
734 B
Text
Raw Normal View History

[gd_scene load_steps=3 format=2]
2021-04-10 18:29:03 +02:00
[ext_resource path="res://addons/dialogic/Images/Pieces/expand-icon.svg" type="Texture" id=1]
2021-04-12 10:26:50 +02:00
[ext_resource path="res://addons/dialogic/Editor/Events/Common/PieceExtraSettings.gd" type="Script" id=2]
2021-04-10 18:29:03 +02:00
[node name="OptionButton" type="MenuButton"]
margin_left = 1749.0
margin_right = 1786.0
margin_bottom = 30.0
text = "Item 0"
icon = ExtResource( 1 )
clip_text = true
align = 2
2021-04-07 22:32:31 +02:00
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 ]
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}