konami code + DDR

This commit is contained in:
JusDeChâtaigne
2023-12-08 07:15:12 +01:00
committed by GitHub
parent 0f6b02e225
commit 0af9f28549
25 changed files with 1129 additions and 3 deletions
+2 -2
View File
@@ -37,6 +37,6 @@ document.addEventListener('keydown', function(e) {
});
const activateCheats = () => {
alert('cheats activated');
// TODO redirect to easter egg page
console.log("XD");
window.location.href = 'ggr.html';
};