Private
Public Access
1
0

bug fixes
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 3m42s

This commit is contained in:
Sebastian Unterschütz
2025-11-26 10:59:05 +01:00
parent fc8b22dd7c
commit 95119cdf98
4 changed files with 191 additions and 69 deletions

View File

@@ -10,6 +10,9 @@ const CHUNK_SIZE = 60;
const TARGET_FPS = 60;
const MS_PER_TICK = 1000 / TARGET_FPS;
const DEBUG_SYNC = true;
const SYNC_TOLERANCE = 5.0;
// RNG Klasse
class PseudoRNG {
constructor(seed) {