xiandie/scene/entity/note.tscn

38 lines
1.4 KiB
Plaintext
Raw Normal View History

2025-01-08 00:51:09 +00:00
[gd_scene load_steps=7 format=3 uid="uid://jr1yd46wm5je"]
[ext_resource type="Script" path="res://scene/entity/note.gd" id="1_3igk8"]
[ext_resource type="PackedScene" uid="uid://c85t6stvytvjn" path="res://scene/entity/ux/sfx.tscn" id="2_qocmg"]
2025-01-17 10:45:40 +00:00
[ext_resource type="Texture2D" uid="uid://bei1s1uucktso" path="res://asset/art/tool/neutral_point_light.webp" id="3_xb81s"]
[ext_resource type="AudioStream" uid="uid://byjcmxy5crce5" path="res://asset/audio/sfx/ui/纸条.mp3" id="3_y3pwa"]
2025-01-08 00:51:09 +00:00
[ext_resource type="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="5_dhwp5"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_k6och"]
resource_local_to_scene = true
2025-01-13 08:09:57 +00:00
size = Vector2(20, 60)
[node name="Note" type="Sprite2D"]
script = ExtResource("1_3igk8")
2025-01-10 07:43:55 +00:00
note_key = ""
[node name="Sfx" parent="." instance=ExtResource("2_qocmg")]
unique_name_in_owner = true
2025-01-07 10:54:50 +00:00
stream = ExtResource("3_y3pwa")
file = "纸条.mp3"
2025-01-08 00:51:09 +00:00
[node name="Sign" parent="." instance=ExtResource("5_dhwp5")]
unique_name_in_owner = true
[node name="PointLight2D" type="PointLight2D" parent="."]
unique_name_in_owner = true
scale = Vector2(0.2, 0.2)
energy = 0.0
texture = ExtResource("3_xb81s")
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")