Private
Public Access
1
0

bug fixes

This commit is contained in:
Sebastian Unterschütz
2025-11-26 18:56:59 +01:00
parent 6fdad68a9b
commit cf2e6e1c94
13 changed files with 392 additions and 144 deletions

View File

@@ -19,10 +19,12 @@ let bootTicks = 0;
// Hintergrund
let currentBgIndex = 0;
let maxRawBgIndex = 0;
// Tick Time
let lastTime = 0;
let accumulator = 0;
let lastPowerupTick = -9999;
// Grafiken
let sprites = {};