[gd_scene load_steps=2 format=3 uid="uid://dpkj44krp378g"] [ext_resource type="Script" path="res://puzzles/arrow/arrow_shooter.gd" id="1_tk6ny"] [node name="ArrowShooter" type="RayCast2D"] target_position = Vector2(0, 8) script = ExtResource("1_tk6ny") [node name="ShootTimer" type="Timer" parent="."] [connection signal="timeout" from="ShootTimer" to="." method="_on_shoot_timer_timeout"]