challenge-editor/scene/game_flow_touch.tscn
2024-10-04 18:08:33 +08:00

80 lines
2.9 KiB
Plaintext

[gd_scene load_steps=9 format=3 uid="uid://bk0xuj6xb5n8n"]
[ext_resource type="Script" path="res://scene/game_flow_touch.gd" id="1_maikt"]
[ext_resource type="Texture2D" uid="uid://xjk24mq7dqjp" path="res://res/ui/ui_019_game_flow/tuceng11.png" id="1_rc7al"]
[ext_resource type="Texture2D" uid="uid://bowl27hko0yx2" path="res://res/ui/ui_019_game_flow/tuceng13.png" id="2_2pfym"]
[ext_resource type="Texture2D" uid="uid://824g8kb1h4o4" path="res://res/ui/ui_019_game_flow/tuoyuan1.png" id="3_garvq"]
[ext_resource type="Texture2D" uid="uid://by162nwatffw2" path="res://res/ui/ui_019_game_flow/tuoyuan1_1.png" id="4_es0wn"]
[ext_resource type="Texture2D" uid="uid://caxe5fymffqkk" path="res://res/ui/ui_019_game_flow/tuceng12.png" id="4_ha44b"]
[ext_resource type="Texture2D" uid="uid://cpito436o4akn" path="res://res/ui/ui_019_game_flow/tuceng10.png" id="5_oqc0n"]
[ext_resource type="PackedScene" uid="uid://bdlo2wn4qnygv" path="res://scene/tool/tool_button.tscn" id="7_xebjv"]
[node name="margin" type="MarginContainer"]
offset_left = -102.0
offset_top = -102.0
offset_right = 102.0
offset_bottom = 102.0
script = ExtResource("1_maikt")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
[node name="TextureRect2" type="TextureRect" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 4
texture = ExtResource("1_rc7al")
[node name="VBoxContainer" type="VBoxContainer" parent="HBoxContainer"]
layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 0
texture = ExtResource("2_2pfym")
[node name="TextureRect2" type="TextureRect" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
texture = ExtResource("3_garvq")
[node name="CenterContainer" type="CenterContainer" parent="HBoxContainer/VBoxContainer/TextureRect2"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="TextureRect" type="TextureRect" parent="HBoxContainer/VBoxContainer/TextureRect2/CenterContainer"]
layout_mode = 2
texture = ExtResource("4_es0wn")
stretch_mode = 5
[node name="TextureRect3" type="TextureRect" parent="HBoxContainer/VBoxContainer"]
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 8
texture = ExtResource("4_ha44b")
[node name="TextureRect" type="TextureRect" parent="HBoxContainer"]
layout_mode = 2
size_flags_horizontal = 8
size_flags_vertical = 4
texture = ExtResource("5_oqc0n")
[node name="name_debug" type="Label" parent="."]
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 38
text = "名字"
horizontal_alignment = 1
vertical_alignment = 1
[node name="ToolButton" parent="." instance=ExtResource("7_xebjv")]
layout_mode = 2
[node name="breath" type="AnimationPlayer" parent="."]
[connection signal="pressed" from="ToolButton" to="." method="_on_tool_button_pressed"]