feat: replace PNG logo with WEBP format for Guilty Gear -Strive- and update manifest and registry
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 201 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@@ -27,6 +27,7 @@
|
||||
{"name": "Happy Chaos", "slug": "happy-chaos", "dlc": true, "sizeBytes": 527742},
|
||||
{"name": "I-No", "slug": "i-no", "dlc": false, "sizeBytes": 426302},
|
||||
{"name": "Jack-O", "slug": "jack-o", "dlc": true, "sizeBytes": 230454},
|
||||
{"name": "Jam", "slug": "jam", "dlc": true, "sizeBytes": 271882},
|
||||
{"name": "Johnny", "slug": "johnny", "dlc": true, "sizeBytes": 182946},
|
||||
{"name": "Ky Kiske", "slug": "ky-kiske", "dlc": false, "sizeBytes": 306098},
|
||||
{"name": "Leo Whitefang", "slug": "leo-whitefang", "dlc": false, "sizeBytes": 231092},
|
||||
|
||||
+13
-13
@@ -7,7 +7,7 @@
|
||||
"name": "2XKO",
|
||||
"version": "1.0.0",
|
||||
"totalSizeBytes": 4905440,
|
||||
"logoPath": "2xko/logo.png",
|
||||
"logoPath": "2xko/logo.webp",
|
||||
"characterCount": 14,
|
||||
"palette": {
|
||||
"start": "#7c3aed",
|
||||
@@ -20,7 +20,7 @@
|
||||
"name": "BlazBlue Centralfiction",
|
||||
"version": "1.0.0",
|
||||
"totalSizeBytes": 8420000,
|
||||
"logoPath": "blazblue-centralfiction/logo.png",
|
||||
"logoPath": "blazblue-centralfiction/logo.webp",
|
||||
"characterCount": 36,
|
||||
"palette": {
|
||||
"start": "#2563eb",
|
||||
@@ -33,7 +33,7 @@
|
||||
"name": "Dragon Ball FighterZ",
|
||||
"version": "1.0.0",
|
||||
"totalSizeBytes": 6510328,
|
||||
"logoPath": "dragon-ball-fighterz/logo.png",
|
||||
"logoPath": "dragon-ball-fighterz/logo.webp",
|
||||
"characterCount": 45,
|
||||
"palette": {
|
||||
"start": "#f97316",
|
||||
@@ -46,7 +46,7 @@
|
||||
"name": "FATAL FURY: City of the Wolves",
|
||||
"version": "1.0.0",
|
||||
"totalSizeBytes": 13449565,
|
||||
"logoPath": "fatal-fury-city-of-the-wolves/logo.png",
|
||||
"logoPath": "fatal-fury-city-of-the-wolves/logo.webp",
|
||||
"characterCount": 26,
|
||||
"palette": {
|
||||
"start": "#dc2626",
|
||||
@@ -59,7 +59,7 @@
|
||||
"name": "Granblue Fantasy Versus: Rising",
|
||||
"version": "1.0.0",
|
||||
"totalSizeBytes": 99338408,
|
||||
"logoPath": "granblue-fantasy-versus-rising/logo.png",
|
||||
"logoPath": "granblue-fantasy-versus-rising/logo.webp",
|
||||
"characterCount": 39,
|
||||
"palette": {
|
||||
"start": "#2563eb",
|
||||
@@ -71,9 +71,9 @@
|
||||
"id": "guilty-gear-strive",
|
||||
"name": "Guilty Gear -Strive-",
|
||||
"version": "1.0.0",
|
||||
"totalSizeBytes": 14030612,
|
||||
"logoPath": "guilty-gear-strive/logo.png",
|
||||
"characterCount": 32,
|
||||
"totalSizeBytes": 14302494,
|
||||
"logoPath": "guilty-gear-strive/logo.webp",
|
||||
"characterCount": 33,
|
||||
"palette": {
|
||||
"start": "#a855f7",
|
||||
"end": "#312e81"
|
||||
@@ -85,7 +85,7 @@
|
||||
"name": "Invincible VS",
|
||||
"version": "1.0.0",
|
||||
"totalSizeBytes": 21003246,
|
||||
"logoPath": "invincible-vs/logo.png",
|
||||
"logoPath": "invincible-vs/logo.webp",
|
||||
"characterCount": 18,
|
||||
"palette": {
|
||||
"start": "#facc15",
|
||||
@@ -98,7 +98,7 @@
|
||||
"name": "Rivals of Aether II",
|
||||
"version": "1.0.0",
|
||||
"totalSizeBytes": 37812582,
|
||||
"logoPath": "rivals-of-aether-ii/logo.png",
|
||||
"logoPath": "rivals-of-aether-ii/logo.webp",
|
||||
"characterCount": 16,
|
||||
"palette": {
|
||||
"start": "#06b6d4",
|
||||
@@ -111,7 +111,7 @@
|
||||
"name": "Street Fighter 6",
|
||||
"version": "1.0.0",
|
||||
"totalSizeBytes": 15744924,
|
||||
"logoPath": "street-fighter-6/logo.png",
|
||||
"logoPath": "street-fighter-6/logo.webp",
|
||||
"characterCount": 29,
|
||||
"palette": {
|
||||
"start": "#f97316",
|
||||
@@ -124,7 +124,7 @@
|
||||
"name": "TEKKEN 8",
|
||||
"version": "1.0.0",
|
||||
"totalSizeBytes": 36559438,
|
||||
"logoPath": "tekken-8/logo.png",
|
||||
"logoPath": "tekken-8/logo.webp",
|
||||
"characterCount": 40,
|
||||
"palette": {
|
||||
"start": "#2563eb",
|
||||
@@ -137,7 +137,7 @@
|
||||
"name": "THE KING OF FIGHTERS XV",
|
||||
"version": "1.0.0",
|
||||
"totalSizeBytes": 6240000,
|
||||
"logoPath": "the-king-of-fighters-xv/logo.png",
|
||||
"logoPath": "the-king-of-fighters-xv/logo.webp",
|
||||
"characterCount": 52,
|
||||
"palette": {
|
||||
"start": "#0ea5e9",
|
||||
|
||||
Reference in New Issue
Block a user