73 lines
2.4 KiB
Plaintext
73 lines
2.4 KiB
Plaintext
[gd_scene format=3 uid="uid://dewev77kmbwre"]
|
|
|
|
[ext_resource type="Theme" uid="uid://d1gp4l4cwgtw4" path="res://resources/themes/button.tres" id="1_r31ah"]
|
|
[ext_resource type="PackedScene" uid="uid://boa4gvdodn6is" path="res://resources/controls/CharacterStatus.tscn" id="2_infd8"]
|
|
[ext_resource type="Script" uid="uid://bc5cucvklcmrd" path="res://scripts/UserInterface.cs" id="3_mwlxn"]
|
|
[ext_resource type="PackedScene" uid="uid://b3bby7t653g41" path="res://resources/controls/RoundQueue.tscn" id="4_vufsu"]
|
|
[ext_resource type="Theme" uid="uid://bs3813xiv8ivn" path="res://resources/themes/panel.tres" id="5_flasd"]
|
|
|
|
[node name="UserInterface" type="Control" unique_id=2140201054 node_paths=PackedStringArray("Location", "Rayne", "Irene", "RoundQueue", "FightLog")]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("3_mwlxn")
|
|
Location = NodePath("Label")
|
|
Rayne = NodePath("Rayne")
|
|
Irene = NodePath("Irene")
|
|
RoundQueue = NodePath("RoundQueue")
|
|
FightLog = NodePath("FightLog")
|
|
metadata/_edit_lock_ = true
|
|
|
|
[node name="Label" type="Label" parent="." unique_id=1964672114]
|
|
layout_mode = 0
|
|
offset_left = 16.0
|
|
offset_right = 464.0
|
|
offset_bottom = 72.0
|
|
theme = ExtResource("1_r31ah")
|
|
text = "当前位置"
|
|
vertical_alignment = 1
|
|
|
|
[node name="Rayne" parent="." unique_id=601075864 instance=ExtResource("2_infd8")]
|
|
layout_mode = 1
|
|
offset_top = 520.0
|
|
offset_bottom = 520.0
|
|
scale = Vector2(0.5, 0.5)
|
|
CharacterId = 1
|
|
|
|
[node name="Irene" parent="." unique_id=1781627172 instance=ExtResource("2_infd8")]
|
|
visible = false
|
|
layout_mode = 1
|
|
offset_left = 424.0
|
|
offset_top = 520.0
|
|
offset_right = 424.0
|
|
offset_bottom = 520.0
|
|
scale = Vector2(0.5, 0.5)
|
|
CharacterId = 2
|
|
|
|
[node name="RoundQueue" parent="." unique_id=1897105738 instance=ExtResource("4_vufsu")]
|
|
layout_mode = 1
|
|
offset_bottom = -624.0
|
|
|
|
[node name="FightLog" type="Panel" parent="." unique_id=1924320390]
|
|
self_modulate = Color(1, 1, 1, 0.34509805)
|
|
layout_mode = 0
|
|
offset_left = 768.0
|
|
offset_top = 128.0
|
|
offset_right = 1280.0
|
|
offset_bottom = 720.0
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="FightLog" unique_id=1360173978]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme = ExtResource("5_flasd")
|
|
theme_override_colors/font_shadow_color = Color(0, 0, 0, 0.88235295)
|
|
bbcode_enabled = true
|
|
text = "战斗日志记录"
|