challenge-editor/scene/fight_character_card.tscn

168 lines
5.0 KiB
Plaintext
Raw Normal View History

2024-09-24 11:59:54 +08:00
[gd_scene load_steps=9 format=3 uid="uid://braadtw2q0x6u"]
2024-09-14 17:36:48 +08:00
[ext_resource type="Texture2D" uid="uid://cn2q8k4s3bxiu" path="res://res/ui/ui_026_fight/juxing744_1.png" id="1_oi31c"]
2024-09-24 11:59:54 +08:00
[ext_resource type="Script" path="res://scene/fight_character_card.gd" id="2_berqc"]
2024-09-14 17:36:48 +08:00
[ext_resource type="Texture2D" uid="uid://by6vl56taeyd2" path="res://res/ui/ui_026_fight/tuceng285_2.png" id="2_evh5s"]
[ext_resource type="Texture2D" uid="uid://d4geq35efgqon" path="res://res/ui/ui_026_fight/tuceng286.png" id="3_kujn5"]
[ext_resource type="Texture2D" uid="uid://li8e5ntlgcpg" path="res://res/ui/ui_003_select/test.png" id="4_srllr"]
[ext_resource type="Texture2D" uid="uid://bvhrxkcpq3lco" path="res://res/ui/ui_026_fight/juxing768.png" id="5_mey8u"]
[ext_resource type="Texture2D" uid="uid://deecs52usa3ie" path="res://res/ui/ui_026_fight/juxing768_1.png" id="6_j0vci"]
[ext_resource type="Texture2D" uid="uid://dupfisl50axgw" path="res://res/ui/ui_026_fight/juxing768_2.png" id="7_wx32q"]
[node name="fight_character_card" type="TextureRect"]
offset_right = 450.0
offset_bottom = 250.0
size_flags_horizontal = 0
size_flags_vertical = 3
texture = ExtResource("1_oi31c")
expand_mode = 3
2024-09-24 11:59:54 +08:00
script = ExtResource("2_berqc")
2024-09-14 17:36:48 +08:00
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_right = 0.42
anchor_bottom = 1.0
texture = ExtResource("2_evh5s")
expand_mode = 1
metadata/_edit_use_anchors_ = true
[node name="TextureRect2" type="TextureRect" parent="TextureRect"]
show_behind_parent = true
clip_children = 2
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("3_kujn5")
2024-09-24 11:59:54 +08:00
[node name="icon" type="TextureRect" parent="TextureRect/TextureRect2"]
2024-09-14 17:36:48 +08:00
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("4_srllr")
expand_mode = 1
stretch_mode = 6
2024-09-24 11:59:54 +08:00
[node name="n" type="Label" parent="TextureRect"]
2024-09-14 17:36:48 +08:00
layout_mode = 0
anchor_top = 0.884
anchor_right = 1.0
anchor_bottom = 1.0
text = "卡名"
horizontal_alignment = 1
vertical_alignment = 1
metadata/_edit_use_anchors_ = true
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.44
anchor_right = 0.964444
anchor_bottom = 1.0
metadata/_edit_use_anchors_ = true
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 3
theme_override_colors/font_color = Color(0, 0, 0, 1)
text = "血量:"
horizontal_alignment = 1
vertical_alignment = 1
justification_flags = 162
[node name="TextureProgressBar" type="TextureProgressBar" parent="VBoxContainer/HBoxContainer"]
custom_minimum_size = Vector2(176, 32)
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 4
value = 100.0
nine_patch_stretch = true
texture_progress = ExtResource("5_mey8u")
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer/TextureProgressBar"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
text = "999/999"
horizontal_alignment = 1
vertical_alignment = 1
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer2"]
layout_mode = 2
size_flags_horizontal = 3
theme_override_colors/font_color = Color(0, 0, 0, 1)
text = "精神:"
horizontal_alignment = 1
vertical_alignment = 1
justification_flags = 162
[node name="TextureProgressBar" type="TextureProgressBar" parent="VBoxContainer/HBoxContainer2"]
custom_minimum_size = Vector2(176, 32)
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 4
value = 100.0
nine_patch_stretch = true
texture_progress = ExtResource("6_j0vci")
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer2/TextureProgressBar"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
text = "999/999"
horizontal_alignment = 1
vertical_alignment = 1
[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer3"]
layout_mode = 2
size_flags_horizontal = 3
theme_override_colors/font_color = Color(0, 0, 0, 1)
text = "体力:"
horizontal_alignment = 1
vertical_alignment = 1
justification_flags = 162
[node name="TextureProgressBar" type="TextureProgressBar" parent="VBoxContainer/HBoxContainer3"]
custom_minimum_size = Vector2(176, 32)
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 4
value = 100.0
nine_patch_stretch = true
texture_progress = ExtResource("7_wx32q")
[node name="Label" type="Label" parent="VBoxContainer/HBoxContainer3/TextureProgressBar"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
text = "999/999"
horizontal_alignment = 1
vertical_alignment = 1