add client prediction
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user