- Cover.png sur les cards du jeu - Les 3 captures dans la galerie "FROM THE WORKSHOP" Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+15
-5
@@ -12,11 +12,21 @@ const featured = games[0];
|
|||||||
// puis renseigne `src` (ex: "/image/Emberwild/screen-01.jpg").
|
// puis renseigne `src` (ex: "/image/Emberwild/screen-01.jpg").
|
||||||
// Laisse `src: null` pour afficher un emplacement placeholder.
|
// Laisse `src: null` pour afficher un emplacement placeholder.
|
||||||
const screenshots: { src: string | null; label: string; span: string }[] = [
|
const screenshots: { src: string | null; label: string; span: string }[] = [
|
||||||
{ src: null, label: "Early build", span: "col-span-2 row-span-2" },
|
{
|
||||||
{ src: null, label: "Environment", span: "" },
|
src: "/image/Games/Emberwild/Capture_1.png",
|
||||||
{ src: null, label: "Crafting", span: "" },
|
label: "In-game",
|
||||||
{ src: null, label: "Exploration", span: "col-span-2" },
|
span: "col-span-2 row-span-2",
|
||||||
{ src: null, label: "Concept", span: "" },
|
},
|
||||||
|
{
|
||||||
|
src: "/image/Games/Emberwild/Capture_2.png",
|
||||||
|
label: "Environment",
|
||||||
|
span: "",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
src: "/image/Games/Emberwild/Capture_3.png",
|
||||||
|
label: "Exploration",
|
||||||
|
span: "",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@ export const games: Game[] = [
|
|||||||
"Inspired by Raft and Aloft. Build, explore, and survive across drifting worlds. A new survival adventure currently in early development. The first world from Highland Games Studio.",
|
"Inspired by Raft and Aloft. Build, explore, and survive across drifting worlds. A new survival adventure currently in early development. The first world from Highland Games Studio.",
|
||||||
genres: ["Survival", "Crafting", "Exploration"],
|
genres: ["Survival", "Crafting", "Exploration"],
|
||||||
releaseWindow: "TBA",
|
releaseWindow: "TBA",
|
||||||
// cover: "/image/Emberwild/cover.jpg",
|
cover: "/image/Games/Emberwild/Cover.png",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 5.0 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.0 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.9 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.1 MiB |
Reference in New Issue
Block a user