xiandie/scene/entity/note.tscn

38 lines
1.4 KiB
Plaintext

[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="Texture2D" uid="uid://dvg6wjwn1qxiv" path="res://asset/art/ui/action_mark/探索ui.png" id="1_eew1k"]
[ext_resource type="Script" path="res://scene/entity/ux/sign.gd" id="3_2x3g1"]
[ext_resource type="Texture2D" uid="uid://t526pexw4ng4" path="res://asset/art/neutral_point_light.webp" id="3_xb81s"]
[ext_resource type="Resource" uid="uid://d0wynwv8stclg" path="res://config/audio/action/action_book_open.tres" id="4_14cx5"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_k6och"]
resource_local_to_scene = true
size = Vector2(60, 150)
[node name="Note" type="Marker2D"]
script = ExtResource("1_3igk8")
notes = Array[String](["(note)"])
[node name="Sign" type="Sprite2D" parent="."]
unique_name_in_owner = true
position = Vector2(0, -35)
scale = Vector2(0.2, 0.2)
texture = ExtResource("1_eew1k")
script = ExtResource("3_2x3g1")
audio_collection = ExtResource("4_14cx5")
[node name="PointLight2D" type="PointLight2D" parent="Sign"]
unique_name_in_owner = true
position = Vector2(0, -2.54313e-05)
energy = 0.1
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")