WIP: Migrating to node3ds

This commit is contained in:
Nikolai Rodionov 2025-02-09 23:28:31 +01:00
parent f9a260e3ab
commit 1f6eff86c8
Signed by: allanger
GPG Key ID: 09F8B434D0FDD99B
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
extends CharacterBody3D
extends Marker3D
class_name CharacterWrapper
@export var die_script: GDScript = null

View File

@ -15,7 +15,7 @@ properties/2/spawn = true
properties/2/replication_mode = 1
properties/3/path = NodePath(".:jumping")
properties/3/spawn = true
properties/3/replication_mode = 1
properties/3/replication_mode = 2
[node name="ServerNode" type="Node3D"]
script = ExtResource("1_bau14")