add client prediction

This commit is contained in:
2025-02-19 22:23:06 +09:00
parent 4e65d2c43b
commit ac49bcee0b
9 changed files with 34 additions and 19 deletions
-2
View File
@@ -143,14 +143,12 @@ mesh = SubResource("BoxMesh_lm401")
[node name="FirstFloorLight" type="OmniLight3D" parent="Lights"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 4, 0)
light_energy = 6.0
shadow_enabled = true
omni_range = 40.0
omni_attenuation = 1.5
[node name="SecondFloorLight" type="OmniLight3D" parent="Lights"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 9, 0)
light_energy = 6.0
shadow_enabled = true
omni_range = 40.0
omni_attenuation = 1.5
+2
View File
@@ -116,3 +116,5 @@ script = ExtResource("7_jfat4")
[node name="Walk" type="Node" parent="StateMachine"]
unique_name_in_owner = true
script = ExtResource("8_phh70")
[connection signal="delta_synchronized" from="Sync" to="." method="_on_sync_delta_synchronized"]