Tap to Start
🐱 Cats: 0
⭐ Score: 0
⏱️ Time: 00
3
© EchoNorth 2025 · echo-north.com · Coming soon to your app store 🐾
// Dev: hot-reload skins with Ctrl/Cmd+R (in-game, not browser reload) window.addEventListener('keydown', async (e)=>{ if (e.key.toLowerCase() === 'r' && (e.metaKey || e.ctrlKey)) { console.log('[Skin] manual reload triggered'); await reloadCatSkins(); } });