35 lines
1.5 KiB
Text
35 lines
1.5 KiB
Text
[gd_scene load_steps=6 format=3 uid="uid://dgfqppi21c2u0"]
|
|
|
|
[ext_resource type="Script" uid="uid://cskgqgkr7pmb0" path="res://scripts/weapon_system/dropped_weapon.gd" id="1_jym52"]
|
|
[ext_resource type="PackedScene" uid="uid://djwjl8xll53vn" path="res://scenes/weapons/starting_pistol.tscn" id="2_jym52"]
|
|
[ext_resource type="PackedScene" uid="uid://d3sjs6efbshpk" path="res://models/weapons/starting_pistol.glb" id="3_jym52"]
|
|
|
|
[sub_resource type="BoxShape3D" id="BoxShape3D_hsebh"]
|
|
size = Vector3(0.24707031, 0.3173828, 0.46972656)
|
|
|
|
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_ddvbd"]
|
|
properties/0/path = NodePath(".:position")
|
|
properties/0/spawn = true
|
|
properties/0/replication_mode = 1
|
|
properties/1/path = NodePath(".:rotation")
|
|
properties/1/spawn = true
|
|
properties/1/replication_mode = 1
|
|
|
|
[node name="DroppableStartingPistol" type="RigidBody3D" node_paths=PackedStringArray("weapon")]
|
|
collision_layer = 8
|
|
collision_mask = 9
|
|
script = ExtResource("1_jym52")
|
|
slot = &"secondary"
|
|
weapon = NodePath("StartingPistol")
|
|
team = 3
|
|
|
|
[node name="StartingPistol" parent="." instance=ExtResource("2_jym52")]
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -3.0517578e-05, 0.0010986328)
|
|
shape = SubResource("BoxShape3D_hsebh")
|
|
|
|
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
|
|
replication_config = SubResource("SceneReplicationConfig_ddvbd")
|
|
|
|
[node name="starting_pistol" parent="." instance=ExtResource("3_jym52")]
|