Player 👍

This commit is contained in:
Rendo 2025-11-25 23:18:50 +05:00
commit 0ffc2b2497
5 changed files with 2101 additions and 12 deletions

View file

@ -198,7 +198,7 @@ bones/52/rotation = Quaternion(0.73236954, 0.00991537, -0.022315646, 0.6804694)
[node name="Skeleton3D" parent="Camera3D/molikman_hands/GunArm" index="0"]
bones/0/position = Vector3(-0.22279283, 0.7100338, -0.19202478)
bones/0/rotation = Quaternion(-0.006717509, 0.6971531, 0.71686494, -0.0060944925)
bones/1/position = Vector3(5.972106e-08, 0.06469955, 0.06380712)
bones/1/position = Vector3(5.970651e-08, 0.06469957, 0.06380712)
[node name="RayCast3D" type="RayCast3D" parent="Camera3D"]
target_position = Vector3(0, 0, -1000)
@ -248,15 +248,27 @@ crosses_offset = 3.0
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
replication_config = SubResource("SceneReplicationConfig_qhqgy")
[node name="WeaponSystem" type="Node" parent="." node_paths=PackedStringArray("default_pistol", "animation_player")]
[node name="WeaponSystem" type="Node" parent="." node_paths=PackedStringArray("default_pistol", "default_knife", "animation_player")]
script = ExtResource("4_qlg0r")
default_pistol = NodePath("StartingPistol")
default_knife = NodePath("StartingPistol2")
animation_player = NodePath("../Camera3D/molikman_hands/AnimationPlayer")
[node name="StartingPistol" type="Node" parent="WeaponSystem" node_paths=PackedStringArray("raycast")]
script = ExtResource("6_tuyoq")
max_ammo = 10
semi_auto = true
emptyable = true
damage = 25
firerate = 0.1
prefix = "baked_sp"
raycast = NodePath("../../Camera3D/RayCast3D")
[node name="StartingPistol2" type="Node" parent="WeaponSystem" node_paths=PackedStringArray("raycast")]
script = ExtResource("6_tuyoq")
max_ammo = 10
semi_auto = true
emptyable = true
damage = 25
firerate = 0.1
prefix = "baked_sp"