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