100 lines
4.1 KiB
Plaintext
100 lines
4.1 KiB
Plaintext
[gd_scene load_steps=16 format=3 uid="uid://xovlfee503a4"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cawpq7rnho5px" path="res://asset/art/gif/c02_小手/洞.png" id="1_47cqy"]
|
|
[ext_resource type="Script" uid="uid://my5xqi3bkka6" path="res://scene/ground/script/c02/小手讨东西.gd" id="1_n7thl"]
|
|
[ext_resource type="PackedScene" uid="uid://c85t6stvytvjn" path="res://scene/entity/general/sfx.tscn" id="2_40dr6"]
|
|
[ext_resource type="Texture2D" uid="uid://dtyg0nugb2tnf" path="res://asset/art/ui/action_mark/UI探索.png" id="3_lr23o"]
|
|
[ext_resource type="AudioStream" uid="uid://inmdv5gqqius" path="res://asset/audio/sfx/ui/门锁互动.mp3" id="3_n7thl"]
|
|
[ext_resource type="Texture2D" uid="uid://xcmvfp72l061" path="res://asset/art/ui/action_mark/UI锁.png" id="4_0tuif"]
|
|
[ext_resource type="AudioStream" uid="uid://ccng5y2fip6mc" path="res://asset/audio/sfx/ui/开锁声.mp3" id="4_brfob"]
|
|
[ext_resource type="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="5_3c204"]
|
|
[ext_resource type="Texture2D" uid="uid://gui0ubwlwoi0" path="res://asset/art/ui/action_mark/UI手.png" id="5_n2hq3"]
|
|
[ext_resource type="PackedScene" uid="uid://b50n0hvs4yh75" path="res://addons/property-inspector/pro_animation_sprite2d/pro_animated_sprite.tscn" id="7_brfob"]
|
|
[ext_resource type="AudioStream" uid="uid://bplhqap5ydh7v" path="res://asset/audio/BGM/摇啊摇_人声.wav" id="7_yatcw"]
|
|
[ext_resource type="SpriteFrames" uid="uid://b6nvwset1hwbv" path="res://asset/art/gif/c02_小手/frames.tres" id="9_yatcw"]
|
|
[ext_resource type="Texture2D" uid="uid://2mjipesnigcr" path="res://asset/art/prop/c02/锡箔元宝.png" id="10_47cqy"]
|
|
[ext_resource type="PackedScene" uid="uid://dsa6frlw6e6gg" path="res://scene/entity/pickable.tscn" id="12_6lwlv"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_yatcw"]
|
|
resource_local_to_scene = true
|
|
size = Vector2(10, 70)
|
|
|
|
[node name="小手讨东西" type="Sprite2D"]
|
|
texture = ExtResource("1_47cqy")
|
|
script = ExtResource("1_n7thl")
|
|
unrevealed_sign_texture = ExtResource("3_lr23o")
|
|
unmatched_sign_texture = ExtResource("4_0tuif")
|
|
matched_sign_texture = ExtResource("5_n2hq3")
|
|
|
|
[node name="SfxInvalid" parent="." instance=ExtResource("2_40dr6")]
|
|
stream = ExtResource("3_n7thl")
|
|
file = "门锁互动.mp3"
|
|
|
|
[node name="SfxSuccess" parent="." instance=ExtResource("2_40dr6")]
|
|
stream = ExtResource("4_brfob")
|
|
file = "开锁声.mp3"
|
|
|
|
[node name="SfxBgm" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("7_yatcw")
|
|
bus = &"game_sfx"
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
unique_name_in_owner = true
|
|
collision_layer = 0
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
unique_name_in_owner = true
|
|
shape = SubResource("RectangleShape2D_yatcw")
|
|
|
|
[node name="小手" parent="." instance=ExtResource("7_brfob")]
|
|
position = Vector2(2, 19)
|
|
sprite_frames = ExtResource("9_yatcw")
|
|
animation = &"小手_show"
|
|
autostart = false
|
|
action_configs = Array[Dictionary]([{
|
|
"animation_intro": &"小手_弹珠_show",
|
|
&"animation_next": "小手_弹珠_idle"
|
|
}, {
|
|
"animation_intro": &"小手_纸杯_show",
|
|
&"animation_next": "小手_纸杯_idle"
|
|
}, {
|
|
"animation_intro": "小手_老虎钳_show",
|
|
&"animation_next": "小手_老虎钳_idle"
|
|
}, {
|
|
"animation_intro": "小手_锡箔_hide",
|
|
&"animation_next": "小手_纸杯_show"
|
|
}, {
|
|
"animation_intro": &"小手_老虎钳_hide",
|
|
&"animation_next": "小手_弹珠_show"
|
|
}, {
|
|
"animation_intro": &"小手_弹珠_hide",
|
|
&"animation_next": "小手_老虎钳_show"
|
|
}, {
|
|
"animation_intro": &"小手_锡箔_drop",
|
|
&"animation_next": "小手_idle"
|
|
}, {
|
|
"animation_intro": "小手_show",
|
|
&"animation_next": "小手_idle"
|
|
}])
|
|
|
|
[node name="Sign" parent="." instance=ExtResource("5_3c204")]
|
|
unique_name_in_owner = true
|
|
offset_top = -11.0
|
|
offset_bottom = -11.0
|
|
|
|
[node name="Sprite2D" parent="Sign/TextureContainer" index="0"]
|
|
position = Vector2(0, -33.3333)
|
|
texture = ExtResource("5_n2hq3")
|
|
|
|
[node name="Pickable元宝" parent="." instance=ExtResource("12_6lwlv")]
|
|
position = Vector2(44, 103)
|
|
prop_key = "prop_锡箔元宝"
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="Pickable元宝"]
|
|
show_behind_parent = true
|
|
position = Vector2(0, -14)
|
|
scale = Vector2(0.15, 0.15)
|
|
texture = ExtResource("10_47cqy")
|
|
|
|
[editable path="Sign"]
|