feat: arrows and stuff
This commit is contained in:
14
arrow/arrow_spawner.tscn
Normal file
14
arrow/arrow_spawner.tscn
Normal file
@ -0,0 +1,14 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://c5tp7c70qkxe3"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bej0paudsyd7h" path="res://arrow/arrow_spawner.gd" id="1_7je20"]
|
||||
[ext_resource type="PackedScene" uid="uid://4bfkbcr7v8tj" path="res://arrow/arrow.tscn" id="2_ek028"]
|
||||
|
||||
[node name="ArrowSpawner" type="Node2D"]
|
||||
script = ExtResource("1_7je20")
|
||||
arrow_scene = ExtResource("2_ek028")
|
||||
|
||||
[node name="SpawnTiming" type="Timer" parent="."]
|
||||
wait_time = 3.0
|
||||
autostart = true
|
||||
|
||||
[connection signal="timeout" from="SpawnTiming" to="." method="_on_spawn_timing_timeout"]
|
Reference in New Issue
Block a user