24 lines
771 B
Plaintext
24 lines
771 B
Plaintext
[gd_scene load_steps=3 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"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_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="Area2D" type="Area2D" parent="."]
|
|
unique_name_in_owner = true
|
|
position = Vector2(80, 0)
|
|
collision_layer = 0
|
|
collision_mask = 4
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
shape = SubResource("CircleShape2D_jrg4x")
|
|
debug_color = Color(0, 0.6399631, 0.3615963, 0.41960785)
|