36 lines
1.3 KiB
Text
36 lines
1.3 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://bihh0dp1vbqfu"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/enemies/Claw.cs" id="1_gwnpn"]
|
|
[ext_resource type="SpriteFrames" uid="uid://cv5pr1b527h20" path="res://sprites/enemies/boss/clow.tres" id="1_wyb73"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_v67co"]
|
|
radius = 14.0
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_smr3g"]
|
|
radius = 20.0
|
|
|
|
[node name="claw" type="CharacterBody2D"]
|
|
script = ExtResource("1_gwnpn")
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
|
sprite_frames = ExtResource("1_wyb73")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="AnimatedSprite2D"]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
position = Vector2(-2, 0)
|
|
shape = SubResource("CircleShape2D_v67co")
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
position = Vector2(-2, 0)
|
|
shape = SubResource("CircleShape2D_smr3g")
|
|
|
|
[node name="NavigationAgent2D" type="NavigationAgent2D" parent="."]
|
|
avoidance_enabled = true
|
|
debug_use_custom = true
|
|
debug_path_custom_color = Color(0, 0, 1, 1)
|
|
|
|
[connection signal="body_entered" from="Area2D" to="." method="_OnEntered"]
|
|
[connection signal="body_exited" from="Area2D" to="." method="_OnExited"]
|