xiandie/scene/little_game/八音盒.tscn

152 lines
5.4 KiB
Plaintext
Raw Normal View History

2025-05-14 20:43:55 +00:00
[gd_scene load_steps=23 format=3 uid="uid://beleib3mmu0af"]
2025-01-17 10:45:40 +00:00
[ext_resource type="Texture2D" uid="uid://2xbl572hv2qf" path="res://asset/art/little_game/八音盒/背景.png" id="1_j0wst"]
[ext_resource type="Script" uid="uid://bian8ga7cet8k" path="res://scene/little_game/八音盒.gd" id="2_opptd"]
2025-01-17 10:45:40 +00:00
[ext_resource type="Texture2D" uid="uid://daxg4b7lu1ep6" path="res://asset/art/little_game/八音盒/插销动画/插销-1.png" id="3_etora"]
2025-05-14 20:43:55 +00:00
[ext_resource type="Texture2D" uid="uid://c56j5qma3s8bu" path="res://asset/art/little_game/八音盒/新版贴图/八音盒底.png" id="4_frik0"]
2025-01-17 10:45:40 +00:00
[ext_resource type="Texture2D" uid="uid://cik6ro8nowsd3" path="res://asset/art/little_game/八音盒/插销动画/插销-2.png" id="4_ubbcw"]
[ext_resource type="Texture2D" uid="uid://bslr2p2dgymxm" path="res://asset/art/little_game/八音盒/插销动画/插销-3.png" id="5_mxndl"]
[ext_resource type="Texture2D" uid="uid://bp8o30lfc7xrx" path="res://asset/art/little_game/八音盒/插销动画/插销-4.png" id="6_2lerk"]
[ext_resource type="Texture2D" uid="uid://oe61u43dmtd2" path="res://asset/art/little_game/八音盒/插销动画/插销-5.png" id="7_4e3ey"]
[ext_resource type="Texture2D" uid="uid://c76aw8sjvkj5y" path="res://asset/art/little_game/八音盒/插销动画/插销-6.png" id="8_5yute"]
[ext_resource type="Texture2D" uid="uid://dxt5sf8eucx8q" path="res://asset/art/little_game/八音盒/插销动画/插销-7.png" id="9_hwyly"]
[ext_resource type="Texture2D" uid="uid://cxdsucu5wi464" path="res://asset/art/little_game/八音盒/插销动画/插销-8.png" id="10_j5b7e"]
[ext_resource type="Texture2D" uid="uid://d0mw5ohdf5ncj" path="res://asset/art/little_game/八音盒/插销动画/插销-9.png" id="11_rg33s"]
2025-05-14 20:43:55 +00:00
[ext_resource type="Texture2D" uid="uid://di0gqyxa0c3eg" path="res://asset/art/little_game/八音盒/新版贴图/小婵玩偶.png" id="15_frik0"]
[ext_resource type="PackedScene" uid="uid://dry6mhv6x0ppl" path="res://scene/little_game/gadget/wheel.tscn" id="15_obian"]
2025-05-14 20:43:55 +00:00
[ext_resource type="SpriteFrames" uid="uid://drst7gokusjgi" path="res://asset/art/gif/c02_八音盒/frames.tres" id="16_50eha"]
[ext_resource type="Texture2D" uid="uid://b343nvvbtpglb" path="res://asset/art/ui/互动提示符/ui 像素版_纯白.png" id="17_h88gi"]
2025-01-17 10:45:40 +00:00
[ext_resource type="AudioStream" uid="uid://d2psmvwpo1v8q" path="res://asset/audio/sfx/game/八音盒/操纵八音盒.mp3" id="19_7mlnq"]
2025-01-06 13:23:26 +00:00
[sub_resource type="Animation" id="Animation_j1llk"]
length = 0.001
[sub_resource type="Animation" id="Animation_j415e"]
resource_name = "handle_animation"
length = 0.5
tracks/0/type = "method"
tracks/0/imported = false
tracks/0/enabled = true
tracks/0/path = NodePath(".")
tracks/0/interp = 1
tracks/0/loop_wrap = true
tracks/0/keys = {
"times": PackedFloat32Array(0.333333),
"transitions": PackedFloat32Array(1),
"values": [{
"args": [],
"method": &"_checkout_playing"
}]
}
[sub_resource type="AnimationLibrary" id="AnimationLibrary_8b6h5"]
_data = {
&"RESET": SubResource("Animation_j1llk"),
&"handle_animation": SubResource("Animation_j415e")
}
[sub_resource type="SpriteFrames" id="SpriteFrames_t7gu7"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_etora")
}, {
"duration": 1.0,
"texture": ExtResource("4_ubbcw")
}, {
"duration": 1.0,
"texture": ExtResource("5_mxndl")
}, {
"duration": 1.0,
"texture": ExtResource("6_2lerk")
}, {
"duration": 1.0,
"texture": ExtResource("7_4e3ey")
}, {
"duration": 1.0,
"texture": ExtResource("8_5yute")
}, {
"duration": 1.0,
"texture": ExtResource("9_hwyly")
}, {
"duration": 1.0,
"texture": ExtResource("10_j5b7e")
}, {
"duration": 1.0,
"texture": ExtResource("11_rg33s")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]
2025-05-14 20:43:55 +00:00
[sub_resource type="AtlasTexture" id="AtlasTexture_pe1ot"]
atlas = ExtResource("17_h88gi")
region = Rect2(498, 555, 51, 54)
[node name="八音盒" type="CanvasLayer"]
layer = 5
script = ExtResource("2_opptd")
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
libraries = {
&"": SubResource("AnimationLibrary_8b6h5")
}
2025-05-14 20:43:55 +00:00
[node name="BG" type="Sprite2D" parent="."]
position = Vector2(-26, 26)
scale = Vector2(1.1, 1.1)
2025-01-06 08:06:20 +00:00
texture = ExtResource("1_j0wst")
2025-05-14 20:43:55 +00:00
centered = false
2025-01-06 08:06:20 +00:00
2025-05-14 20:43:55 +00:00
[node name="MusicPlayer2D" type="AudioStreamPlayer" parent="."]
stream = ExtResource("19_7mlnq")
2025-01-06 13:23:26 +00:00
bus = &"game_sfx"
[node name="Wheel" parent="." instance=ExtResource("15_obian")]
offset_left = 426.0
offset_top = 188.0
offset_right = 426.0
offset_bottom = 188.0
2025-05-14 20:43:55 +00:00
[node name="SideHandle" type="AnimatedSprite2D" parent="."]
show_behind_parent = true
position = Vector2(-26, 38)
sprite_frames = SubResource("SpriteFrames_t7gu7")
frame = 8
centered = false
2025-05-14 20:43:55 +00:00
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
visible = false
position = Vector2(282, 158)
sprite_frames = ExtResource("16_50eha")
animation = &"暗格抽屉动画"
2025-05-14 20:43:55 +00:00
[node name="Box" type="Sprite2D" parent="."]
position = Vector2(-68.5, 38)
texture = ExtResource("4_frik0")
centered = false
2025-05-14 20:43:55 +00:00
[node name="Panel" type="Node2D" parent="."]
2025-05-14 20:43:55 +00:00
[node name="小蝉人偶" type="Sprite2D" parent="Panel"]
unique_name_in_owner = true
visible = false
position = Vector2(340, 134)
texture = ExtResource("15_frik0")
2025-05-14 20:43:55 +00:00
[node name="TextureButton" type="TextureButton" parent="."]
visible = false
offset_left = 248.0
offset_top = 215.0
offset_right = 299.0
offset_bottom = 269.0
texture_normal = SubResource("AtlasTexture_pe1ot")
[node name="Label" type="Label" parent="."]
offset_left = 475.0
offset_top = 259.0
offset_right = 534.0
offset_bottom = 274.0
text = "ui_use_prop"