mirror of
https://github.com/Relintai/godot_data_editor.git
synced 2024-11-13 06:27:19 +01:00
150 lines
3.5 KiB
Plaintext
150 lines
3.5 KiB
Plaintext
[gd_scene load_steps=4 format=1]
|
|
|
|
[ext_resource path="res://addons/DataEditor/class_overview.gd" type="Script" id=1]
|
|
[ext_resource path="res://addons/DataEditor/style/light_gray_panel.tres" type="StyleBox" id=2]
|
|
[ext_resource path="res://addons/DataEditor/fonts/droid_serif_bold.tres" type="DynamicFont" id=3]
|
|
|
|
[node name="ClassOverview" type="PanelContainer"]
|
|
|
|
anchor/right = 1
|
|
anchor/bottom = 1
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 3
|
|
size_flags/vertical = 3
|
|
margin/left = 0.0
|
|
margin/top = 0.0
|
|
margin/right = 0.0
|
|
margin/bottom = 0.0
|
|
script/script = ExtResource( 1 )
|
|
|
|
[node name="Panel" type="Panel" parent="."]
|
|
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 2
|
|
size_flags/vertical = 2
|
|
margin/left = 7.0
|
|
margin/top = 7.0
|
|
margin/right = 1273.0
|
|
margin/bottom = 593.0
|
|
custom_styles/panel = ExtResource( 2 )
|
|
|
|
[node name="Body" type="VBoxContainer" parent="Panel"]
|
|
|
|
anchor/right = 1
|
|
anchor/bottom = 1
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = false
|
|
size_flags/horizontal = 3
|
|
size_flags/vertical = 3
|
|
margin/left = 10.0
|
|
margin/top = 10.0
|
|
margin/right = 10.0
|
|
margin/bottom = 10.0
|
|
alignment = 0
|
|
|
|
[node name="ClassPropertiesLabel" type="Label" parent="Panel/Body"]
|
|
|
|
visibility/visible = false
|
|
focus/ignore_mouse = true
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 2
|
|
size_flags/vertical = 0
|
|
margin/left = 0.0
|
|
margin/top = 0.0
|
|
margin/right = 1246.0
|
|
margin/bottom = 19.0
|
|
custom_fonts/font = ExtResource( 3 )
|
|
text = "Static Class Properties"
|
|
uppercase = true
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="HSeparator" type="HSeparator" parent="Panel/Body"]
|
|
|
|
visibility/visible = false
|
|
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 = 1246.0
|
|
margin/bottom = 3.0
|
|
|
|
[node name="Control" type="Control" parent="Panel/Body"]
|
|
|
|
rect/min_size = Vector2( 0, 15 )
|
|
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 = 1246.0
|
|
margin/bottom = 15.0
|
|
|
|
[node name="Scroll" type="ScrollContainer" parent="Panel/Body"]
|
|
|
|
visibility/visible = false
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 3
|
|
size_flags/vertical = 3
|
|
margin/left = 0.0
|
|
margin/top = 19.0
|
|
margin/right = 1246.0
|
|
margin/bottom = 566.0
|
|
scroll/horizontal = true
|
|
scroll/vertical = true
|
|
|
|
[node name="Statics" type="VBoxContainer" parent="Panel/Body/Scroll"]
|
|
|
|
visibility/visible = false
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = false
|
|
size_flags/horizontal = 3
|
|
size_flags/vertical = 2
|
|
margin/left = 0.0
|
|
margin/top = 0.0
|
|
margin/right = 1246.0
|
|
margin/bottom = 0.0
|
|
alignment = 0
|
|
|
|
[node name="NoStaticsPropertiesLabel" type="Label" parent="Panel/Body/Scroll/Statics"]
|
|
|
|
visibility/visible = false
|
|
focus/ignore_mouse = true
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 3
|
|
size_flags/vertical = 0
|
|
margin/left = 0.0
|
|
margin/top = 0.0
|
|
margin/right = 1246.0
|
|
margin/bottom = 14.0
|
|
text = "There are no static properties for this class. Click below to add one."
|
|
percent_visible = 1.0
|
|
lines_skipped = 0
|
|
max_lines_visible = -1
|
|
|
|
[node name="AddStaticPropertyButton" type="Button" parent="Panel/Body/Scroll/Statics"]
|
|
|
|
visibility/visible = false
|
|
focus/ignore_mouse = false
|
|
focus/stop_mouse = true
|
|
size_flags/horizontal = 2
|
|
size_flags/vertical = 2
|
|
margin/left = 0.0
|
|
margin/top = 18.0
|
|
margin/right = 1246.0
|
|
margin/bottom = 38.0
|
|
toggle_mode = false
|
|
enabled_focus_mode = 2
|
|
shortcut = null
|
|
text = "Add static property"
|
|
flat = false
|
|
|
|
|