mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-30 05:28:15 +03:00
Added 3 new Discord RPC icons
This commit is contained in:
parent
900a5aa61c
commit
bd07307f3c
4 changed files with 34 additions and 2 deletions
BIN
src/assets/images/discord/baal1.jpg
Normal file
BIN
src/assets/images/discord/baal1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
BIN
src/assets/images/discord/yaemiko1.jpg
Normal file
BIN
src/assets/images/discord/yaemiko1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9 KiB |
BIN
src/assets/images/discord/yaemiko2.jpg
Normal file
BIN
src/assets/images/discord/yaemiko2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.8 KiB |
|
@ -16,13 +16,29 @@
|
||||||
import LauncherIcon from '../../public/icons/256x256.png';
|
import LauncherIcon from '../../public/icons/256x256.png';
|
||||||
import GameOriginalIcon from '../assets/images/discord/gi-icon.jpg';
|
import GameOriginalIcon from '../assets/images/discord/gi-icon.jpg';
|
||||||
import GameIcon from '../assets/images/discord/game.jpg';
|
import GameIcon from '../assets/images/discord/game.jpg';
|
||||||
import ArtGameIcon from '../assets/images/discord/artgame.jpg';
|
|
||||||
|
import ArtGame1Icon from '../assets/images/discord/artgame.jpg';
|
||||||
import ArtGame2Icon from '../assets/images/discord/artgame2.jpg';
|
import ArtGame2Icon from '../assets/images/discord/artgame2.jpg';
|
||||||
import ArtGame3Icon from '../assets/images/discord/artgame3.jpg';
|
import ArtGame3Icon from '../assets/images/discord/artgame3.jpg';
|
||||||
|
|
||||||
|
// Beidou
|
||||||
import BeidouGameIcon from '../assets/images/discord/beidougame.jpg';
|
import BeidouGameIcon from '../assets/images/discord/beidougame.jpg';
|
||||||
|
|
||||||
|
// Klee
|
||||||
import KleeGameIcon from '../assets/images/discord/kleegame.jpg';
|
import KleeGameIcon from '../assets/images/discord/kleegame.jpg';
|
||||||
import KleeGame2Icon from '../assets/images/discord/kleegame2.jpg';
|
import KleeGame2Icon from '../assets/images/discord/kleegame2.jpg';
|
||||||
|
|
||||||
|
// Baal
|
||||||
|
import Baal1Icon from '../assets/images/discord/baal1.jpg';
|
||||||
|
|
||||||
|
// Yae Miko
|
||||||
|
import YaeMiko1Icon from '../assets/images/discord/yaemiko1.jpg';
|
||||||
|
import YaeMiko2Icon from '../assets/images/discord/yaemiko2.jpg';
|
||||||
|
|
||||||
|
// Liyue
|
||||||
import LiyueGameIcon from '../assets/images/discord/liyuegame.jpg';
|
import LiyueGameIcon from '../assets/images/discord/liyuegame.jpg';
|
||||||
|
|
||||||
|
// Inazuma
|
||||||
import Inazuma1Icon from '../assets/images/discord/inazuma1.jpg';
|
import Inazuma1Icon from '../assets/images/discord/inazuma1.jpg';
|
||||||
import Inazuma2Icon from '../assets/images/discord/inazuma2.jpg';
|
import Inazuma2Icon from '../assets/images/discord/inazuma2.jpg';
|
||||||
import Inazuma3Icon from '../assets/images/discord/inazuma3.jpg';
|
import Inazuma3Icon from '../assets/images/discord/inazuma3.jpg';
|
||||||
|
@ -33,13 +49,29 @@
|
||||||
'launcher': LauncherIcon,
|
'launcher': LauncherIcon,
|
||||||
'gi-icon': GameOriginalIcon,
|
'gi-icon': GameOriginalIcon,
|
||||||
'game': GameIcon,
|
'game': GameIcon,
|
||||||
'artgame': ArtGameIcon,
|
|
||||||
|
'artgame': ArtGame1Icon,
|
||||||
'artgame2': ArtGame2Icon,
|
'artgame2': ArtGame2Icon,
|
||||||
'artgame3': ArtGame3Icon,
|
'artgame3': ArtGame3Icon,
|
||||||
|
|
||||||
|
// Beidou
|
||||||
'beidougame': BeidouGameIcon,
|
'beidougame': BeidouGameIcon,
|
||||||
|
|
||||||
|
// Klee
|
||||||
'kleegame': KleeGameIcon,
|
'kleegame': KleeGameIcon,
|
||||||
'kleegame2': KleeGame2Icon,
|
'kleegame2': KleeGame2Icon,
|
||||||
|
|
||||||
|
// Baal
|
||||||
|
'baal1': Baal1Icon,
|
||||||
|
|
||||||
|
// Yae Miko
|
||||||
|
'yaemiko1': YaeMiko1Icon,
|
||||||
|
'yaemiko2': YaeMiko2Icon,
|
||||||
|
|
||||||
|
// Liyue
|
||||||
'liyuegame': LiyueGameIcon,
|
'liyuegame': LiyueGameIcon,
|
||||||
|
|
||||||
|
// Inazuma
|
||||||
'inazuma1': Inazuma1Icon,
|
'inazuma1': Inazuma1Icon,
|
||||||
'inazuma2': Inazuma2Icon,
|
'inazuma2': Inazuma2Icon,
|
||||||
'inazuma3': Inazuma3Icon,
|
'inazuma3': Inazuma3Icon,
|
||||||
|
|
Loading…
Reference in a new issue