Sites
This commit is contained in:
parent
bd16f01192
commit
6422ffb13c
13 changed files with 142 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dtbpyfdawb02b"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dtbpyfdawb02b"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://boftqgpgqf56g" path="res://scripts/weapon_system/bomb/active_bomb.gd" id="1_avh0g"]
|
||||
[ext_resource type="PackedScene" uid="uid://dftij0fdq3lbr" path="res://models/weapons/Bomb.glb" id="1_yh58y"]
|
||||
|
||||
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_yh58y"]
|
||||
|
|
@ -8,9 +9,15 @@ properties/0/spawn = true
|
|||
properties/0/replication_mode = 2
|
||||
|
||||
[node name="ActiveBomb" type="Node3D"]
|
||||
script = ExtResource("1_avh0g")
|
||||
|
||||
[node name="Bomb" parent="." instance=ExtResource("1_yh58y")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.1307683, 0)
|
||||
|
||||
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="."]
|
||||
replication_config = SubResource("SceneReplicationConfig_yh58y")
|
||||
|
||||
[node name="Timer" type="Timer" parent="."]
|
||||
wait_time = 45.0
|
||||
one_shot = true
|
||||
autostart = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue