1
0

Remove unnecessary comment from renderer.js

This commit is contained in:
2025-05-26 03:42:50 +02:00
parent 6b62ab62a4
commit 8d9f9edda7

View File

@@ -15,7 +15,7 @@ window.addEventListener('DOMContentLoaded', async () => {
default: 'assets/cat/default.png',
eyesClosed: 'assets/cat/eyes_closed.png',
mouthOpen: 'assets/cat/mouth_open.png',
joy: 'assets/cat/joy.png' // WICHTIG: exakt so!
joy: 'assets/cat/joy.png'
}
});