diff --git a/animeCat.js b/animeCat.js index 8e16f36..f29c0fd 100644 --- a/animeCat.js +++ b/animeCat.js @@ -49,6 +49,20 @@ window.AnimeCat = class AnimeCat { zIndex: '1' }); + // --- Glow --- + this.glow = document.createElement('div'); + this.glow.id = 'cat-glow'; + // CSS hier ODER besser via