91 lines
2.7 KiB
Plaintext
91 lines
2.7 KiB
Plaintext
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://user_interface/utility_controls/editable_text_block.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://user_interface/topic_panel/bubble.png" type="Texture" id=2]
|
|
[ext_resource path="res://user_interface/topic_panel/topic_editable.gd" type="Script" id=3]
|
|
[ext_resource path="res://user_interface/topic_panel/topic_draggable.gd" type="Script" id=4]
|
|
[ext_resource path="res://user_interface/fonts/type_font.tres" type="DynamicFont" id=5]
|
|
|
|
[node name="TopicNode" type="MarginContainer"]
|
|
size_flags_horizontal = 3
|
|
custom_constants/margin_right = 0
|
|
custom_constants/margin_top = 0
|
|
custom_constants/margin_left = 0
|
|
custom_constants/margin_bottom = 0
|
|
script = ExtResource( 4 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="TopicEditable" parent="." instance=ExtResource( 1 )]
|
|
margin_right = 32.0
|
|
margin_bottom = 171.0
|
|
mouse_filter = 1
|
|
size_flags_horizontal = 3
|
|
script = ExtResource( 3 )
|
|
|
|
[node name="NinePatch" parent="TopicEditable" index="0"]
|
|
self_modulate = Color( 0.811765, 0.180392, 0.180392, 1 )
|
|
margin_right = 32.0
|
|
margin_bottom = 171.0
|
|
texture = ExtResource( 2 )
|
|
patch_margin_left = 12
|
|
patch_margin_top = 12
|
|
patch_margin_right = 12
|
|
patch_margin_bottom = 12
|
|
|
|
[node name="VBoxContainer" parent="TopicEditable" index="1"]
|
|
margin_right = 32.0
|
|
margin_bottom = 171.0
|
|
mouse_filter = 2
|
|
|
|
[node name="MarginContainer" parent="TopicEditable/VBoxContainer" index="0"]
|
|
margin_right = 32.0
|
|
margin_bottom = 166.0
|
|
|
|
[node name="Content" parent="TopicEditable/VBoxContainer/MarginContainer" index="0"]
|
|
margin_right = 15.0
|
|
margin_bottom = 161.0
|
|
mouse_filter = 2
|
|
|
|
[node name="ReferenceLabel" parent="TopicEditable/VBoxContainer/MarginContainer" index="1"]
|
|
margin_right = 15.0
|
|
margin_bottom = 161.0
|
|
autowrap = true
|
|
|
|
[node name="ContentFitTextEdit" parent="TopicEditable/VBoxContainer/MarginContainer" index="2"]
|
|
margin_right = 15.0
|
|
margin_bottom = 161.0
|
|
mouse_filter = 1
|
|
expand_width = false
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="TopicEditable/VBoxContainer" index="1"]
|
|
margin_top = 162.0
|
|
margin_right = 32.0
|
|
margin_bottom = 171.0
|
|
mouse_filter = 2
|
|
custom_constants/separation = 0
|
|
alignment = 2
|
|
|
|
[node name="TypeLabel" type="Label" parent="TopicEditable/VBoxContainer/HBoxContainer"]
|
|
self_modulate = Color( 1, 1, 1, 0.376471 )
|
|
margin_right = 24.0
|
|
margin_bottom = 9.0
|
|
custom_fonts/font = ExtResource( 5 )
|
|
text = "[Type]"
|
|
|
|
[node name="Control" type="Control" parent="TopicEditable/VBoxContainer/HBoxContainer"]
|
|
margin_left = 24.0
|
|
margin_right = 32.0
|
|
margin_bottom = 9.0
|
|
rect_min_size = Vector2( 8, 0 )
|
|
mouse_filter = 2
|
|
|
|
[node name="PopupMenu" parent="TopicEditable" index="2"]
|
|
margin_right = 32.0
|
|
margin_bottom = 171.0
|
|
|
|
[node name="Tween" type="Tween" parent="."]
|
|
|
|
[editable path="TopicEditable"]
|