You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
543 B
Plaintext
18 lines
543 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://cqdqsl5kcd540"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/enemyHon.gd" id="1_u0f3a"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_1qaxj"]
|
|
radius = 79.0
|
|
height = 208.0
|
|
|
|
[node name="EnemyHon" type="RigidBody2D"]
|
|
script = ExtResource("1_u0f3a")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CapsuleShape2D_1qaxj")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
|
|
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|