57 lines
1.9 KiB
Plaintext
57 lines
1.9 KiB
Plaintext
[gd_scene load_steps=9 format=3 uid="uid://dqkxiqbq83cmq"]
|
|
|
|
[ext_resource type="Script" uid="uid://bg8q1leel3kx2" path="res://scene/entity/closeup.gd" id="1_tvfr1"]
|
|
[ext_resource type="Texture2D" uid="uid://b343nvvbtpglb" path="res://asset/art/ui/互动提示符/ui 像素版_纯白.png" id="2_tkmwp"]
|
|
[ext_resource type="PackedScene" uid="uid://c85t6stvytvjn" path="res://scene/entity/general/sfx.tscn" id="3_a06pc"]
|
|
[ext_resource type="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="4_dnubm"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_v4bjc"]
|
|
atlas = ExtResource("2_tkmwp")
|
|
region = Rect2(762, 468, 63, 63)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_6c6nh"]
|
|
atlas = ExtResource("2_tkmwp")
|
|
region = Rect2(498, 555, 51, 54)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_78gfp"]
|
|
atlas = ExtResource("2_tkmwp")
|
|
region = Rect2(762, 468, 63, 63)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_ogin7"]
|
|
resource_local_to_scene = true
|
|
size = Vector2(10, 70)
|
|
|
|
[node name="Closeup" type="Sprite2D"]
|
|
script = ExtResource("1_tvfr1")
|
|
unmatched_sign_texture = SubResource("AtlasTexture_v4bjc")
|
|
matched_sign_texture = SubResource("AtlasTexture_6c6nh")
|
|
one_shot = false
|
|
prop_key = ""
|
|
prop_key2 = ""
|
|
prop_key3 = ""
|
|
|
|
[node name="SfxInvalid" parent="." instance=ExtResource("3_a06pc")]
|
|
stream = null
|
|
file = ""
|
|
|
|
[node name="SfxSuccess" parent="." instance=ExtResource("3_a06pc")]
|
|
stream = null
|
|
file = ""
|
|
|
|
[node name="Sign" parent="." instance=ExtResource("4_dnubm")]
|
|
unique_name_in_owner = true
|
|
lock_on_player_freezed = true
|
|
|
|
[node name="Sprite2D" parent="Sign/TextureContainer" index="0"]
|
|
texture = SubResource("AtlasTexture_78gfp")
|
|
|
|
[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_ogin7")
|
|
|
|
[editable path="Sign"]
|