103 lines
3.1 KiB
Plaintext
103 lines
3.1 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cw8am7nnbgca5"]
|
||
|
||
[ext_resource type="Script" uid="uid://ke4moxwg1gfd" path="res://Script/Pet/PetFightPanel.gd" id="1_h4hw6"]
|
||
[ext_resource type="Texture2D" uid="uid://dh0dsw3jr0gra" path="res://assets/宠物对战背景图片/背景2.webp" id="2_h4hw6"]
|
||
|
||
[node name="PetFightPanel" type="Panel"]
|
||
offset_right = 1400.0
|
||
offset_bottom = 720.0
|
||
script = ExtResource("1_h4hw6")
|
||
|
||
[node name="MapBackGround" type="TextureRect" parent="."]
|
||
layout_mode = 0
|
||
offset_right = 1557.0
|
||
offset_bottom = 867.0
|
||
scale = Vector2(0.9, 0.9)
|
||
texture = ExtResource("2_h4hw6")
|
||
|
||
[node name="Title" type="Label" parent="."]
|
||
layout_mode = 0
|
||
offset_right = 1400.0
|
||
offset_bottom = 55.0
|
||
theme_override_colors/font_color = Color(0.623819, 1, 0.593898, 1)
|
||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||
theme_override_constants/shadow_offset_x = 5
|
||
theme_override_constants/shadow_offset_y = 5
|
||
theme_override_constants/outline_size = 20
|
||
theme_override_constants/shadow_outline_size = 10
|
||
theme_override_font_sizes/font_size = 50
|
||
text = "宠物对战"
|
||
horizontal_alignment = 1
|
||
vertical_alignment = 1
|
||
|
||
[node name="team1" type="Node" parent="."]
|
||
|
||
[node name="team2" type="Node" parent="."]
|
||
|
||
[node name="neutral" type="Node" parent="."]
|
||
|
||
[node name="BattleEndPanel" type="Panel" parent="."]
|
||
top_level = true
|
||
layout_mode = 0
|
||
offset_left = 294.0
|
||
offset_right = 1071.0
|
||
offset_bottom = 720.0
|
||
|
||
[node name="Title" type="Label" parent="BattleEndPanel"]
|
||
layout_mode = 0
|
||
offset_right = 777.0
|
||
offset_bottom = 104.0
|
||
theme_override_colors/font_color = Color(0.991435, 0.798103, 0.357309, 1)
|
||
theme_override_colors/font_shadow_color = Color(0, 0, 0, 1)
|
||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||
theme_override_constants/shadow_offset_x = 5
|
||
theme_override_constants/shadow_offset_y = 5
|
||
theme_override_constants/outline_size = 20
|
||
theme_override_constants/shadow_outline_size = 20
|
||
theme_override_font_sizes/font_size = 60
|
||
text = "战斗结束"
|
||
horizontal_alignment = 1
|
||
vertical_alignment = 1
|
||
|
||
[node name="Contents" type="Label" parent="BattleEndPanel"]
|
||
layout_mode = 0
|
||
offset_top = 104.0
|
||
offset_right = 777.0
|
||
offset_bottom = 567.0
|
||
theme_override_colors/font_color = Color(0, 1, 0, 1)
|
||
theme_override_font_sizes/font_size = 30
|
||
text = "[宠物名字]获得300经验,
|
||
增加200亲密度"
|
||
horizontal_alignment = 1
|
||
|
||
[node name="ReturnFarmButton" type="Button" parent="BattleEndPanel"]
|
||
layout_mode = 0
|
||
offset_left = 294.0
|
||
offset_top = 567.0
|
||
offset_right = 502.0
|
||
offset_bottom = 644.0
|
||
theme_override_font_sizes/font_size = 50
|
||
text = "返回农场"
|
||
|
||
[node name="PetBattleDetailsPanel" type="Panel" parent="."]
|
||
layout_mode = 0
|
||
offset_right = 257.0
|
||
offset_bottom = 720.0
|
||
|
||
[node name="Title" type="Label" parent="PetBattleDetailsPanel"]
|
||
layout_mode = 0
|
||
offset_right = 257.0
|
||
offset_bottom = 23.0
|
||
theme_override_font_sizes/font_size = 30
|
||
text = "战斗细节"
|
||
horizontal_alignment = 1
|
||
vertical_alignment = 1
|
||
|
||
[node name="BattleDetails" type="RichTextLabel" parent="PetBattleDetailsPanel"]
|
||
layout_mode = 0
|
||
offset_top = 42.0
|
||
offset_right = 257.0
|
||
offset_bottom = 720.0
|
||
bbcode_enabled = true
|