[gd_scene load_steps=4 format=3 uid="uid://dfva4dhflxglr"] [ext_resource type="Script" uid="uid://bglrm0bb4nla" path="res://items/arrow.gd" id="1_lxthq"] [ext_resource type="Texture2D" uid="uid://cy70quh6k3s1j" path="res://icon.svg" id="1_tl37p"] [sub_resource type="RectangleShape2D" id="RectangleShape2D_tfcgf"] size = Vector2(20, 5) [node name="Arrow" type="Area2D"] collision_layer = 0 collision_mask = 2 script = ExtResource("1_lxthq") [node name="CollisionShape2D" type="CollisionShape2D" parent="."] scale = Vector2(2, 2) shape = SubResource("RectangleShape2D_tfcgf") [node name="Sprite2D" type="Sprite2D" parent="."] scale = Vector2(0.31, 0.078) texture = ExtResource("1_tl37p")