* some console log stuffs

This commit is contained in:
Indrajith K L
2018-08-03 15:14:44 +05:30
parent e4cc7072b4
commit c3c58473c8

View File

@@ -59,9 +59,16 @@ export default class App extends Component {
konamiKlass: 'konami'
});
this.playMusic();
this.konamiImage();
kkeys = [];
}
}, true);
}
}
konamiImage() {
console.log('%c Konami Code Unlocked', 'background: #222; color: #bada55; font-weight: bold; font-size: 20px; padding: 10px');
}
}