xiandie/scene/entity/hd_entity.tscn

38 lines
1.3 KiB
Plaintext

[gd_scene load_steps=6 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="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="3_jupnr"]
[ext_resource type="Texture2D" uid="uid://t526pexw4ng4" path="res://asset/art/tool/neutral_point_light.webp" id="3_oxpta"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_gffp4"]
resource_local_to_scene = true
size = Vector2(20, 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="Sign" parent="." instance=ExtResource("3_jupnr")]
unique_name_in_owner = true
offset_top = -19.0
offset_bottom = 61.0
[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="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")