fix Handy FPS Problems
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m51s
All checks were successful
Dynamic Branch Deploy / build-and-deploy (push) Successful in 1m51s
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user