feat: add character images and options for Guilty Gear -Strive-

This commit is contained in:
Pandipipas
2026-02-15 01:28:28 +01:00
parent 1a8b193b87
commit 36f7a39705
30 changed files with 1 additions and 0 deletions
@@ -32,6 +32,7 @@ const charactersByGame = ref<Record<string, { leftCharacter: string; rightCharac
const allFightingGameOptions = [
'Street Fighter 6',
'TEKKEN 8',
'Guilty Gear -Strive-',
// '2XKO',
].map((game) => ({
label: game,