xiandie/scene/entity/ambush.tscn

29 lines
1.0 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=5 format=3 uid="uid://bnf3lkcbpx1ar"]
[ext_resource type="Script" uid="uid://pf3dyid8b35p" path="res://scene/entity/ambush.gd" id="1_rxgbr"]
[ext_resource type="Texture2D" uid="uid://gui0ubwlwoi0" path="res://asset/art/ui/action_mark/UI手.png" id="2_1tnxk"]
[ext_resource type="PackedScene" uid="uid://c4tipnj1cr1j3" path="res://scene/entity/ux/sign.tscn" id="2_n51wc"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_iwrfx"]
resource_local_to_scene = true
2025-01-13 08:09:57 +00:00
size = Vector2(10, 70)
[node name="Ambush" type="Sprite2D"]
script = ExtResource("1_rxgbr")
interacted_sign_texture = ExtResource("2_1tnxk")
2025-01-10 09:53:12 +00:00
hook_dialogue_title = ""
hook_animation = ""
hook_method = ""
[node name="Sign" parent="." instance=ExtResource("2_n51wc")]
unique_name_in_owner = true
[node name="Area2D" type="Area2D" parent="."]
unique_name_in_owner = true
collision_layer = 0
input_pickable = false
monitorable = false
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
shape = SubResource("RectangleShape2D_iwrfx")