open-strike-2/scenes/maps/base/bullet_spawner/bullet_spawner.tscn

13 lines
470 B
Plaintext
Raw Normal View History

2025-02-01 17:03:00 +00:00
[gd_scene load_steps=2 format=3 uid="uid://sh5diukewgs5"]
[ext_resource type="Script" path="res://scenes/maps/base/bullet_spawner/bullet_controller.gd" id="1_ohxtg"]
2025-01-28 18:32:38 +00:00
[node name="BulletSpawner" type="Node3D"]
2025-02-01 17:03:00 +00:00
script = ExtResource("1_ohxtg")
2025-01-28 18:32:38 +00:00
[node name="MultiplayerSpawner" type="MultiplayerSpawner" parent="."]
2025-02-01 17:03:00 +00:00
_spawnable_scenes = PackedStringArray("res://scenes/weapon/bullet.tscn")
spawn_path = NodePath("../Bullets")
2025-01-28 18:32:38 +00:00
2025-02-01 17:03:00 +00:00
[node name="Bullets" type="Node3D" parent="."]