iFactory.Godot/addons/BITPlugins/ReferenceContainer.tscn

25 lines
696 B
Plaintext
Raw Normal View History

2023-07-17 04:10:14 +08:00
[gd_scene load_steps=2 format=3 uid="uid://r7xpryghff3b"]
[ext_resource type="Script" path="res://addons/BITPlugins/ReferenceExamples.cs" id="1_h7isd"]
[node name="ReferenceContainer" type="PanelContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_h7isd")
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
layout_mode = 2
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"]
layout_mode = 2
text = "引用插件"
[node name="Node" type="Node" parent="."]
script = ExtResource("1_h7isd")