Update build

pull/1/head
Made Baruna 2021-11-05 17:02:33 +07:00
parent 4a98996413
commit 04e9357552
4 changed files with 2309 additions and 2276 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,18 +4,9 @@
import { characters } from '../../data/characters';
import { builds } from '../../data/build';
import { t } from 'svelte-i18n';
import Icon from '../../components/Icon.svelte';
const rarityColor = {
1: 'text-white',
2: 'text-green-400',
3: 'text-primary',
4: 'text-rare-from',
5: 'text-legendary-from',
};
const promoted = ['hu_tao'];
const promoted = ['hu_tao', 'thoma'];
let current = 0;
function change(index) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 673 KiB

After

Width:  |  Height:  |  Size: 336 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 315 KiB

After

Width:  |  Height:  |  Size: 247 KiB