Minor optimizations to sprite re-coloring

This commit is contained in:
2025-12-23 17:14:42 +08:00
parent c8efcfc83c
commit 83f145f490
4 changed files with 109 additions and 64 deletions

View File

@@ -106,7 +106,7 @@
if (debounceTimer) clearTimeout(debounceTimer);
debounceTimer = setTimeout(() => {
generatePreview();
}, 300); // Adjust debounce delay as needed (300ms is a common starting point)
}, 100);
}
function updateFrame() {