Skip to content

Commit

Permalink
asset(image-helldivers2): Add Helldivers 2 images (#124)
Browse files Browse the repository at this point in the history
* added image-helldivers2 package

* - Add Splash art
- Add Font
- Modify arrangement
- Formatting

* Formatting

* Formatting

---------

Co-authored-by: infinia-yzl <dev@infinia.space>
  • Loading branch information
Selenestica and infinia-yzl authored Dec 9, 2024
1 parent 257003d commit 892f63e
Show file tree
Hide file tree
Showing 7 changed files with 912 additions and 19 deletions.
37 changes: 19 additions & 18 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Link from 'next/link';
import Link from "next/link";
import {Button} from "@/components/ui/button";
import {Card, CardHeader, CardTitle, CardContent} from "@/components/ui/card";
import imagesetConfig from "@/imageset.config.json";
Expand All @@ -10,25 +10,26 @@ import {Separator} from "@/components/ui/separator";
const typedImageSetConfig = imagesetConfig as ImageSetConfig;

const FEATURED_SETS = {
"image-reachthefinals": ['all', 'light', 'medium', 'heavy'],
"image-supervive": ['hunter', 'power', 'fighter', 'initiator', 'frontliner', 'protector', 'controller'],
"image-wutheringwaves": [
'c_all',
'c_rarity_5',
'c_rarity_4',
"image-reachthefinals": ["all", "light", "medium", "heavy"],
"image-supervive": [
"hunter",
"power",
"fighter",
"initiator",
"frontliner",
"protector",
"controller"
],
"image-overwatch": [
'h_all',
'tank',
'dps',
'sup',
],
"image-webdev": [
'all',
'fe',
'be',
'fs',
"image-wutheringwaves": ["c_all", "c_rarity_5", "c_rarity_4"],
"image-overwatch": ["h_all", "tank", "dps", "sup"],
"image-helldivers2": [
"Stratagems",
"Primaries",
"Secondaries",
"Grenades",
"Boosters"
],
"image-webdev": ["all", "fe", "be", "fs"],
// Add more packages and their featured sets here
};

Expand Down
Loading

0 comments on commit 892f63e

Please sign in to comment.