Skip to content

Commit

Permalink
New EasterEggs
Browse files Browse the repository at this point in the history
  • Loading branch information
vortex1942 committed Sep 21, 2024
1 parent 3a54ad1 commit 09a8ff6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/pages/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,20 @@ const Main = props => {
// Tiburón bebé
{ link: 'https://youtu.be/XqZsoesa55w?t=12', pos: [3, 4], color: '#6D7373' }
)}
{selectedMap === 'kondaru' &&
easterEgg(
// Banana
{
link:
Math.round(Math.random()) === 0
? 'https://youtu.be/yModCU1OVHY?t=51'
: 'https://youtu.be/j5C6X9vOEkU',
pos: [120, 141], color: '#48773C'
},
// Tiburón bebé
{ link: 'https://youtu.be/nxMMElT61A8', pos: [150, 147], color: '#2A282B' }
)}

<Overlay
selectedTile={tf.selectedTile}
centerCoords={centerCoords}
Expand Down

0 comments on commit 09a8ff6

Please sign in to comment.