Init commit
This commit is contained in:
11
godot/scenes/maps/base/bullet_spawner/bullet_spawner.tscn
Normal file
11
godot/scenes/maps/base/bullet_spawner/bullet_spawner.tscn
Normal file
@@ -0,0 +1,11 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://dp1lcbwr7vaq1"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/maps/base/bullet_spawner/bullet_controller.gd" id="1_ohxtg"]
|
||||
|
||||
[node name="BulletSpawner" type="Node3D"]
|
||||
script = ExtResource("1_ohxtg")
|
||||
|
||||
[node name="MultiplayerSpawner" type="MultiplayerSpawner" parent="."]
|
||||
spawn_path = NodePath("../Bullets")
|
||||
|
||||
[node name="Bullets" type="Node3D" parent="."]
|
Reference in New Issue
Block a user