Fix the aiming and bullet creation

This commit is contained in:
2025-02-01 18:03:00 +01:00
parent 33f1d57a50
commit bd91818682
19 changed files with 334 additions and 8089 deletions

View File

@ -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="."]