41 lines
1.5 KiB
Plaintext
41 lines
1.5 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://dsa6frlw6e6gg"]
|
|
|
|
[ext_resource type="Script" path="res://scene/entity/pickable.gd" id="1_jk1u0"]
|
|
[ext_resource type="PackedScene" uid="uid://c85t6stvytvjn" path="res://scene/entity/ux/sfx.tscn" id="2_8s5wk"]
|
|
[ext_resource type="AudioStream" uid="uid://c7r2qp78ukje" path="res://asset/audio/sfx/ui/令牌道具获取.wav" id="3_dxdbj"]
|
|
[ext_resource type="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="4_44f4h"]
|
|
[ext_resource type="Texture2D" uid="uid://t526pexw4ng4" path="res://asset/art/tool/neutral_point_light.webp" id="5_yhysn"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_k6och"]
|
|
resource_local_to_scene = true
|
|
size = Vector2(40, 60)
|
|
|
|
[node name="Pickable" type="Sprite2D"]
|
|
script = ExtResource("1_jk1u0")
|
|
|
|
[node name="Sfx" parent="." instance=ExtResource("2_8s5wk")]
|
|
unique_name_in_owner = true
|
|
stream = ExtResource("3_dxdbj")
|
|
file = "令牌道具获取.wav"
|
|
|
|
[node name="Sign" parent="." instance=ExtResource("4_44f4h")]
|
|
unique_name_in_owner = true
|
|
offset_left = 1.0
|
|
offset_top = -35.0
|
|
offset_right = 1.0
|
|
offset_bottom = -35.0
|
|
|
|
[node name="PointLight2D" type="PointLight2D" parent="."]
|
|
unique_name_in_owner = true
|
|
scale = Vector2(0.2, 0.2)
|
|
energy = 0.0
|
|
texture = ExtResource("5_yhysn")
|
|
texture_scale = 0.5
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
unique_name_in_owner = true
|
|
collision_layer = 0
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
shape = SubResource("RectangleShape2D_k6och")
|