mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Fix character image naming and Guilty Gear palette
This commit is contained in:
@@ -18,6 +18,7 @@ const characterNamesByGame: Record<string, string[]> = {
|
||||
const paletteByGame: Record<string, GamePalette> = {
|
||||
'Street Fighter 6': ['#f97316', '#b91c1c'],
|
||||
'TEKKEN 8': ['#2563eb', '#111827'],
|
||||
'Guilty Gear -Strive-': ['#a855f7', '#312e81'],
|
||||
};
|
||||
|
||||
const toSlug = (value: string) => value.toLowerCase().replace(/[^a-z0-9]+/g, '-').replace(/(^-|-$)/g, '');
|
||||
|
||||
Reference in New Issue
Block a user