Skip to content

Commit 2babf88

Browse files
FIFA Update
Fixed loading for game so now games load. added cover art
1 parent 53e5306 commit 2babf88

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

98 KB
Loading
92.7 KB
Loading
111 KB
Loading
104 KB
Loading

js/games.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -526,26 +526,26 @@ const games = [
526526
},
527527
{
528528
name: "FIFA Football 2004",
529-
img: "img/place-holder.jpg",
530-
link: "/pages/player.html?src=/gba/launcher.html%23ffaf4",
529+
img: "img/cover-art/fifa-football-2004.jpg",
530+
link: "/pages/player.html?src=/gba/launcher.html%23fifa4",
531531
classes: "all gba",
532532
},
533533
{
534534
name: "FIFA Football 2005",
535-
img: "img/place-holder.jpg",
536-
link: "/pages/player.html?src=/gba/launcher.html%23ffaf5",
535+
img: "img/cover-art/fifa-football-2005.jpg",
536+
link: "/pages/player.html?src=/gba/launcher.html%23fifa5",
537537
classes: "all gba",
538538
},
539539
{
540540
name: "FIFA Football 2006",
541-
img: "img/place-holder.jpg",
542-
link: "/pages/player.html?src=/gba/launcher.html%23ffaf6",
541+
img: "img/cover-art/fifa-football-2006.jpg",
542+
link: "/pages/player.html?src=/gba/launcher.html%23fifa6",
543543
classes: "all gba",
544544
},
545545
{
546546
name: "FIFA Football 2007",
547-
img: "img/place-holder.jpg",
548-
link: "/pages/player.html?src=/gba/launcher.html%23ffaf7",
547+
img: "img/cover-art/fifa-football-2007.jpg",
548+
link: "/pages/player.html?src=/gba/launcher.html%23fifa7",
549549
classes: "all gba",
550550
},
551551
{

0 commit comments

Comments
 (0)