24 lines
727 B
Plaintext
24 lines
727 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://d2ghbujrhch0e"]
|
|
|
|
[ext_resource type="StyleBox" uid="uid://bk040ynoowpli" path="res://addons/popupwindow/pre/popup_window.tres" id="1_bxfsd"]
|
|
[ext_resource type="Script" path="res://addons/popupwindow/pre/text.gd" id="2_262v7"]
|
|
|
|
[node name="Text" type="PanelContainer"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = -1789.0
|
|
offset_bottom = -982.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
theme_override_styles/panel = ExtResource("1_bxfsd")
|
|
script = ExtResource("2_262v7")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 2
|
|
size_flags_vertical = 1
|
|
text = "测试信息测试信息"
|
|
autowrap_mode = 3
|