Skip to content

Commit e775fbd

Browse files
committed
⚡use image component
1 parent 73471c0 commit e775fbd

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

src/content/games/gene-legacy.mdx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ It definitely was a great experience and I really want to do other game jams in
5454
Unfortunately, the original repository is in private, and I can't make a public fork so I can only show you the screenshots of the game.
5555
You can still play the game [here](https://okane-e.itch.io/gene-legacy) to see it for yourself! <br/>
5656

57-
![Main menu](/images/games/gene_legacy/screen1.png)
58-
59-
![Starting room with tutorial](/images/games/gene_legacy/screen2.png)
60-
61-
![Gameplay](/images/games/gene_legacy/screen3.png)
62-
63-
![Gameplay](/images/games/gene_legacy/screen4.png)
57+
<Image src="/images/games/gene_legacy/screen1.png" alt="Main menu" width={1920} height={1080} class="w-full h-auto mb-6 rounded-lg shadow-lg" />
58+
<Image src="/images/games/gene_legacy/screen2.png" alt="Starting room with tutorial" width={1920} height={1080} class="w-full h-auto mb-6 rounded-lg shadow-lg" />
59+
<Image src="/images/games/gene_legacy/screen3.png" alt="Example room 1" width={1920} height={1080} class="w-full h-auto mb-6 rounded-lg shadow-lg" />
60+
<Image src="/images/games/gene_legacy/screen4.png" alt="Example room 2" width={1920} height={1080} class="w-full h-auto mb-6 rounded-lg shadow-lg" />

0 commit comments

Comments
 (0)