refactor: comment out '2XKO' game option and related character data in fighting-characters module

This commit is contained in:
Pandipipas
2026-02-14 10:56:52 +01:00
parent 50c2dcada8
commit ab99fb86f7
2 changed files with 5 additions and 9 deletions
@@ -31,7 +31,7 @@ const gameInput = ref('');
const allFightingGameOptions = [
'Street Fighter 6',
'TEKKEN 8',
'2XKO',
// '2XKO',
].map((game) => ({
label: game,
value: game,
@@ -1075,20 +1075,16 @@ watch(
.scoreboard-preview__image-wrap {
width: min(100%, 320px);
aspect-ratio: 4 / 4;
border-radius: 10px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.14);
background: #2f3a4f;
background: #1D1D1D;
}
.scoreboard-preview__image {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
object-fit: cover;
object-position: center;
transform: scale(2);
transform-origin: center;
}
.scoreboard-preview__empty {