42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://bj4ufua0b0k34"]
|
|
|
|
[ext_resource type="Script" path="res://scene/entity/hd_entity.gd" id="1_fp2a8"]
|
|
[ext_resource type="PackedScene" uid="uid://c85t6stvytvjn" path="res://scene/entity/ux/sfx.tscn" id="2_jmpkt"]
|
|
[ext_resource type="Texture2D" uid="uid://t526pexw4ng4" path="res://asset/art/tool/neutral_point_light.webp" id="3_oxpta"]
|
|
[ext_resource type="Texture2D" uid="uid://dvg6wjwn1qxiv" path="res://asset/art/ui/action_mark/探索ui.png" id="4_7tkfj"]
|
|
[ext_resource type="Script" path="res://scene/entity/ux/sign.gd" id="5_5v6q2"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_gffp4"]
|
|
resource_local_to_scene = true
|
|
size = Vector2(35, 70)
|
|
|
|
[node name="HdEntity" type="Marker2D"]
|
|
script = ExtResource("1_fp2a8")
|
|
|
|
[node name="Sfx" parent="." instance=ExtResource("2_jmpkt")]
|
|
unique_name_in_owner = true
|
|
|
|
[node name="PointLight2D" type="PointLight2D" parent="."]
|
|
unique_name_in_owner = true
|
|
position = Vector2(0, -35)
|
|
scale = Vector2(0.2, 0.2)
|
|
energy = 0.0
|
|
texture = ExtResource("3_oxpta")
|
|
texture_scale = 0.5
|
|
|
|
[node name="Sign" type="Sprite2D" parent="."]
|
|
unique_name_in_owner = true
|
|
modulate = Color(1, 1, 1, 0)
|
|
position = Vector2(0, -9)
|
|
scale = Vector2(0.2, 0.2)
|
|
texture = ExtResource("4_7tkfj")
|
|
script = ExtResource("5_5v6q2")
|
|
|
|
[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_gffp4")
|