break the camera from its chains, and give it competition!

This commit is contained in:
Haze Weathers 2023-01-22 14:43:11 -05:00
parent d57194597e
commit 91df8e2e39
3 changed files with 36 additions and 20 deletions

View file

@ -0,0 +1,11 @@
[gd_scene load_steps=2 format=2]
[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"]