18 lines
557 B
Plaintext
18 lines
557 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://ddwoxlqluxiq5"]
|
|
|
|
[ext_resource type="Script" uid="uid://bvxgviq7l64ck" path="res://addons/reedcomponent/grap_hook/garpping_hook_v_2.gd" id="1_jrg4x"]
|
|
|
|
[node name="GarppingHookV2" type="Node2D"]
|
|
script = ExtResource("1_jrg4x")
|
|
|
|
[node name="Line2D" type="Line2D" parent="."]
|
|
unique_name_in_owner = true
|
|
points = PackedVector2Array(0, 0, 80, 0)
|
|
width = 8.0
|
|
|
|
[node name="RayCast2D" type="RayCast2D" parent="."]
|
|
unique_name_in_owner = true
|
|
target_position = Vector2(80, 0)
|
|
collision_mask = 36
|
|
collide_with_areas = true
|