This repository has been archived on 2024-09-30. You can view files and clone it, but cannot push or open issues/pull-requests.
gbjam12/puzzles/arrow/arrow_shooter.tscn

12 lines
394 B
Plaintext
Raw Permalink Normal View History

[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"]