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.

11 lines
281 B
Plaintext

1 year ago
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Res/Hitbox.gd" type="Script" id=1]
[node name="Hitbox" type="Area2D"]
collision_layer = 0
collision_mask = 2
script = ExtResource( 1 )
[connection signal="body_entered" from="." to="." method="_on_Hitbox_body_entered"]