feat: update

This commit is contained in:
2026-06-11 18:28:25 +08:00
parent 8520f9db3c
commit 8a2fb36a98
65 changed files with 4407 additions and 572 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ func test_desync_triggers_correction():
var server_pos = Vector3(50, 50, 50)
var correction = _calculate_position_correction(client_pos, server_pos)
assert_is_not_empty(correction, "Desync should trigger correction")
assert_false(correction.is_empty(), "Desync should trigger correction")
# Test 8: Multiple axis deviation is calculated correctly
func test_multi_axis_deviation():