From 38276dca9316b87599ff018d20b50d1b8e4d63dd Mon Sep 17 00:00:00 2001 From: mileswa1q22 Date: Sun, 26 Jul 2026 12:37:59 -0500 Subject: [PATCH] update --- 404.html | 14 ++++++++++++++ index.html | 4 ++++ projects/command-move.html | 4 ++++ projects/decompilations.html | 4 ++++ projects/fedl.html | 4 ++++ projects/geode-mod.html | 4 ++++ projects/issue-tracker.html | 4 ++++ projects/moon-gaming.html | 4 ++++ projects/music-app.html | 4 ++++ projects/noto.html | 4 ++++ projects/nova.html | 4 ++++ projects/omniemu.html | 4 ++++ projects/rhythm-game.html | 4 ++++ 13 files changed, 62 insertions(+) diff --git a/404.html b/404.html index 1805568..b76141b 100644 --- a/404.html +++ b/404.html @@ -102,6 +102,20 @@ el.addEventListener('mouseenter',function(){dot.classList.add('hover');ring.classList.add('hover');}); el.addEventListener('mouseleave',function(){dot.classList.remove('hover');ring.classList.remove('hover');}); }); + + var seq=['ArrowUp','ArrowUp','ArrowDown','ArrowDown','ArrowLeft','ArrowRight','ArrowLeft','ArrowRight','b','a']; + var pos=0; + window.addEventListener('keydown',function(e){ + var key=e.key.length===1?e.key.toLowerCase():e.key; + if(key===seq[pos]){pos++;if(pos===seq.length){pos=0;revealCursor();}} + else{pos=(key===seq[0])?1:0;} + }); + function revealCursor(){ + document.body.style.cursor='auto'; + var style=document.createElement('style');style.id='konami-cursor'; + style.textContent='*{cursor:auto !important;}'; + document.head.appendChild(style); + } })(); diff --git a/index.html b/index.html index f82d9b2..6022e14 100644 --- a/index.html +++ b/index.html @@ -739,6 +739,10 @@ function setActive(id){ var flash=document.getElementById('flash'); gsap.fromTo(flash,{opacity:.5},{opacity:0,duration:.5}); gsap.to('body',{x:'random(-5,5)',y:'random(-5,5)',duration:.05,repeat:10,ease:'sine.inOut',onComplete:function(){gsap.set('body',{x:0,y:0});}}); + document.body.style.cursor='auto'; + var style=document.createElement('style');style.id='konami-cursor'; + style.textContent='*{cursor:auto !important;}'; + document.head.appendChild(style); } })(); diff --git a/projects/command-move.html b/projects/command-move.html index af58fa5..f5a4680 100644 --- a/projects/command-move.html +++ b/projects/command-move.html @@ -257,6 +257,10 @@ var flash=document.getElementById('flash'); gsap.fromTo(flash,{opacity:.5},{opacity:0,duration:.5}); gsap.to('body',{x:'random(-5,5)',y:'random(-5,5)',duration:.05,repeat:10,ease:'sine.inOut',onComplete:function(){gsap.set('body',{x:0,y:0});}}); + document.body.style.cursor='auto'; + var style=document.createElement('style');style.id='konami-cursor'; + style.textContent='*{cursor:auto !important;}'; + document.head.appendChild(style); } })(); diff --git a/projects/decompilations.html b/projects/decompilations.html index 4605d78..c8432de 100644 --- a/projects/decompilations.html +++ b/projects/decompilations.html @@ -244,6 +244,10 @@ var flash=document.getElementById('flash'); gsap.fromTo(flash,{opacity:.5},{opacity:0,duration:.5}); gsap.to('body',{x:'random(-5,5)',y:'random(-5,5)',duration:.05,repeat:10,ease:'sine.inOut',onComplete:function(){gsap.set('body',{x:0,y:0});}}); + document.body.style.cursor='auto'; + var style=document.createElement('style');style.id='konami-cursor'; + style.textContent='*{cursor:auto !important;}'; + document.head.appendChild(style); } })(); diff --git a/projects/fedl.html b/projects/fedl.html index c6adc64..6a16127 100644 --- a/projects/fedl.html +++ b/projects/fedl.html @@ -314,6 +314,10 @@ var flash=document.getElementById('flash'); gsap.fromTo(flash,{opacity:.5},{opacity:0,duration:.5}); gsap.to('body',{x:'random(-5,5)',y:'random(-5,5)',duration:.05,repeat:10,ease:'sine.inOut',onComplete:function(){gsap.set('body',{x:0,y:0});}}); + document.body.style.cursor='auto'; + var style=document.createElement('style');style.id='konami-cursor'; + style.textContent='*{cursor:auto !important;}'; + document.head.appendChild(style); } })(); diff --git a/projects/geode-mod.html b/projects/geode-mod.html index aff3ce3..2894e7b 100644 --- a/projects/geode-mod.html +++ b/projects/geode-mod.html @@ -276,6 +276,10 @@ var flash=document.getElementById('flash'); gsap.fromTo(flash,{opacity:.5},{opacity:0,duration:.5}); gsap.to('body',{x:'random(-5,5)',y:'random(-5,5)',duration:.05,repeat:10,ease:'sine.inOut',onComplete:function(){gsap.set('body',{x:0,y:0});}}); + document.body.style.cursor='auto'; + var style=document.createElement('style');style.id='konami-cursor'; + style.textContent='*{cursor:auto !important;}'; + document.head.appendChild(style); } })(); diff --git a/projects/issue-tracker.html b/projects/issue-tracker.html index 14f6227..57b4171 100644 --- a/projects/issue-tracker.html +++ b/projects/issue-tracker.html @@ -241,6 +241,10 @@ var flash=document.getElementById('flash'); gsap.fromTo(flash,{opacity:.5},{opacity:0,duration:.5}); gsap.to('body',{x:'random(-5,5)',y:'random(-5,5)',duration:.05,repeat:10,ease:'sine.inOut',onComplete:function(){gsap.set('body',{x:0,y:0});}}); + document.body.style.cursor='auto'; + var style=document.createElement('style');style.id='konami-cursor'; + style.textContent='*{cursor:auto !important;}'; + document.head.appendChild(style); } })(); diff --git a/projects/moon-gaming.html b/projects/moon-gaming.html index 7e88b4c..0d23c57 100644 --- a/projects/moon-gaming.html +++ b/projects/moon-gaming.html @@ -262,6 +262,10 @@ var flash=document.getElementById('flash'); gsap.fromTo(flash,{opacity:.5},{opacity:0,duration:.5}); gsap.to('body',{x:'random(-5,5)',y:'random(-5,5)',duration:.05,repeat:10,ease:'sine.inOut',onComplete:function(){gsap.set('body',{x:0,y:0});}}); + document.body.style.cursor='auto'; + var style=document.createElement('style');style.id='konami-cursor'; + style.textContent='*{cursor:auto !important;}'; + document.head.appendChild(style); } })(); diff --git a/projects/music-app.html b/projects/music-app.html index 133193d..c4abbe2 100644 --- a/projects/music-app.html +++ b/projects/music-app.html @@ -261,6 +261,10 @@ var flash=document.getElementById('flash'); gsap.fromTo(flash,{opacity:.5},{opacity:0,duration:.5}); gsap.to('body',{x:'random(-5,5)',y:'random(-5,5)',duration:.05,repeat:10,ease:'sine.inOut',onComplete:function(){gsap.set('body',{x:0,y:0});}}); + document.body.style.cursor='auto'; + var style=document.createElement('style');style.id='konami-cursor'; + style.textContent='*{cursor:auto !important;}'; + document.head.appendChild(style); } })(); diff --git a/projects/noto.html b/projects/noto.html index 39e4ed1..b1fd08d 100644 --- a/projects/noto.html +++ b/projects/noto.html @@ -307,6 +307,10 @@ var flash=document.getElementById('flash'); gsap.fromTo(flash,{opacity:.5},{opacity:0,duration:.5}); gsap.to('body',{x:'random(-5,5)',y:'random(-5,5)',duration:.05,repeat:10,ease:'sine.inOut',onComplete:function(){gsap.set('body',{x:0,y:0});}}); + document.body.style.cursor='auto'; + var style=document.createElement('style');style.id='konami-cursor'; + style.textContent='*{cursor:auto !important;}'; + document.head.appendChild(style); } })(); diff --git a/projects/nova.html b/projects/nova.html index 1455afc..a78052a 100644 --- a/projects/nova.html +++ b/projects/nova.html @@ -290,6 +290,10 @@ var flash=document.getElementById('flash'); gsap.fromTo(flash,{opacity:.5},{opacity:0,duration:.5}); gsap.to('body',{x:'random(-5,5)',y:'random(-5,5)',duration:.05,repeat:10,ease:'sine.inOut',onComplete:function(){gsap.set('body',{x:0,y:0});}}); + document.body.style.cursor='auto'; + var style=document.createElement('style');style.id='konami-cursor'; + style.textContent='*{cursor:auto !important;}'; + document.head.appendChild(style); } })(); diff --git a/projects/omniemu.html b/projects/omniemu.html index 308bf90..a1bc833 100644 --- a/projects/omniemu.html +++ b/projects/omniemu.html @@ -325,6 +325,10 @@ var flash=document.getElementById('flash'); gsap.fromTo(flash,{opacity:.5},{opacity:0,duration:.5}); gsap.to('body',{x:'random(-5,5)',y:'random(-5,5)',duration:.05,repeat:10,ease:'sine.inOut',onComplete:function(){gsap.set('body',{x:0,y:0});}}); + document.body.style.cursor='auto'; + var style=document.createElement('style');style.id='konami-cursor'; + style.textContent='*{cursor:auto !important;}'; + document.head.appendChild(style); } })(); diff --git a/projects/rhythm-game.html b/projects/rhythm-game.html index 524fec7..57cda47 100644 --- a/projects/rhythm-game.html +++ b/projects/rhythm-game.html @@ -255,6 +255,10 @@ var flash=document.getElementById('flash'); gsap.fromTo(flash,{opacity:.5},{opacity:0,duration:.5}); gsap.to('body',{x:'random(-5,5)',y:'random(-5,5)',duration:.05,repeat:10,ease:'sine.inOut',onComplete:function(){gsap.set('body',{x:0,y:0});}}); + document.body.style.cursor='auto'; + var style=document.createElement('style');style.id='konami-cursor'; + style.textContent='*{cursor:auto !important;}'; + document.head.appendChild(style); } })();