mirror of
https://github.com/Relintai/godot_data_editor.git
synced 2024-11-13 06:27:19 +01:00
56 lines
1.2 KiB
Plaintext
56 lines
1.2 KiB
Plaintext
[gd_scene load_steps=3 format=1]
|
|
|
|
[ext_resource path="res://addons/godot_data_editor/property_item.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/godot_data_editor/icons/icon_remove.png" type="Texture" id=2]
|
|
|
|
[node name="Panel" type="Panel"]
|
|
|
|
anchor/right = 1
|
|
anchor/bottom = 1
|
|
rect/min_size = Vector2( 0, 26 )
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = false
|
|
size_flags/horizontal = 3
|
|
size_flags/vertical = 2
|
|
margin/left = 1.0
|
|
margin/top = 0.0
|
|
margin/right = -1.0
|
|
margin/bottom = 574.0
|
|
script/script = ExtResource( 1 )
|
|
|
|
[node name="DeleteButton" type="ToolButton" parent="."]
|
|
|
|
visibility/visible = false
|
|
anchor/left = 1
|
|
anchor/top = 3
|
|
anchor/right = 1
|
|
anchor/bottom = 3
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 2
|
|
size_flags/vertical = 2
|
|
margin/left = 1280.0
|
|
margin/top = 13.0
|
|
margin/right = 1252.0
|
|
margin/bottom = -11.0
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
icon = ExtResource( 2 )
|
|
flat = true
|
|
|
|
[node name="PopupMenu" type="PopupMenu" parent="."]
|
|
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 2
|
|
size_flags/vertical = 2
|
|
margin/left = 0.0
|
|
margin/top = 0.0
|
|
margin/right = 20.0
|
|
margin/bottom = 20.0
|
|
popup/exclusive = false
|
|
items = [ ]
|
|
|
|
|