Private
Public Access
1
0

fix Handy FPS Problems
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m51s

This commit is contained in:
Sebastian Unterschütz
2025-11-25 18:50:05 +01:00
parent 5175f52652
commit 553f4c2944
3 changed files with 39 additions and 7 deletions

View File

@@ -12,6 +12,10 @@ let lastSentTick = 0;
let inputLog = [];
let isCrouching = false;
// Tick Time
let lastTime = 0;
let accumulator = 0;
// Grafiken
let sprites = {};
let playerSprite = new Image();