grounders-slowjam-2024/player/player.tscn

25 lines
969 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://do25xvpy80iio"]
[ext_resource type="PackedScene" uid="uid://bwg2jkbq7gada" path="res://player/player.glb" id="1_0u2un"]
[ext_resource type="Script" path="res://player/player.gd" id="1_gh340"]
[sub_resource type="SceneReplicationConfig" id="SceneReplicationConfig_u4bmc"]
properties/0/path = NodePath(".:position")
properties/0/spawn = true
properties/0/replication_mode = 1
properties/1/path = NodePath("player:velocity")
properties/1/spawn = true
properties/1/replication_mode = 1
[sub_resource type="SphereShape3D" id="SphereShape3D_t1htn"]
radius = 0.986757
[node name="player" instance=ExtResource("1_0u2un")]
script = ExtResource("1_gh340")
[node name="MultiplayerSynchronizer" type="MultiplayerSynchronizer" parent="." index="0"]
replication_config = SubResource("SceneReplicationConfig_u4bmc")
[node name="CollisionShape3D" type="CollisionShape3D" parent="." index="2"]
shape = SubResource("SphereShape3D_t1htn")