challenge-editor/scene/fight.tscn

108 lines
3.5 KiB
Plaintext
Raw Normal View History

2024-09-14 17:36:48 +08:00
[gd_scene load_steps=9 format=3 uid="uid://sn3v7t7xjr1o"]
[ext_resource type="Texture2D" uid="uid://b1wfklbrwhh3y" path="res://res/ui/ui_025_adventure_mode/tuceng349.png" id="1_08haj"]
[ext_resource type="Texture2D" uid="uid://cc1ldr8rx3te3" path="res://res/ui/ui_026_fight/juxing744.png" id="1_yh6pq"]
[ext_resource type="PackedScene" uid="uid://chowelwcfnsxs" path="res://scene/fight_card.tscn" id="3_3k0nd"]
[ext_resource type="Texture2D" uid="uid://se3j07m0mm5p" path="res://res/ui/ui_026_fight/kaishizhandou.png" id="4_3x8hl"]
[ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool/tool_button.tscn" id="5_cxbtq"]
[ext_resource type="PackedScene" uid="uid://braadtw2q0x6u" path="res://scene/fight_character_card.tscn" id="6_5ixhk"]
[ext_resource type="PackedScene" uid="uid://dd4387syao6lj" path="res://scene/fight_enermy_card.tscn" id="7_fjnhq"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_246ik"]
texture = ExtResource("1_yh6pq")
texture_margin_left = 49.247
texture_margin_top = 50.578
texture_margin_right = 67.881
texture_margin_bottom = 7.986
[node name="fight" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="back" type="TextureRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
texture = ExtResource("1_08haj")
expand_mode = 1
stretch_mode = 6
[node name="Panel" type="Panel" parent="."]
layout_mode = 0
anchor_left = 0.0260417
anchor_top = 0.728704
anchor_right = 0.833854
anchor_bottom = 0.960185
theme_override_styles/panel = SubResource("StyleBoxTexture_246ik")
metadata/_edit_use_anchors_ = true
[node name="HBoxContainer" type="HBoxContainer" parent="Panel"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="fight_card" parent="Panel/HBoxContainer" instance=ExtResource("3_3k0nd")]
layout_mode = 2
[node name="fight_card2" parent="Panel/HBoxContainer" instance=ExtResource("3_3k0nd")]
layout_mode = 2
[node name="fight_card3" parent="Panel/HBoxContainer" instance=ExtResource("3_3k0nd")]
layout_mode = 2
[node name="fight_card4" parent="Panel/HBoxContainer" instance=ExtResource("3_3k0nd")]
layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 0
anchor_left = 0.409896
anchor_top = 0.237963
anchor_right = 0.613542
anchor_bottom = 0.337037
offset_right = -351.0
offset_bottom = -67.0
texture = ExtResource("4_3x8hl")
metadata/_edit_use_anchors_ = true
[node name="ToolButton" parent="TextureRect" instance=ExtResource("5_cxbtq")]
layout_mode = 1
2024-09-24 11:59:54 +08:00
[node name="character_card_add_pos" type="HBoxContainer" parent="."]
layout_mode = 1
anchors_preset = -1
2024-09-14 17:36:48 +08:00
anchor_left = 0.0260417
anchor_top = 0.45463
2024-09-24 11:59:54 +08:00
anchor_right = 0.984896
2024-09-14 17:36:48 +08:00
anchor_bottom = 0.686111
2024-09-24 11:59:54 +08:00
theme_override_constants/separation = 20
2024-09-14 17:36:48 +08:00
metadata/_edit_use_anchors_ = true
2024-09-24 11:59:54 +08:00
[node name="fight_character_card" parent="character_card_add_pos" instance=ExtResource("6_5ixhk")]
2024-09-14 17:36:48 +08:00
layout_mode = 2
2024-09-24 11:59:54 +08:00
[node name="fight_character_card2" parent="character_card_add_pos" instance=ExtResource("6_5ixhk")]
2024-09-14 17:36:48 +08:00
layout_mode = 2
2024-09-24 11:59:54 +08:00
[node name="enermy_card_add_pos" type="HBoxContainer" parent="."]
2024-09-14 17:36:48 +08:00
layout_mode = 1
anchors_preset = -1
2024-09-24 11:59:54 +08:00
anchor_left = 0.0260417
2024-09-14 17:36:48 +08:00
anchor_right = 0.986979
anchor_bottom = 0.231481
2024-09-24 11:59:54 +08:00
theme_override_constants/separation = 20
2024-09-14 17:36:48 +08:00
alignment = 2
metadata/_edit_use_anchors_ = true
2024-09-24 11:59:54 +08:00
[node name="fight_enermy_card" parent="enermy_card_add_pos" instance=ExtResource("7_fjnhq")]
2024-09-14 17:36:48 +08:00
layout_mode = 2