First ever primary weapon

This commit is contained in:
Rendo 2025-12-14 03:05:17 +05:00
commit eabc137ce8
14 changed files with 237 additions and 15 deletions

View file

@ -1231,7 +1231,7 @@ player = NodePath("..")
player_input = NodePath("../PlayerInput")
[node name="WeaponSpawner" type="MultiplayerSpawner" parent="WeaponSystem"]
_spawnable_scenes = PackedStringArray("uid://djwjl8xll53vn", "uid://ts4xccpkjd3g", "uid://bxdatd1ilfgmc", "uid://c5q7e5dj86187")
_spawnable_scenes = PackedStringArray("uid://djwjl8xll53vn", "uid://ts4xccpkjd3g", "uid://bxdatd1ilfgmc", "uid://c5q7e5dj86187", "uid://8ohlfmr5bp0k")
spawn_path = NodePath("..")
[node name="StartingWeaponSpawner" type="Node" parent="WeaponSystem" node_paths=PackedStringArray("weapon_system")]