2025-08-12 15:55:26 +00:00
|
|
|
[gd_scene load_steps=10 format=3 uid="uid://c1vrp1o8ci512"]
|
2025-06-04 11:46:27 +00:00
|
|
|
|
|
|
|
[ext_resource type="Script" uid="uid://baocsio2v7pme" path="res://scene/ground/script/c02/戏台特写.gd" id="1_eu5r2"]
|
2025-08-12 15:55:26 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://ddc5w557us5go" path="res://asset/art/scene/c00/皮影戏台/戏台特写_无道具.png" id="2_eu5r2"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://d2mt157jjltcl" path="res://asset/art/scene/c00/皮影戏台/树.png" id="3_s5khb"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bya484vjsy17t" path="res://asset/art/scene/c00/皮影戏台/父母.png" id="4_1vjpt"]
|
2025-07-01 17:18:25 +00:00
|
|
|
[ext_resource type="Texture2D" uid="uid://cbql1i4hblmt1" path="res://asset/art/ui/遮罩/inspect特写通用遮罩.png" id="4_ujm2t"]
|
2025-08-12 15:55:26 +00:00
|
|
|
[ext_resource type="Script" uid="uid://0wjaho6qkg6s" path="res://manager/event_manager/event_binder.gd" id="4_v5kju"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://ibapja61d10t" path="res://asset/art/scene/c00/皮影戏台/小小蝶.png" id="5_v5kju"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bj2mbrk3xcrg3" path="res://asset/art/scene/c00/皮影戏台/老鼠.png" id="6_aki6r"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://drde0wrtkea4h" path="res://asset/art/scene/c00/皮影戏台/草药.png" id="7_vsbl1"]
|
2025-06-04 11:46:27 +00:00
|
|
|
|
|
|
|
[node name="戏台特写" type="CanvasLayer"]
|
|
|
|
script = ExtResource("1_eu5r2")
|
|
|
|
|
2025-06-24 07:52:42 +00:00
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
2025-08-12 15:55:26 +00:00
|
|
|
texture = ExtResource("2_eu5r2")
|
2025-06-24 07:52:42 +00:00
|
|
|
expand_mode = 5
|
|
|
|
stretch_mode = 5
|
2025-06-04 11:46:27 +00:00
|
|
|
|
2025-08-12 15:55:26 +00:00
|
|
|
[node name="树" type="Sprite2D" parent="."]
|
|
|
|
position = Vector2(162, 121)
|
|
|
|
texture = ExtResource("3_s5khb")
|
|
|
|
|
|
|
|
[node name="EventBinder" type="Node" parent="树"]
|
|
|
|
script = ExtResource("4_v5kju")
|
|
|
|
updater_event = &"opera_stage"
|
|
|
|
updater_mode = "shower"
|
|
|
|
updater_ease_duration = 0.0
|
|
|
|
updater_stage_mode = "exclude"
|
|
|
|
updater_stages = Array[int]([0])
|
|
|
|
metadata/_custom_type_script = "uid://0wjaho6qkg6s"
|
|
|
|
|
|
|
|
[node name="小小蝶" type="Sprite2D" parent="树"]
|
|
|
|
position = Vector2(178, 54)
|
|
|
|
texture = ExtResource("5_v5kju")
|
|
|
|
|
|
|
|
[node name="父母" type="Sprite2D" parent="."]
|
|
|
|
position = Vector2(180, 170)
|
|
|
|
texture = ExtResource("4_1vjpt")
|
|
|
|
|
|
|
|
[node name="EventBinder" type="Node" parent="父母"]
|
|
|
|
script = ExtResource("4_v5kju")
|
|
|
|
updater_event = &"opera_stage"
|
|
|
|
updater_mode = "shower"
|
|
|
|
updater_ease_duration = 0.0
|
|
|
|
updater_stage_mode = "exclude"
|
|
|
|
updater_stages = Array[int]([0, 1])
|
|
|
|
metadata/_custom_type_script = "uid://0wjaho6qkg6s"
|
|
|
|
|
|
|
|
[node name="老鼠" type="Sprite2D" parent="."]
|
|
|
|
position = Vector2(449, 183)
|
|
|
|
texture = ExtResource("6_aki6r")
|
|
|
|
|
|
|
|
[node name="草药" type="Sprite2D" parent="老鼠"]
|
|
|
|
show_behind_parent = true
|
|
|
|
position = Vector2(-50, 1)
|
|
|
|
texture = ExtResource("7_vsbl1")
|
|
|
|
|
|
|
|
[node name="EventBinder" type="Node" parent="老鼠"]
|
|
|
|
script = ExtResource("4_v5kju")
|
|
|
|
updater_event = &"opera_stage"
|
|
|
|
updater_mode = "shower"
|
|
|
|
updater_ease_duration = 0.0
|
|
|
|
updater_stage_mode = "exclude"
|
|
|
|
updater_stages = Array[int]([0, 1, 2])
|
|
|
|
metadata/_custom_type_script = "uid://0wjaho6qkg6s"
|
|
|
|
|
2025-08-14 07:40:33 +00:00
|
|
|
[node name="遮罩" type="TextureRect" parent="."]
|
2025-06-24 07:52:42 +00:00
|
|
|
anchors_preset = 15
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
grow_horizontal = 2
|
|
|
|
grow_vertical = 2
|
|
|
|
texture = ExtResource("4_ujm2t")
|
|
|
|
expand_mode = 5
|
|
|
|
stretch_mode = 5
|