Death.tscn 262 B

123456789
  1. [gd_scene load_steps=2 format=2]
  2. [ext_resource path="res://component/entity/death/DeadLine.gd" type="Script" id=1]
  3. [node name="DeadLine" type="RayCast2D"]
  4. position = Vector2( 380, 390 )
  5. cast_to = Vector2( -360, 0 )
  6. collision_mask = 4
  7. script = ExtResource( 1 )