Skip to content

Commit

Permalink
[add] games
Browse files Browse the repository at this point in the history
  • Loading branch information
ymuichiro committed Aug 26, 2023
1 parent eaaa437 commit b63cc30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/assets/events/potatina/boundshooting.webp
Binary file not shown.
9 changes: 9 additions & 0 deletions src/pages/events/potatina.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import AnimalsImage from '@/assets/events/potatina/animals.webp';
import BoundshootingImage from '@/assets/events/potatina/boundshooting.webp';
import FoteisonImage from '@/assets/events/potatina/foteison.webp';
import MaticCrane from '@/assets/events/potatina/matic-crane.webp';
import PotatinaTwitterHeader from '@/assets/events/potatina/potatina-twitter-header.png';
Expand Down Expand Up @@ -675,6 +676,14 @@ const PotatinaEvent: NextPage<Props> = ({ i18n }) => {
image: VeryLongCrime.src,
link: 'https://twitter.com/eieiei_tw/status/1692168344995307672?s=21&t=JPYFUnQ891A3F69XDG1M1g',
},
{
title: 'Boundshooting',
description: 'ブラウザでポテトを投げまくれ! Akim さんを押し出すシューティングゲーム',
date: '2023/07/30',
locale: 'ja',
image: BoundshootingImage.src,
link: 'https://hainibokura.info/verybound/',
},
].map((item, index) => (
<Grid item xs={12} sm={6} md={4} key={index}>
<InViewAnimation direction='up' threshold={0.2} style={{ height: '100%' }}>
Expand Down

0 comments on commit b63cc30

Please sign in to comment.