respawn point on general layer

This commit is contained in:
pennyrigate 2023-02-08 22:58:02 -05:00
parent f6c220246a
commit cd1bad7a14
2 changed files with 2 additions and 4 deletions

View file

@ -3,9 +3,7 @@
[ext_resource path="res://objects/respawn_point.gd" type="Script" id=1]
[node name="RespawnPoint" type="Area2D"]
collision_layer = 0
collision_mask = 2
monitorable = false
script = ExtResource( 1 )
[connection signal="area_entered" from="." to="." method="_on_RespawnPoint_area_entered"]