Fix the aiming and bullet creation
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
[gd_scene format=3 uid="uid://sh5diukewgs5"]
|
||||
[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"]
|
||||
|
||||
[node name="BulletSpawner" type="Node3D"]
|
||||
script = ExtResource("1_ohxtg")
|
||||
|
||||
[node name="MultiplayerSpawner" type="MultiplayerSpawner" parent="."]
|
||||
spawn_path = NodePath("../Node3D")
|
||||
_spawnable_scenes = PackedStringArray("res://scenes/weapon/bullet.tscn")
|
||||
spawn_path = NodePath("../Bullets")
|
||||
|
||||
[node name="Node3D" type="Node3D" parent="."]
|
||||
[node name="Bullets" type="Node3D" parent="."]
|
||||
|
Reference in New Issue
Block a user