60 lines
2.0 KiB
Plaintext
60 lines
2.0 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dq7ss2ha5rk44"]
|
|
|
|
[ext_resource type="Script" uid="uid://cxxo2sex03ox5" path="res://Features/SymbolLookup/SymbolLookupPopup.cs" id="1_f5udm"]
|
|
[ext_resource type="PackedScene" uid="uid://dokm0dyac2enh" path="res://Features/SymbolLookup/SymbolUsageComponent.tscn" id="1_k5g0h"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cuaw5"]
|
|
bg_color = Color(0.1764706, 0.1764706, 0.1764706, 1)
|
|
corner_radius_top_left = 5
|
|
corner_radius_top_right = 5
|
|
corner_radius_bottom_right = 5
|
|
corner_radius_bottom_left = 5
|
|
shadow_color = Color(0, 0, 0, 0.11764706)
|
|
shadow_size = 4
|
|
|
|
[node name="SymbolLookupPopup" type="PopupPanel"]
|
|
oversampling_override = 1.0
|
|
size = Vector2i(564, 340)
|
|
visible = true
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_cuaw5")
|
|
script = ExtResource("1_f5udm")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 4.0
|
|
offset_top = 4.0
|
|
offset_right = -4.0
|
|
offset_bottom = -4.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_constants/margin_left = 15
|
|
theme_override_constants/margin_top = 5
|
|
theme_override_constants/margin_right = 15
|
|
theme_override_constants/margin_bottom = 5
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
custom_minimum_size = Vector2(0, 43.615)
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Usages of"
|
|
|
|
[node name="SymbolNameLabel" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "'UseWebApi()'"
|
|
|
|
[node name="UsagesVBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="SymbolUsageComponent" parent="MarginContainer/VBoxContainer/UsagesVBoxContainer" instance=ExtResource("1_k5g0h")]
|
|
layout_mode = 2
|