forked from team-sg/hero-mark-2
respawn point on general layer
This commit is contained in:
parent
f6c220246a
commit
cd1bad7a14
2 changed files with 2 additions and 4 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue