forked from team-sg/hero-mark-2
break the camera from its chains, and give it competition!
This commit is contained in:
parent
d57194597e
commit
91df8e2e39
3 changed files with 36 additions and 20 deletions
11
objects/respawn_point.tscn
Normal file
11
objects/respawn_point.tscn
Normal 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"]
|
Loading…
Add table
Add a link
Reference in a new issue